- 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
2 KiB
YAML
42 lines
2 KiB
YAML
id: https://nde.nl/ontology/hc/class/IdentifierScheme
|
|
name: IdentifierScheme
|
|
title: IdentifierScheme
|
|
description: Scheme of an identifier (e.g. ISBN, ORCID).
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_label
|
|
classes:
|
|
IdentifierScheme:
|
|
class_uri: skos:Concept
|
|
description: >-
|
|
Controlled scheme concept specifying the namespace or standard from which
|
|
an identifier value is issued.
|
|
alt_descriptions:
|
|
nl: Gecontroleerd schema-concept dat de naamruimte of standaard aangeeft waaruit een identificatorwaarde wordt uitgegeven.
|
|
de: Kontrolliertes Schemakonzept zur Angabe des Namensraums oder Standards aus dem ein Identifikator ausgegeben wird.
|
|
fr: Concept de schema controle precisant l espace de noms ou la norme dont est issu un identifiant.
|
|
es: Concepto de esquema controlado que especifica el espacio de nombres o estandar del que se emite un identificador.
|
|
ar: مفهوم مخطط مضبوط يحدد مساحة الأسماء أو المعيار الذي يصدر عنه المعرّف.
|
|
id: Konsep skema terkendali yang menetapkan namespace atau standar asal nilai pengenal.
|
|
zh: 指定标识值所属命名空间或标准来源的受控方案概念。
|
|
structured_aliases:
|
|
- {literal_form: identificatorschema, in_language: nl}
|
|
- {literal_form: Identifikatorschema, in_language: de}
|
|
- {literal_form: schema d identifiant, in_language: fr}
|
|
- {literal_form: esquema de identificador, in_language: es}
|
|
- {literal_form: مخطط المعرّف, in_language: ar}
|
|
- {literal_form: skema pengenal, in_language: id}
|
|
- {literal_form: 标识方案, in_language: zh}
|
|
broad_mappings:
|
|
- skos:Concept
|
|
slots:
|
|
- has_label
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|