- 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.
66 lines
3.3 KiB
YAML
66 lines
3.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/AuthorityData
|
|
name: AuthorityData
|
|
title: AuthorityData
|
|
description: Data from an authority file or controlled vocabulary.
|
|
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
|
|
- ../slots/has_type
|
|
- ../slots/has_url
|
|
classes:
|
|
AuthorityData:
|
|
class_uri: skos:Concept
|
|
description: >-
|
|
Structured data record from an authority file or controlled vocabulary,
|
|
providing standardized identifiers and labels for entities, concepts,
|
|
or terms used across heritage information systems.
|
|
alt_descriptions:
|
|
nl: Gestructureerd gegevensrecord uit een autoriteitsbestand of gecontroleerde woordenschat, dat gestandaardiseerde identificaties en labels biedt voor entiteiten, concepten of termen die in erfgoed-informatiesystemen worden gebruikt.
|
|
de: Strukturierter Datensatz aus einer Normdatei oder einem kontrollierten Vokabular, der standardisierte Kennungen und Bezeichnungen für Entitäten, Konzepte oder Begriffe in Heritage-Informationssystemen bereitstellt.
|
|
fr: Enregistrement de données structuré provenant d'un fichier d'autorité ou d'un vocabulaire contrôlé, fournissant des identifiants et des étiquettes normalisés pour les entités, concepts ou termes utilisés dans les systèmes d'information patrimoniale.
|
|
es: Registro de datos estructurado de un archivo de autoridad o vocabulario controlado, que proporciona identificadores y etiquetas estandarizados para entidades, conceptos o términos utilizados en sistemas de información patrimonial.
|
|
ar: سجل بيانات منظم من ملف استنادي أو مفردات مضبوطة، يوفر معرفات وعلامات موحدة للكيانات أو المفاهيم أو المصطلحات المستخدمة في أنظمة معلومات التراث.
|
|
id: Rekaman data terstruktur dari file otoritas atau kosakata terkendali, yang menyediakan pengenal dan label terstandarisasi untuk entitas, konsep, atau istilah yang digunakan dalam sistem informasi warisan.
|
|
zh: 来自权威文档或受控词表的结构化数据记录,为遗产信息系统中使用的实体、概念或 术语提供标准化标识符和标签。
|
|
broad_mappings:
|
|
- skos:Concept
|
|
slots:
|
|
- has_label
|
|
- has_type
|
|
- has_url
|
|
structured_aliases:
|
|
- literal_form: autiteitsgegevens
|
|
in_language: nl
|
|
- literal_form: Normdaten
|
|
in_language: de
|
|
- literal_form: données d'autorité
|
|
in_language: fr
|
|
- literal_form: datos de autoridad
|
|
in_language: es
|
|
- literal_form: بيانات استنادية
|
|
in_language: ar
|
|
- literal_form: data otoritas
|
|
in_language: id
|
|
- literal_form: 规范数据
|
|
in_language: zh
|
|
keywords:
|
|
- authority control
|
|
- controlled vocabulary
|
|
- standardization
|
|
- identifiers
|
|
- vocabulary management
|
|
examples:
|
|
- value:
|
|
has_label: Rembrandt van Rijn
|
|
has_type: Person
|
|
has_url: https://viaf.org/viaf/62341112
|
|
description: Authority data for an artist from VIAF
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|