glam/schemas/20251121/linkml/modules/classes/DOI.yaml
kempersc 66adec257e Add scripts for normalizing LinkML schemas and validating schema integrity
- 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.
2026-02-16 10:16:51 +01:00

41 lines
1.9 KiB
YAML

id: https://nde.nl/ontology/hc/class/DOI
name: DOI
title: DOI Identifier
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
default_prefix: hc
description: DOI identifier class.
imports:
- linkml:types
- ../slots/has_label
classes:
DOI:
is_a: Identifier
class_uri: schema:PropertyValue
description: >-
Persistent identifier value used to reference a digital object through a
resolvable registration infrastructure.
alt_descriptions:
nl: Persistente identificatiewaarde voor verwijzing naar een digitaal object via een oplosbare registratiestructuur.
de: Persistenter Kennwert zur Referenzierung eines digitalen Objekts ueber eine aufloesbare Registrierungsinfrastruktur.
fr: Valeur d identifiant persistant servant a referencer un objet numerique via une infrastructure d enregistrement resolvable.
es: Valor de identificador persistente para referenciar un objeto digital mediante una infraestructura de registro resoluble.
ar: قيمة معرّف دائم للإشارة إلى كائن رقمي عبر بنية تسجيل قابلة للتحليل.
id: Nilai pengenal persisten untuk merujuk objek digital melalui infrastruktur registri yang dapat diresolusikan.
zh: 通过可解析注册基础设施引用数字对象的持久标识值。
structured_aliases:
- {literal_form: DOI-code, in_language: nl}
- {literal_form: DOI-Kennung, in_language: de}
- {literal_form: identifiant DOI, in_language: fr}
- {literal_form: identificador DOI, in_language: es}
- {literal_form: معرّف DOI, in_language: ar}
- {literal_form: pengenal DOI, in_language: id}
- {literal_form: DOI标识, in_language: zh}
broad_mappings:
- schema:PropertyValue
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"