- 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.8 KiB
YAML
41 lines
1.8 KiB
YAML
id: https://nde.nl/ontology/hc/class/Domain
|
|
name: Domain
|
|
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_type
|
|
classes:
|
|
Domain:
|
|
class_uri: skos:Concept
|
|
description: >-
|
|
Thematic knowledge area used to characterize institutional collection
|
|
focus and subject expertise.
|
|
alt_descriptions:
|
|
nl: Thematisch kennisgebied om de collectie-focus en vakexpertise van een instelling te karakteriseren.
|
|
de: Thematischer Wissensbereich zur Charakterisierung von Sammlungsschwerpunkten und Fachkompetenz einer Einrichtung.
|
|
fr: Domaine de connaissance thematique servant a caracteriser l orientation des collections et l expertise d une institution.
|
|
es: Area tematica de conocimiento utilizada para caracterizar enfoque de colecciones y especializacion institucional.
|
|
ar: مجال معرفي موضوعي يُستخدم لتوصيف تركيز المجموعات والخبرة المؤسسية.
|
|
id: Ranah pengetahuan tematik untuk mencirikan fokus koleksi dan keahlian institusi.
|
|
zh: 用于表征机构馆藏重点与学科专长的主题知识领域。
|
|
structured_aliases:
|
|
- {literal_form: vakgebied, in_language: nl}
|
|
- {literal_form: Fachgebiet, in_language: de}
|
|
- {literal_form: domaine thematique, in_language: fr}
|
|
- {literal_form: dominio tematico, in_language: es}
|
|
- {literal_form: مجال موضوعي, in_language: ar}
|
|
- {literal_form: domain tematik, in_language: id}
|
|
- {literal_form: 学科领域, in_language: zh}
|
|
broad_mappings:
|
|
- skos:Concept
|
|
slots:
|
|
- has_type
|
|
slot_usage:
|
|
has_type: {}
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|