- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form. - Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format. - Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
44 lines
1.3 KiB
YAML
44 lines
1.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/SecurityLevel
|
|
name: SecurityLevel
|
|
title: Security Level
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_code
|
|
classes:
|
|
SecurityLevel:
|
|
class_uri: skos:Concept
|
|
description: >-
|
|
A security classification or level.
|
|
alt_descriptions:
|
|
nl: Een beveiligingsclassificatie of -niveau.
|
|
de: Eine Sicherheitsklassifikation oder Sicherheitsstufe.
|
|
fr: Une classification ou un niveau de sécurité.
|
|
structured_aliases:
|
|
- literal_form: beveiligingsniveau
|
|
in_language: nl
|
|
- literal_form: Sicherheitsstufe
|
|
in_language: de
|
|
- literal_form: niveau de sécurité
|
|
in_language: fr
|
|
comments:
|
|
- Used for warehouse security levels, document classifications, access control tiers.
|
|
broad_mappings:
|
|
- skos:Concept
|
|
slots:
|
|
- has_code
|
|
annotations:
|
|
specificity_score: '0.50'
|
|
specificity_rationale: Moderately specific - security relevant to storage facilities.
|
|
custodian_types: "['*']"
|
|
examples:
|
|
- value:
|
|
has_code: HIGH
|
|
level_name: High Security
|
|
level_rank: 3
|
|
description: High security level
|