- 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.
41 lines
1.4 KiB
YAML
41 lines
1.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/SensitivityLevel
|
|
name: SensitivityLevel
|
|
title: Sensitivity Level
|
|
description: >-
|
|
Classification of data sensitivity (e.g., Public, Restricted, GDPR-Sensitive).
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_label
|
|
default_prefix: hc
|
|
classes:
|
|
SensitivityLevel:
|
|
class_uri: skos:Concept
|
|
description: >-
|
|
Classification of data sensitivity (e.g., Public, Restricted, GDPR-Sensitive).
|
|
alt_descriptions:
|
|
nl: Classificatie van gegevensgevoeligheid (bijv. Openbaar, Beperkt, AVG-gevoelig).
|
|
de: Klassifizierung der Datenempfindlichkeit (z.B. Öffentlich, Beschränkt, DSGVO-sensitiv).
|
|
fr: Classification de la sensibilité des données (par ex. Public, Restreint, RGPD-sensible).
|
|
structured_aliases:
|
|
- literal_form: gevoeligheidsniveau
|
|
in_language: nl
|
|
- literal_form: Empfindlichkeitsstufe
|
|
in_language: de
|
|
- literal_form: niveau de sensibilité
|
|
in_language: fr
|
|
comments:
|
|
- Migrated from gdpr_relevant slot.
|
|
broad_mappings:
|
|
- skos:Concept
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|