- 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.
80 lines
2.8 KiB
YAML
80 lines
2.8 KiB
YAML
id: https://nde.nl/ontology/hc/class/Standard
|
|
name: standard
|
|
title: Standard Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
schema: http://schema.org/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
dcterms: http://purl.org/dc/terms/
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/GovernanceModelEnum
|
|
- ../enums/IdentifierDomainEnum
|
|
- ../enums/StandardScopeTypeEnum
|
|
- ../enums/StandardTypeEnum
|
|
- ../metadata
|
|
- ../slots/has_description
|
|
- ../slots/has_score
|
|
classes:
|
|
Standard:
|
|
class_uri: skos:ConceptScheme
|
|
description: >-
|
|
Formalized specification defining the structure, format, and governance
|
|
of identifier systems used within the heritage sector.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Gedefinieerde specificatie die de structuur, het formaat en het beheer
|
|
van identificatiesystemen die binnen de erfgoedsector worden gebruikt vastlegt.
|
|
de: >-
|
|
Formalisierte Spezifikation, die Struktur, Format und Governance
|
|
von Identifikationssystemen definiert, die im Kulturerbebereich verwendet werden.
|
|
fr: >-
|
|
Spécification formalisée définissant la structure, le format et la gouvernance
|
|
des systèmes d'identifiants utilisés dans le secteur du patrimoine.
|
|
es: >-
|
|
Especificación formalizada que define la estructura, el formato y la gobernanza
|
|
de los sistemas de identificadores utilizados en el sector patrimonial.
|
|
ar: >-
|
|
مواصفات رسمية تحدد هيكل وشكل وحوكمة
|
|
أنظمة المعرفات المستخدمة في قطاع التراث.
|
|
id: >-
|
|
Spesifikasi formal yang mendefinisikan struktur, format, dan tata kelola
|
|
sistem pengidentifikasi yang digunakan dalam sektor warisan budaya.
|
|
zh: >-
|
|
定义遗产部门使用的标识符系统的结构、格式和治理的规范化规范。
|
|
exact_mappings:
|
|
- skos:ConceptScheme
|
|
close_mappings:
|
|
- schema:DefinedTermSet
|
|
- dcterms:Standard
|
|
broad_mappings:
|
|
- schema:Thing
|
|
keywords:
|
|
- standard
|
|
- identifier system
|
|
- specification
|
|
- governance
|
|
structured_aliases:
|
|
- literal_form: standaard
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: Standard
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: norme
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: estándar
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
comments:
|
|
- Standards define identifier systems (e.g., ISIL, ISNI, Wikidata Q-ID)
|
|
- Distinguished from RegistrationAuthority which maintains registries
|
|
slots:
|
|
- has_score
|
|
- has_name
|
|
- registered_by
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '["*"]'
|