- 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.
48 lines
2.4 KiB
YAML
48 lines
2.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/IndexNumber
|
|
name: IndexNumber
|
|
title: Index Number
|
|
description: An index or file number assigned to an information carrier. MIGRATED from file_number slot per Rule 53. Follows RiC-O Identifier pattern.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
org: http://www.w3.org/ns/org#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
classes:
|
|
IndexNumber:
|
|
is_a: Identifier
|
|
class_uri: rico:Identifier
|
|
description: >-
|
|
Filing or index identifier assigned to an information carrier for
|
|
retrieval, arrangement, or administrative control.
|
|
alt_descriptions:
|
|
nl: Dossier- of registeridentificatie toegekend aan een informatiedrager voor vindbaarheid ordening of administratieve controle.
|
|
de: Ablage- oder Registerkennung fuer einen Informationstraeger zur Recherche Ordnung oder administrativen Steuerung.
|
|
fr: Identifiant de classement ou d index attribue a un support d information pour recherche organisation ou controle administratif.
|
|
es: Identificador de archivo o indice asignado a un portador de informacion para recuperacion ordenacion o control administrativo.
|
|
ar: معرّف فهرسة أو حفظ يُسند إلى حامل معلومات لأغراض الاسترجاع أو الترتيب أو الضبط الإداري.
|
|
id: Pengenal pengarsipan atau indeks yang ditetapkan pada pembawa informasi untuk penelusuran penataan atau kendali administratif.
|
|
zh: 分配给信息载体用于检索、编排或行政控制的归档/索引标识。
|
|
structured_aliases:
|
|
- {literal_form: indexnummer, in_language: nl}
|
|
- {literal_form: Indexnummer, in_language: de}
|
|
- {literal_form: numero d index, in_language: fr}
|
|
- {literal_form: numero de indice, in_language: es}
|
|
- {literal_form: رقم فهرس, in_language: ar}
|
|
- {literal_form: nomor indeks, in_language: id}
|
|
- {literal_form: 索引号, in_language: zh}
|
|
exact_mappings:
|
|
- rico:Identifier
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|