- 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.
42 lines
1.9 KiB
YAML
42 lines
1.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/MetadataStandard
|
|
name: MetadataStandard
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dct: http://purl.org/dc/terms/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_type
|
|
classes:
|
|
MetadataStandard:
|
|
class_uri: dct:Standard
|
|
description: >-
|
|
Formal specification used to structure, encode, and exchange descriptive
|
|
metadata records.
|
|
alt_descriptions:
|
|
nl: Formele specificatie die wordt gebruikt om beschrijvende metadatarecords te structureren coderen en uitwisselen.
|
|
de: Formale Spezifikation zur Strukturierung Kodierung und zum Austausch beschreibender Metadatensaetze.
|
|
fr: Specification formelle utilisee pour structurer encoder et echanger des notices de metadonnees descriptives.
|
|
es: Especificacion formal usada para estructurar codificar e intercambiar registros descriptivos de metadatos.
|
|
ar: مواصفة رسمية تُستخدم لتنظيم وترميز وتبادل سجلات البيانات الوصفية.
|
|
id: Spesifikasi formal yang digunakan untuk menata mengodekan dan menukar rekaman metadata deskriptif.
|
|
zh: 用于组织、编码和交换描述性元数据记录的正式规范。
|
|
structured_aliases:
|
|
- {literal_form: metadata-standaard, in_language: nl}
|
|
- {literal_form: Metadatenstandard, in_language: de}
|
|
- {literal_form: norme de metadonnees, in_language: fr}
|
|
- {literal_form: estandar de metadatos, in_language: es}
|
|
- {literal_form: معيار بيانات وصفية, in_language: ar}
|
|
- {literal_form: standar metadata, in_language: id}
|
|
- {literal_form: 元数据标准, in_language: zh}
|
|
exact_mappings:
|
|
- dct:Standard
|
|
slots:
|
|
- has_type
|
|
slot_usage:
|
|
has_type:
|
|
# range: string # uriorcurie
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|