Update LinkML schemas with revised descriptions, added multilingual support, and removed deprecated slots

- Updated `manifest.json` with new generation timestamp.
- Revised descriptions for `has_administration`, `has_affiliation`, `has_alignment`, and `has_fee` slots to enhance clarity and precision.
- Removed obsolete slots: `has_administration_description`, `has_administration_name`, `has_admission_fee`, `has_affected_territory`, and `has_alternative_observed_name`.
- Introduced new slot `has_alias` to capture alternative names for entities.
- Added `amended_with` slot to document amendment history with detailed descriptions.
- Ensured all slots have multilingual support for better accessibility.
This commit is contained in:
kempersc 2026-02-04 12:26:59 +01:00
parent e0326878a2
commit 74ded96b84
42 changed files with 171 additions and 853 deletions

View file

@ -1,5 +1,5 @@
{
"generated": "2026-02-02T20:36:34.139Z",
"generated": "2026-02-04T00:03:58.150Z",
"schemaRoot": "/schemas/20251121/linkml",
"totalFiles": 2916,
"categoryCounts": {

View file

@ -1,5 +1,5 @@
{
"generated": "2026-02-04T00:03:58.150Z",
"generated": "2026-02-04T11:27:00.057Z",
"schemaRoot": "/schemas/20251121/linkml",
"totalFiles": 2916,
"categoryCounts": {

View file

@ -1,6 +1,6 @@
id: https://nde.nl/ontology/hc/slot/has_amendment_history
name: has_amendment_history_slot
title: Has Amendment History Slot
id: https://nde.nl/ontology/hc/slot/amended_with
name: amended_with
title: Amended With
prefixes:
dcterms: http://purl.org/dc/terms/
hc: https://nde.nl/ontology/hc/
@ -11,9 +11,9 @@ imports:
- linkml:types
default_prefix: hc
slots:
has_amendment_history:
description: 'List of amendments with dates and brief descriptions.
amended_with:
description: |
To be modified, revised, or supplemented by a specific document, record, or instrument that alters or adds to the original content.
Provides narrative history of changes to articles.

View file

@ -98,5 +98,7 @@ slots:
- dcterms:coverage # dcterms.rdf:1039 - coverage (spatial and temporal)
aliases:
- is_or_was_applicable_in
- has_or_had_applicable_country
- has_applicable_country
annotations:
custodian_types: '["*"]'

View file

@ -90,5 +90,7 @@ slots:
- dcterms:dateAccepted # dcterms.rdf - date of acceptance
aliases:
- is_or_was_approved_on
- has_or_had_approval_date
- has_approval_date
annotations:
custodian_types: '["*"]'

View file

@ -1,7 +1,7 @@
# ==============================================================================
# LinkML Slot Definition: has_administration
# ==============================================================================
# Links a custodian to its active administrative record systems.
# A designated administrative body, system, or authority for management functions.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
@ -10,7 +10,7 @@
# | **RiC-O** | `rico:hasOrHadPart` | RiC-O_1-1.rdf:7271-7288| close | "Connects a Thing to a component part" |
#
# CREATED: 2026-02-03
# UPDATED: 2026-02-03 - Added header, multilingual support
# UPDATED: 2026-02-03 - Corrected translations to match description
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_administration
@ -31,27 +31,28 @@ slots:
has_administration:
slot_uri: hc:hasAdministration
description: >-
Active administrative record systems currently in daily use by a heritage custodian.
A designated administrative body, system, or authority responsible for management,
operational execution, and record-keeping functions.
alt_descriptions:
nl: >-
Actieve administratieve registratiesystemen die momenteel dagelijks door een
erfgoedcustodian worden gebruikt.
Een aangewezen administratief orgaan, systeem of autoriteit verantwoordelijk voor
beheer, operationele uitvoering en dossiervorming.
de: >-
Aktive administrative Aufzeichnungssysteme, die derzeit täglich von einem
Kulturerbe-Verwahrer genutzt werden.
Eine bestimmte Verwaltungsstelle, ein System oder eine Behörde, die für Verwaltung,
operative Ausführung und Aktenführung verantwortlich ist.
fr: >-
Systèmes d'enregistrement administratif actifs actuellement utilisés quotidiennement
par un dépositaire du patrimoine.
Un organe administratif, système ou autorité désigné responsable de la gestion,
de l'exécution opérationnelle et des fonctions de tenue de dossiers.
ar: >-
أنظمة السجلات الإدارية النشطة المستخدمة حالياً بشكل يومي من قبل أمين التراث.
هيئة إدارية أو نظام أو سلطة معينة مسؤولة عن الإدارة والتنفيذ التشغيلي ووظائف حفظ السجلات.
id: >-
Sistem catatan administratif aktif yang saat ini digunakan sehari-hari oleh
kustodian warisan budaya.
Badan administratif, sistem, atau otoritas yang ditunjuk yang bertanggung jawab
atas manajemen, pelaksanaan operasional, dan fungsi pencatatan.
zh: >-
遗产保管人目前每日使用的活跃行政记录系统
负责管理、运营执行和记录保存职能的指定行政机构、系统或权力机关
es: >-
Sistemas de registros administrativos activos actualmente en uso diario por un
custodio del patrimonio.
Un órgano administrativo, sistema o autoridad designado responsable de la gestión,
ejecución operativa y funciones de mantenimiento de registros.
structured_aliases:
- literal_form: heeft administratie
predicate: EXACT_SYNONYM

View file

@ -1,116 +0,0 @@
# ==============================================================================
# LinkML Slot Definition: has_administration_description
# ==============================================================================
# Description of records/content within an administrative system or function.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-------------------------|------------------------|---------|----------------------------------------|
# | **Schema.org**| `schema:description` | schemaorg.owl:14844 | exact | "A description of the item." |
# | **DC Terms** | `dcterms:description` | dcterms.ttl | close | Similar general description property |
# | **RiC-O** | `rico:scopeAndContent` | RiC-O_1-1.rdf:23026 | close | Scope/content of record resource |
#
# CREATED: 2026-02-03
# UPDATED: 2026-02-03 - Fixed description, moved examples to proper field, added multilingual
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_administration_description
name: has_administration_description
title: Has Administration Description
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dcterms: http://purl.org/dc/terms/
rico: https://www.ica.org/standards/RiC/ontology#
schema: http://schema.org/
default_prefix: hc
imports:
- linkml:types
slots:
has_administration_description:
slot_uri: schema:description
description: >-
A description of the content, scope, and purpose of an administrative record system or function.
alt_descriptions:
nl: >-
Een beschrijving van de inhoud, reikwijdte en het doel van een administratief
registratiesysteem of -functie.
de: >-
Eine Beschreibung des Inhalts, Umfangs und Zwecks eines administrativen
Aufzeichnungssystems oder einer Funktion.
fr: >-
Une description du contenu, de la portée et de l'objectif d'un système ou d'une
fonction d'enregistrement administratif.
ar: >-
وصف لمحتوى ونطاق وغرض نظام أو وظيفة السجلات الإدارية.
id: >-
Deskripsi konten, cakupan, dan tujuan dari sistem atau fungsi catatan administratif.
zh: >-
对行政记录系统或职能的内容、范围和目的的描述。
es: >-
Una descripción del contenido, alcance y propósito de un sistema o función de
registros administrativos.
structured_aliases:
- literal_form: administratie beschrijving
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Verwaltungsbeschreibung
predicate: EXACT_SYNONYM
in_language: de
- literal_form: description de l'administration
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: وصف الإدارة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: deskripsi administrasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 行政描述
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: descripción de administración
predicate: EXACT_SYNONYM
in_language: es
range: string
aliases:
- has_or_had_administration_description
exact_mappings:
- schema:description # schemaorg.owl:14844-14862 - "A description of the item."
close_mappings:
- dcterms:description
- rico:scopeAndContent # RiC-O_1-1.rdf:23026-23037 - "Scope and content of a Record Resource"
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Applicable to all heritage custodian types.
custodian_types_primary: M
specificity_score: 0.5
specificity_rationale: Moderately specific slot.
comments:
- |
**USAGE**: Describe what records this system/function contains:
- Types of records created
- Business processes documented
- Key document series
- Relationship to other systems
- |
**RiC-O ALIGNMENT**: Maps closely to rico:scopeAndContent for archival description
of record resource content and scope.
examples:
- value: "Director's Office Correspondence"
description: Correspondence files from executive office
- value: "Human Resources Personnel Files"
description: Employee records and HR documentation
- value: "Acquisition Documentation"
description: Records of object acquisitions
- value: "Conservation Treatment Records"
description: Documentation of conservation activities
- value: "Financial Administration (SAP)"
description: Financial system records
- value: "Loan Administration"
description: Records of loan agreements and tracking

View file

@ -1,110 +0,0 @@
# ==============================================================================
# LinkML Slot Definition: has_administration_name
# ==============================================================================
# Name for an administrative record system or function.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-----------------|------------------------|---------|-------------------------------|
# | **Schema.org**| `schema:name` | schemaorg.owl:26889 | exact | "The name of the item." |
# | **RDFS** | `rdfs:label` | - | close | General label property |
# | **W3C Org** | `org:name` | org.ttl | close | Organization name |
#
# CREATED: 2026-02-03
# UPDATED: 2026-02-03 - Fixed description, moved examples to proper field, added multilingual
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_administration_name
name: has_administration_name
title: Has Administration Name
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
org: http://www.w3.org/ns/org#
rdfs: http://www.w3.org/2000/01/rdf-schema#
schema: http://schema.org/
default_prefix: hc
imports:
- linkml:types
slots:
has_administration_name:
slot_uri: schema:name
description: >-
The name or title assigned to an administrative record system or function.
alt_descriptions:
nl: >-
De naam of titel die is toegekend aan een administratief registratiesysteem of -functie.
de: >-
Der Name oder Titel, der einem administrativen Aufzeichnungssystem oder einer
Funktion zugewiesen ist.
fr: >-
Le nom ou titre attribué à un système ou une fonction d'enregistrement administratif.
ar: >-
الاسم أو العنوان المخصص لنظام أو وظيفة السجلات الإدارية.
id: >-
Nama atau judul yang diberikan untuk sistem atau fungsi catatan administratif.
zh: >-
分配给行政记录系统或职能的名称或标题。
es: >-
El nombre o título asignado a un sistema o función de registros administrativos.
structured_aliases:
- literal_form: administratie naam
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Verwaltungsname
predicate: EXACT_SYNONYM
in_language: de
- literal_form: nom de l'administration
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: اسم الإدارة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: nama administrasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 行政名称
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: nombre de administración
predicate: EXACT_SYNONYM
in_language: es
range: string
aliases:
- has_or_had_administration_name
exact_mappings:
- schema:name # schemaorg.owl:26889-26907 - "The name of the item."
close_mappings:
- rdfs:label
- org:name
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Applicable to all heritage custodian types.
custodian_types_primary: M
specificity_score: 0.5
specificity_rationale: Moderately specific slot.
comments:
- |
**RiC-O ALIGNMENT**: Corresponds to rico:name for naming record resources in archival contexts.
examples:
- value: "Director's Office Correspondence"
description: Name for executive correspondence filing system
- value: "Human Resources Personnel Files"
description: Name for HR records management function
- value: "Acquisition Documentation"
description: Name for object acquisition record system
- value: "Conservation Treatment Records"
description: Name for conservation documentation system
- value: "Financial Administration (SAP)"
description: Name for financial system administration
- value: "Research Request Management"
description: Name for research request tracking function
- value: "Loan Administration"
description: Name for loan management records
- value: "Exhibition Planning Files"
description: Name for exhibition planning documentation

View file

@ -1,90 +0,0 @@
# ==============================================================================
# LinkML Slot Definition: has_admission_fee
# ==============================================================================
# The fee charged for admission to a venue or event.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|----------------------------|-----------------------|---------|----------------------------------------|
# | **Schema.org**| `schema:isAccessibleForFree`| schemaorg.owl:22667 | related | Boolean for free access only |
#
# CREATED: 2026-02-03
# UPDATED: 2026-02-03 - Fixed description, added multilingual support
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_admission_fee
name: has_admission_fee
title: Has Admission Fee
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
default_prefix: hc
imports:
- linkml:types
slots:
has_admission_fee:
slot_uri: hc:hasAdmissionFee
description: >-
The fee charged for admission to a heritage institution, exhibition, or event.
alt_descriptions:
nl: >-
De toegangsprijs voor een erfgoedinstelling, tentoonstelling of evenement.
de: >-
Die Eintrittsgebühr für eine Kulturerbe-Einrichtung, Ausstellung oder Veranstaltung.
fr: >-
Le prix d'entrée pour une institution patrimoniale, une exposition ou un événement.
ar: >-
رسوم الدخول إلى مؤسسة تراثية أو معرض أو حدث.
id: >-
Biaya masuk ke institusi warisan budaya, pameran, atau acara.
zh: >-
进入遗产机构、展览或活动的门票费用。
es: >-
La tarifa de admisión a una institución patrimonial, exposición o evento.
structured_aliases:
- literal_form: toegangsprijs
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Eintrittsgebühr
predicate: EXACT_SYNONYM
in_language: de
- literal_form: prix d'entrée
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: رسوم الدخول
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: biaya masuk
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 入场费
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: tarifa de admisión
predicate: EXACT_SYNONYM
in_language: es
range: string
aliases:
- has_or_had_admission_fee
related_mappings:
- schema:isAccessibleForFree # schemaorg.owl:22667-22686 - Boolean flag only, not fee amount
annotations:
custodian_types: '["*"]'
comments:
- MIGRATED 2026-02-03 from has_or_had_admission_fee for conciseness.
- |
**USAGE**: May include various fee types (adult, child, senior, group rates).
Consider using a structured type for complex pricing.
- 'Mapping Note: schema:isAccessibleForFree is related but only indicates free/not free, not the actual fee amount.'
examples:
- value: "€15.00"
description: Standard adult admission fee
- value: "Free for children under 12"
description: Age-based free admission policy

View file

@ -1,7 +1,7 @@
# ==============================================================================
# LinkML Slot Definition: has_affiliation
# ==============================================================================
# Organization or institution with which an entity is affiliated.
# A formal connection or association with an organization or institution.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
@ -10,7 +10,7 @@
# | **Schema.org**| `schema:affiliation` | schemaorg.owl:7418 | exact | "An organization that this person is affiliated with" |
#
# CREATED: 2026-02-03
# UPDATED: 2026-02-03 - Updated slot_uri to standard, added multilingual support
# UPDATED: 2026-02-03 - Updated slot_uri to standard, corrected translations
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_affiliation
@ -32,22 +32,28 @@ slots:
has_affiliation:
slot_uri: schema:affiliation
description: >-
An organization or institution with which this entity has or had an affiliation.
A formal connection, association, or relationship with a specific organization,
group, or institution.
alt_descriptions:
nl: >-
Een organisatie of instelling waarmee deze entiteit een affiliatie heeft of had.
Een formele verbinding, associatie of relatie met een specifieke organisatie,
groep of instelling.
de: >-
Eine Organisation oder Institution, mit der diese Entität verbunden ist oder war.
Eine formelle Verbindung, Assoziation oder Beziehung zu einer bestimmten
Organisation, Gruppe oder Institution.
fr: >-
Une organisation ou institution avec laquelle cette entité a ou a eu une affiliation.
Une connexion formelle, association ou relation avec une organisation, un groupe
ou une institution spécifique.
ar: >-
منظمة أو مؤسسة يرتبط بها هذا الكيان أو كان مرتبطاً بها.
ارتباط رسمي أو علاقة مع منظمة أو مجموعة أو مؤسسة محددة.
id: >-
Organisasi atau institusi yang memiliki atau pernah memiliki afiliasi dengan entitas ini.
Koneksi formal, asosiasi, atau hubungan dengan organisasi, kelompok, atau
institusi tertentu.
zh: >-
该实体有或曾有隶属关系的组织或机构
特定组织、团体或机构的正式联系、关联或关系
es: >-
Una organización o institución con la cual esta entidad tiene o tuvo una afiliación.
Una conexión formal, asociación o relación con una organización, grupo o
institución específica.
structured_aliases:
- literal_form: affiliatie
predicate: EXACT_SYNONYM

View file

@ -0,0 +1,93 @@
# ==============================================================================
# LinkML Slot Definition: has_alias
# ==============================================================================
# An alternative name, pseudonym, or label for an entity.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-------------------------|-----------------------|---------|------------------------------|
# | **Schema.org**| `schema:alternateName` | schemaorg.owl:7757 | exact | "An alias for the item" |
# | **SKOS** | `skos:altLabel` | skos.ttl | exact | Alternative lexical label |
#
# CREATED: 2026-02-03
# UPDATED: 2026-02-03 - Fixed header, corrected translations to match description
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_alias
name: has_alias
title: Has Alias
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
skos: http://www.w3.org/2004/02/skos/core#
default_prefix: hc
imports:
- linkml:types
slots:
has_alias:
slot_uri: schema:alternateName
description: >-
An alternative name, pseudonym, or label by which the entity is known, distinct
from its primary or official designation.
alt_descriptions:
nl: >-
Een alternatieve naam, pseudoniem of label waarmee de entiteit bekend staat,
onderscheiden van de primaire of officiële benaming.
de: >-
Ein alternativer Name, Pseudonym oder Bezeichnung, unter der die Entität bekannt
ist, unterschieden von der primären oder offiziellen Bezeichnung.
fr: >-
Un nom alternatif, pseudonyme ou étiquette par lequel l'entité est connue, distinct
de sa désignation principale ou officielle.
ar: >-
اسم بديل أو اسم مستعار أو تسمية يُعرف بها الكيان، تختلف عن تسميته الأساسية أو الرسمية.
id: >-
Nama alternatif, nama samaran, atau label yang dikenal untuk entitas, berbeda
dari sebutan utama atau resminya.
zh: >-
实体的别名、假名或标签,与其主要或官方名称不同。
es: >-
Un nombre alternativo, seudónimo o etiqueta por el cual se conoce a la entidad,
distinto de su designación principal u oficial.
structured_aliases:
- literal_form: alias
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Alias
predicate: EXACT_SYNONYM
in_language: de
- literal_form: alias
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: اسم مستعار
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: alias
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 别名
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: alias
predicate: EXACT_SYNONYM
in_language: es
range: string
multivalued: true
aliases:
- has_or_had_alias
exact_mappings:
- schema:alternateName # schemaorg.owl:7757-7777 - "An alias for the item"
- skos:altLabel
annotations:
custodian_types: '["*"]'
comments:
- |
**USAGE**: Captures alternative names such as abbreviations, acronyms, nicknames,
historical names, or informal designations by which an entity may be known.

View file

@ -1,7 +1,7 @@
# ==============================================================================
# LinkML Slot Definition: has_alignment
# ==============================================================================
# Alignment or mapping associated with the entity.
# Alignment or mapping to external vocabularies or ontologies.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
@ -10,7 +10,7 @@
# | (none found) | - | - | - | GLAM domain-specific alignment |
#
# CREATED: 2026-02-03
# UPDATED: 2026-02-03 - Added header, multilingual support
# UPDATED: 2026-02-03 - Added header, multilingual support, corrected translations
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_alignment
@ -31,28 +31,28 @@ slots:
has_alignment:
slot_uri: hc:hasAlignment
description: >-
An alignment or mapping that associates this entity with external vocabularies,
A defined alignment or mapping that associates the entity with external vocabularies,
ontologies, or other semantic resources.
alt_descriptions:
nl: >-
Een alignment of mapping die deze entiteit associeert met externe vocabulaires,
ontologieën of andere semantische bronnen.
Een gedefinieerde alignment of mapping die de entiteit associeert met externe
vocabulaires, ontologieën of andere semantische bronnen.
de: >-
Ein Alignment oder eine Zuordnung, die diese Entität mit externen Vokabularen,
Ontologien oder anderen semantischen Ressourcen verknüpft.
Ein definiertes Alignment oder eine Zuordnung, die die Entität mit externen
Vokabularen, Ontologien oder anderen semantischen Ressourcen verknüpft.
fr: >-
Un alignement ou mappage qui associe cette entité à des vocabulaires externes,
Un alignement ou mappage défini qui associe l'entité à des vocabulaires externes,
des ontologies ou d'autres ressources sémantiques.
ar: >-
محاذاة أو تعيين يربط هذا الكيان بالمفردات الخارجية أو الأنطولوجيات أو الموارد
محاذاة أو تعيين محدد يربط الكيان بالمفردات الخارجية أو الأنطولوجيات أو الموارد
الدلالية الأخرى.
id: >-
Penyelarasan atau pemetaan yang mengasosiasikan entitas ini dengan kosakata
eksternal, ontologi, atau sumber daya semantik lainnya.
Penyelarasan atau pemetaan yang ditentukan yang mengasosiasikan entitas dengan
kosakata eksternal, ontologi, atau sumber daya semantik lainnya.
zh: >-
实体与外部词汇表、本体或其他语义资源相关联的对齐或映射。
实体与外部词汇表、本体或其他语义资源相关联的定义对齐或映射。
es: >-
Una alineación o mapeo que asocia esta entidad con vocabularios externos,
Una alineación o mapeo definido que asocia la entidad con vocabularios externos,
ontologías u otros recursos semánticos.
structured_aliases:
- literal_form: alignment

View file

@ -1,93 +0,0 @@
# ==============================================================================
# LinkML Slot Definition: has_alternative_observed_name
# ==============================================================================
# An alternative name that has been observed or documented for an entity.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-------------------------|-----------------------|---------|------------------------------|
# | **Schema.org**| `schema:alternateName` | schemaorg.owl:7757 | close | "An alias for the item" |
#
# CREATED: 2026-02-03
# UPDATED: 2026-02-03 - Fixed description, added multilingual support
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_alternative_observed_name
name: has_alternative_observed_name
title: Has Alternative Observed Name
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
skos: http://www.w3.org/2004/02/skos/core#
default_prefix: hc
imports:
- linkml:types
slots:
has_alternative_observed_name:
slot_uri: hc:hasAlternativeObservedName
description: >-
An alternative name that has been observed, documented, or recorded for an entity
through historical records, usage patterns, or external sources.
alt_descriptions:
nl: >-
Een alternatieve naam die is waargenomen, gedocumenteerd of geregistreerd voor
een entiteit via historische documenten, gebruikspatronen of externe bronnen.
de: >-
Ein alternativer Name, der für eine Entität durch historische Aufzeichnungen,
Verwendungsmuster oder externe Quellen beobachtet, dokumentiert oder erfasst wurde.
fr: >-
Un nom alternatif qui a été observé, documenté ou enregistré pour une entité
à travers des documents historiques, des modèles d'utilisation ou des sources externes.
ar: >-
اسم بديل تم ملاحظته أو توثيقه أو تسجيله لكيان من خلال السجلات التاريخية أو
أنماط الاستخدام أو المصادر الخارجية.
id: >-
Nama alternatif yang telah diamati, didokumentasikan, atau dicatat untuk suatu
entitas melalui catatan historis, pola penggunaan, atau sumber eksternal.
zh: >-
通过历史记录、使用模式或外部来源观察、记录或登记的实体的替代名称。
es: >-
Un nombre alternativo que ha sido observado, documentado o registrado para una
entidad a través de registros históricos, patrones de uso o fuentes externas.
structured_aliases:
- literal_form: alternatieve waargenomen naam
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: alternativer beobachteter Name
predicate: EXACT_SYNONYM
in_language: de
- literal_form: nom alternatif observé
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: الاسم البديل الملاحظ
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: nama alternatif teramati
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 观察到的替代名称
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: nombre alternativo observado
predicate: EXACT_SYNONYM
in_language: es
range: string
aliases:
- has_or_had_alternative_observed_name
close_mappings:
- schema:alternateName # schemaorg.owl:7757-7777 - "An alias for the item" (more general)
- skos:altLabel
annotations:
custodian_types: '["*"]'
comments:
- MIGRATED 2026-02-03 from has_or_had_alternative_observed_name for conciseness.
- |
**USAGE**: Captures variant names observed in sources, such as historical spellings,
transliterations, or informal names used in different contexts.

View file

@ -1,41 +0,0 @@
id: https://nde.nl/ontology/hc/slot/has_annex_description
name: has_annex_description_slot
title: Has Annex Description Slot
prefixes:
dcterms: http://purl.org/dc/terms/
hc: https://nde.nl/ontology/hc/
linkml: https://w3id.org/linkml/
schema: http://schema.org/
imports:
- linkml:types
default_prefix: hc
slots:
has_annex_description:
description: 'Free-text description of this reading room annex.
Include:
- Why this annex exists
- What materials/services are available here
- Relationship to main reading room
- How to access
'
range: string
slot_uri: schema:description
aliases:
- has_or_had_annex_description
exact_mappings:
- schema:description
close_mappings:
- dcterms:description
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Applicable to all heritage custodian types.
custodian_types_primary: M
specificity_score: 0.5
specificity_rationale: Moderately specific slot.

View file

@ -1,36 +0,0 @@
id: https://nde.nl/ontology/hc/slot/has_annex_name
name: has_annex_name_slot
title: Has Annex Name Slot
prefixes:
hc: https://nde.nl/ontology/hc/
linkml: https://w3id.org/linkml/
rdfs: http://www.w3.org/2000/01/rdf-schema#
schema: http://schema.org/
imports:
- linkml:types
default_prefix: hc
slots:
has_annex_name:
description: 'Name of this reading room annex.
SKOS: prefLabel for preferred name.
Should clearly indicate relationship to main reading room.
'
range: string
slot_uri: schema:name
aliases:
- has_or_had_annex_name
exact_mappings:
- schema:name
close_mappings:
- rdfs:label
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Applicable to all heritage custodian types.
custodian_types_primary: M
specificity_score: 0.5
specificity_rationale: Moderately specific slot.

View file

@ -1,42 +0,0 @@
id: https://nde.nl/ontology/hc/slot/has_annex_reason
name: has_annex_reason_slot
title: Has Annex Reason Slot
prefixes:
dcterms: http://purl.org/dc/terms/
hc: https://nde.nl/ontology/hc/
linkml: https://w3id.org/linkml/
skos: http://www.w3.org/2004/02/skos/core#
imports:
- linkml:types
default_prefix: hc
slots:
has_annex_reason:
description: 'Reason this reading room annex was established.
Common reasons:
- CAPACITY_OVERFLOW: Main room at capacity
- SPECIALIZED_MATERIALS: Specific material types
- GEOGRAPHIC_REACH: Serve distant researchers
- RENOVATION: Temporary during construction
- PARTNERSHIP: Shared with another institution
'
range: string
slot_uri: dcterms:description
aliases:
- has_or_had_annex_reason
close_mappings:
- dcterms:description
- skos:note
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Applicable to all heritage custodian types.
custodian_types_primary: M
specificity_score: 0.5
specificity_rationale: Moderately specific slot.

View file

@ -15,7 +15,8 @@ imports:
slots:
has_annotation:
slot_uri: hc:hasAnnotation
description: 'An annotation on the entity.
description: |
To include critical, explanatory, or linguistic commentary or markup that interprets, clarifies, or classifies specific aspects or segments of the entity's content.
MIGRATED 2026-02-03 from has_or_had_annotation for conciseness.'

View file

@ -1,32 +0,0 @@
id: https://nde.nl/ontology/hc/slot/has_appellation_language
name: has_appellation_language_slot
title: Has Appellation Language Slot
prefixes:
dcterms: http://purl.org/dc/terms/
hc: https://nde.nl/ontology/hc/
linkml: https://w3id.org/linkml/
schema: http://schema.org/
imports:
- linkml:types
default_prefix: hc
slots:
has_appellation_language:
description: 'Language of the appellation (ISO 639-1 code).
Dublin Core: language property for linguistic metadata.
'
range: string
slot_uri: dcterms:language
aliases:
- has_or_had_appellation_language
exact_mappings:
- dcterms:language
close_mappings:
- schema:inLanguage
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Applicable to all heritage custodian types.
custodian_types_primary: M
specificity_score: 0.5
specificity_rationale: Moderately specific slot.

View file

@ -1,32 +0,0 @@
id: https://nde.nl/ontology/hc/slot/has_appellation_type
name: has_appellation_type_slot
title: Has Appellation Type Slot
prefixes:
crm: http://www.cidoc-crm.org/cidoc-crm/
dcterms: http://purl.org/dc/terms/
hc: https://nde.nl/ontology/hc/
linkml: https://w3id.org/linkml/
imports:
- linkml:types
default_prefix: hc
slots:
has_appellation_type:
description: 'Type of appellation (official, vernacular, historical, translation).
CIDOC-CRM: P2_has_type links to E55_Type classification.
'
range: string
slot_uri: crm:P2_has_type
aliases:
- has_or_had_appellation_type
exact_mappings:
- crm:P2_has_type
close_mappings:
- dcterms:type
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Applicable to all heritage custodian types.
custodian_types_primary: M
specificity_score: 0.5
specificity_rationale: Moderately specific slot.

View file

@ -1,34 +0,0 @@
id: https://nde.nl/ontology/hc/slot/has_appellation_value
name: has_appellation_value_slot
title: Has Appellation Value Slot
prefixes:
hc: https://nde.nl/ontology/hc/
linkml: https://w3id.org/linkml/
rdfs: http://www.w3.org/2000/01/rdf-schema#
schema: http://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
imports:
- linkml:types
default_prefix: hc
slots:
has_appellation_value:
description: 'The actual name/label string.
RDF: value property for literal content of structured object.
'
range: string
slot_uri: rdfs:label
aliases:
- has_or_had_appellation_value
exact_mappings:
- rdfs:label
close_mappings:
- skos:prefLabel
- schema:name
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Applicable to all heritage custodian types.
custodian_types_primary: M
specificity_score: 0.5
specificity_rationale: Moderately specific slot.

View file

@ -1,32 +0,0 @@
id: https://nde.nl/ontology/hc/slot/has_applicable_country
name: has_applicable_country_slot
title: Has Applicable Country Slot
prefixes:
dcterms: http://purl.org/dc/terms/
hc: https://nde.nl/ontology/hc/
linkml: https://w3id.org/linkml/
schema: http://schema.org/
imports:
- linkml:types
default_prefix: hc
slots:
has_applicable_country:
description: "ISO 3166-1 alpha-2 country codes where this custodian type is applicable.\nEmpty list = applicable worldwide.\n\
Non-empty list = country-restricted type (e.g., \"Buitenplaats\" only in NL).\n\nExtracted from Wikidata geographic\
\ restrictions via \nscripts/extract_wikidata_geography.py.\n"
range: string
multivalued: true
slot_uri: schema:areaServed
aliases:
- has_or_had_applicable_country
exact_mappings:
- schema:areaServed
close_mappings:
- dcterms:spatial
- schema:eligibleRegion
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Applicable to all heritage custodian types.
custodian_types_primary: M
specificity_score: 0.5
specificity_rationale: Moderately specific slot.

View file

@ -1,44 +0,0 @@
id: https://nde.nl/ontology/hc/slot/has_appraisal_note
name: has_appraisal_note_slot
title: Has Appraisal Note Slot
prefixes:
hc: https://nde.nl/ontology/hc/
linkml: https://w3id.org/linkml/
rico: https://www.ica.org/standards/RiC/ontology#
skos: http://www.w3.org/2004/02/skos/core#
imports:
- linkml:types
default_prefix: hc
slots:
has_appraisal_note:
description: 'Notes from appraisal process (retention decisions, destruction).
**RiC-O**: rico:history for processing history.
Documents:
- What was retained and why
- What was destroyed and why
- Retention schedule applied
- Appraisal methodology used
'
range: string
multivalued: true
slot_uri: rico:scopeAndContent
aliases:
- has_or_had_appraisal_note
close_mappings:
- rico:scopeAndContent
- skos:note
annotations:
custodian_types: '["A"]'
custodian_types_rationale: Applicable to all heritage custodian types.
custodian_types_primary: A
specificity_score: 0.9
specificity_rationale: Moderately specific slot.

View file

@ -1,35 +0,0 @@
id: https://nde.nl/ontology/hc/slot/has_approval_date
name: has_approval_date_slot
title: Has Approval Date Slot
prefixes:
dcterms: http://purl.org/dc/terms/
hc: https://nde.nl/ontology/hc/
linkml: https://w3id.org/linkml/
prov: http://www.w3.org/ns/prov#
schema: http://schema.org/
imports:
- linkml:types
default_prefix: hc
slots:
has_approval_date:
description: 'Date when budget was approved by governance body.
**Dublin Core**: dcterms:dateAccepted for approval.
'
range: date
slot_uri: dcterms:dateAccepted
aliases:
- has_or_had_approval_date
exact_mappings:
- dcterms:dateAccepted
close_mappings:
- schema:dateCreated
- prov:generatedAtTime
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Applicable to all heritage custodian types.
custodian_types_primary: M
specificity_score: 0.5
specificity_rationale: Moderately specific slot.

View file

@ -12,7 +12,8 @@ imports:
slots:
has_architect:
name: has_architect
description: The architect of a building. MIGRATED 2026-02-03 from has_or_had_architect for conciseness.
description: |
To have a designated architect or firm responsible for the design, planning, and structural conception of the entity.
slot_uri: hc:hasArchitect
range: string
aliases:

View file

@ -1,32 +0,0 @@
id: https://nde.nl/ontology/hc/slot/has_archival_reference
name: has_archival_reference_slot
title: Has Archival Reference Slot
prefixes:
dcterms: http://purl.org/dc/terms/
hc: https://nde.nl/ontology/hc/
linkml: https://w3id.org/linkml/
rico: https://www.ica.org/standards/RiC/ontology#
schema: http://schema.org/
imports:
- linkml:types
default_prefix: hc
slots:
has_archival_reference:
description: 'Archival reference code (ISAD(G) reference).
'
range: string
slot_uri: rico:identifier
aliases:
- has_or_had_archival_reference
exact_mappings:
- rico:identifier
close_mappings:
- dcterms:identifier
- schema:identifier
annotations:
custodian_types: '["A"]'
custodian_types_rationale: Applicable to all heritage custodian types.
custodian_types_primary: M
specificity_score: 0.85
specificity_rationale: Moderately specific slot.

View file

@ -93,6 +93,8 @@ slots:
- classification_code
- is_or_was_halc_adm1_code
- halc_adm1_code
- has_or_had_type_code
- has_type_code
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Codes applicable to all custodian types.

View file

@ -45,5 +45,6 @@ slots:
- has_or_had_description
- is_or_was_description
- has_or_had_administration_description
- has_or_had_annex_description
annotations:
custodian_types: '["*"]'

View file

@ -20,6 +20,7 @@ slots:
# range: MonetaryAmount
aliases:
- has_or_had_fee
- has_or_had_admission_fee
annotations:
custodian_types: '["*"]'
exact_mappings:

View file

@ -47,5 +47,6 @@ slots:
aliases:
- has_or_had_label
- is_or_was_halc_adm2_name
- has_administration_name
annotations:
custodian_types: '["*"]'

View file

@ -37,5 +37,6 @@ slots:
aliases:
- has_or_had_language
- en
- has_or_had_appellation_language
annotations:
custodian_types: '["*"]'

View file

@ -54,6 +54,7 @@ slots:
- has_or_had_name
- is_or_was_full_name
- full_name
- has_or_had_annex_name
annotations:
custodian_types: '["*"]'
examples:

View file

@ -98,6 +98,8 @@ slots:
- skos:scopeNote # skos.rdf:241-248 - note clarifying meaning/use
aliases:
- has_or_had_note
- has_or_had_appraisal_note
- has_appraisal_note
annotations:
custodian_types: '["*"]'
specificity_score: 0.60

View file

@ -25,6 +25,8 @@ slots:
multivalued: true
aliases:
- has_or_had_rationale
- has_or_had_annex_reason
- has_annex_reason
close_mappings:
- skos:note
- prov:wasInfluencedBy

View file

@ -19,6 +19,8 @@ slots:
multivalued: true
aliases:
- has_or_had_reference
- has_or_had_archival_reference
- has_archival_reference
annotations:
custodian_types: '["*"]'
exact_mappings:

View file

@ -127,6 +127,8 @@ slots:
- skos:broader
aliases:
- has_or_had_type
- has_or_had_appellation_type
- has_appellation_type
examples:
- value: "hc:CustodianType/museum"
description: Heritage custodian typed as a museum

View file

@ -1,36 +0,0 @@
id: https://nde.nl/ontology/hc/slot/has_type_code
name: has_type_code
title: has type code
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
rico: https://www.ica.org/standards/RiC/ontology#
org: http://www.w3.org/ns/org#
oa: http://www.w3.org/ns/oa#
default_prefix: hc
imports:
- linkml:types
slots:
has_type_code:
slot_uri: hc:hasTypeCode
description: 'Code representing the heritage type.
**MIGRATED** from heritage_type_code (Rule 53).
Follows RiC-O naming convention.
MIGRATED 2026-02-03 from has_or_had_type_code for conciseness.'
range: string
multivalued: true
aliases:
- has_or_had_type_code
exact_mappings:
- skos:notation
annotations:
rico_naming_convention: Follows RiC-O "hasOrHad" pattern for temporal predicates.
custodian_types: '["*"]'

View file

@ -41,6 +41,8 @@ slots:
- rdf:value
aliases:
- has_or_had_value
- has_or_had_appellation_value
- has__appellation_value
annotations:
custodian_types: '["*"]'
examples: