- 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
3.2 KiB
YAML
80 lines
3.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/StandardsOrganization
|
|
name: standards_organization
|
|
title: Standards Organization Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
org: http://www.w3.org/ns/org#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
foaf: http://xmlns.com/foaf/0.1/
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/StandardsOrganizationTypeEnum
|
|
- ../metadata
|
|
- ../slots/has_description
|
|
- ../slots/has_score
|
|
- ../slots/founded_through
|
|
classes:
|
|
StandardsOrganization:
|
|
class_uri: org:FormalOrganization
|
|
description: >-
|
|
Entity responsible for defining and maintaining formal specifications,
|
|
standards, or identifier systems used within the heritage and cultural sector.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Entiteit die verantwoordelijk is voor het definiëren en onderhouden van formele specificaties,
|
|
standaarden of identificatiesystemen die binnen de erfgoed- en cultuursector worden gebruikt.
|
|
de: >-
|
|
Entität, die für die Definition und Pflege formaler Spezifikationen,
|
|
Standards oder Identifikationssysteme verantwortlich ist, die im Kultur- und Erbebereich verwendet werden.
|
|
fr: >-
|
|
Entité responsable de la définition et de la maintenance de spécifications formelles,
|
|
de normes ou de systèmes d'identifiants utilisés dans le secteur du patrimoine et de la culture.
|
|
es: >-
|
|
Entidad responsable de definir y mantener especificaciones formales,
|
|
estándares o sistemas de identificadores utilizados en el sector patrimonial y cultural.
|
|
ar: >-
|
|
كيان مسؤول عن تحديد وصيانة المواصفات الرسمية
|
|
أو المعايير أو أنظمة المعرفات المستخدمة في قطاع التراث والثقافة.
|
|
id: >-
|
|
Entitas yang bertanggung jawab untuk mendefinisikan dan memelihara spesifikasi formal,
|
|
standar, atau sistem pengidentifikasi yang digunakan dalam sektor warisan dan budaya.
|
|
zh: >-
|
|
负责定义和维护遗产和文化部门使用的正式规范、标准或标识符系统的实体。
|
|
exact_mappings:
|
|
- org:FormalOrganization
|
|
close_mappings:
|
|
- schema:Organization
|
|
- foaf:Organization
|
|
related_mappings:
|
|
- schema:GovernmentOrganization
|
|
broad_mappings:
|
|
- schema:Thing
|
|
keywords:
|
|
- standards organization
|
|
- standards body
|
|
- specification authority
|
|
- governance entity
|
|
structured_aliases:
|
|
- literal_form: standaardorganisatie
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: Standardisierungsorganisation
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: organisme de normalisation
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
comments:
|
|
- Distinguished from RegistrationAuthority which maintains registries
|
|
- StandardsOrganizations define the rules, format, and governance
|
|
slots:
|
|
- has_score
|
|
- has_name
|
|
- has_type
|
|
- founded_through
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '["*"]'
|