Add new slot definitions for 'recur_at', 'registered_at', 'return', 'track', 'transmission', and 'use_material'

- Introduced 'recur_at' to specify time intervals, frequencies, or spatial locations of repeated occurrences, with ontology alignments to Schema.org and DCTerms.
- Added 'registered_at' to denote the timestamp of record registration, aligning with Schema.org and DCTerms properties.
- Created 'return' to signify the action of sending items back to their origin, with mappings to Schema.org and CIDOC-CRM.
- Defined 'track' to indicate the maintenance of object identity across frames or time intervals, with relevant mappings to SOSA.
- Established 'transmission' to describe the process of passing knowledge or skills, aligning with CIDOC-CRM and Schema.org.
- Implemented 'use_material' to specify substances or materials used in creating or modifying objects, with close mappings to CIDOC-CRM and Schema.org.
This commit is contained in:
kempersc 2026-02-10 13:54:48 +01:00
parent 07a3d47f3e
commit 8a078a1e88
431 changed files with 8841 additions and 9548 deletions

View file

@ -1,5 +1,5 @@
{
"generated": "2026-02-09T08:20:55.668Z",
"generated": "2026-02-09T15:22:24.349Z",
"schemaRoot": "/schemas/20251121/linkml",
"totalFiles": 2916,
"categoryCounts": {

View file

@ -1,5 +1,5 @@
{
"generated": "2026-02-09T15:22:24.349Z",
"generated": "2026-02-10T12:54:49.001Z",
"schemaRoot": "/schemas/20251121/linkml",
"totalFiles": 2916,
"categoryCounts": {

View file

@ -55,7 +55,7 @@ classes:
- hc:EnvironmentalRequirement
- sosa:FeatureOfInterest
slots:
- contain_contains_unit
- contain_unit
- has_tolerance
- allow
- max_annual_light_exposure

View file

@ -0,0 +1,92 @@
# ==============================================================================
# LinkML Slot Definition: accredited_with
# ==============================================================================
# Formal acknowledgment of a qualification or accreditation by a recognized body.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|---------------------------|----------------------------|---------|--------------------------------------------------- |
# | **Schema** | `schema:hasCertification` | schemaorg.owl:19877-19907 | close | "Certification information about a product, org." |
# | **Schema** | `schema:hasCredential` | schemaorg.owl:19949-19973 | related | "A credential awarded to the Person or Org." |
# | **DCTerms** | `dcterms:conformsTo` | dcterms.rdf:987-1008 | related | "An established standard to which resource conforms."|
#
# No standard ontology defines an exact "accredited with" property.
# Retains hc:accreditedWith.
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/accredited_with
name: accredited_with
title: Accredited With
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
imports:
- linkml:types
default_prefix: hc
slots:
accredited_with:
slot_uri: hc:accreditedWith
description: >-
Ascribes or formally acknowledges a specific achievement, discovery, responsibility,
or qualification to a particular agent or entity.
alt_descriptions:
nl: >-
Schrijft een specifieke prestatie, ontdekking, verantwoordelijkheid of kwalificatie
formeel toe aan een bepaalde actor of entiteit, of erkent deze formeel.
de: >-
Schreibt eine bestimmte Leistung, Entdeckung, Verantwortung oder Qualifikation
einem bestimmten Akteur oder einer Entität formell zu oder erkennt diese formell an.
fr: >-
Attribue ou reconnaît formellement une réalisation, une découverte, une responsabilité
ou une qualification spécifique à un agent ou une entité particulière.
ar: >-
ينسب أو يعترف رسمياً بإنجاز أو اكتشاف أو مسؤولية أو مؤهل محدد لعامل أو كيان معين.
id: >-
Mengaitkan atau secara resmi mengakui pencapaian, penemuan, tanggung jawab, atau
kualifikasi tertentu kepada agen atau entitas tertentu.
zh: >-
将特定的成就、发现、职责或资质正式归属或授予特定的代理人或实体。
es: >-
Atribuye o reconoce formalmente un logro, descubrimiento, responsabilidad o
cualificación específica a un agente o entidad particular.
structured_aliases:
- literal_form: Accreditatie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Akkreditierung
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Accréditation
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: اعتماد
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Akreditasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 认证
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Acreditación
predicate: EXACT_SYNONYM
in_language: es
comments:
- >-
Accreditation bodies include: AIC (American Institute for Conservation),
ICON (Institute of Conservation, UK), VeRes (Dutch Restorers Association).
range: string
annotations:
custodian_types: '["*"]'
aliases:
- is_accredited
close_mappings:
- schema:hasCertification # schemaorg.owl:19877-19907 - certification info about product/org/person
related_mappings:
- schema:hasCredential # schemaorg.owl:19949-19973 - credential awarded to Person or Org
- dcterms:conformsTo # dcterms.rdf:987-1008 - established standard resource conforms to

View file

@ -1,6 +1,6 @@
id: https://nde.nl/ontology/hc/slot/is_branch_of_authority
name: is_branch_of_authority_slot
title: Is Branch Of Authority Slot
id: https://nde.nl/ontology/hc/slot/allowed_by
name: allowed_by
title: Allowed By
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
@ -16,14 +16,13 @@ default_prefix: hc
imports:
- linkml:types
slots:
is_branch_of_authority:
slot_uri: hc:is_branch_of_authority
allowed_by:
slot_uri: hc:allowedBy
range: boolean
description: 'Is Branch Of Authority for heritage custodian entities.
'
description: |
States or confirms that a specific action, access level, or behavior is permitted, authorized, or valid according to a governing rule, policy, or authority.
annotations:
custodian_types: '["*"]'
specificity_score: 0.5
exact_mappings:
- hc:is_branch_of_authority
aliases:
- is_permitted

View file

@ -96,14 +96,14 @@ slots:
- prov:Activity
aliases:
- analyzes_or_analyzed
- analyse
- examines
- studies
- is_or_was_analyze
- measurement_data
structured_aliases:
- literal_form: analyseert
predicate: EXACT_SYNONYM
- literal_form: is_or_was_analyze
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: analysiert
predicate: EXACT_SYNONYM

View file

@ -0,0 +1,97 @@
# ==============================================================================
# LinkML Slot Definition: annex_of
# ==============================================================================
# Designates a subsidiary building or extension attached to a larger primary entity.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|---------------------------|------------------------------|---------|------------------------------------------------------|
# | **DCTerms** | `dcterms:isPartOf` | dcterms.rdf:1464-1482 | broad | "Resource physically or logically included." |
# | **Schema** | `schema:isPartOf` | schemaorg.owl:22926-22950 | broad | "Item or CreativeWork that is part of." Generic. |
# | **CIDOC-CRM** | `crm:P46i_forms_part_of` | CIDOC:2341-2352 | related | Physical Thing part-of; composition, not annex. |
# | **Schema** | `schema:containedInPlace` | schemaorg.owl:12688-12714 | related | Place containment, not architectural subsidiary. |
#
# No standard ontology defines an exact "annex of" property.
# Retains hc:annexOf.
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/annex_of
name: annex_of
title: Annex Of
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dcterms: http://purl.org/dc/terms/
schema: http://schema.org/
crm: http://www.cidoc-crm.org/cidoc-crm/
imports:
- linkml:types
default_prefix: hc
slots:
annex_of:
slot_uri: hc:annexOf
description: >-
Designates a subsidiary building, extension, or document that is attached to,
dependent upon, or serves as an addition to a larger primary entity.
alt_descriptions:
nl: >-
Duidt een bijgebouw, uitbreiding of document aan dat verbonden is met, afhankelijk
is van, of dient als aanvulling op een grotere primaire entiteit.
de: >-
Bezeichnet ein Nebengebäude, eine Erweiterung oder ein Dokument, das an eine größere
primäre Entität angeschlossen ist, von ihr abhängt oder als Ergänzung dazu dient.
fr: >-
Désigne un bâtiment annexe, une extension ou un document rattaché à une entité
principale plus grande, dépendant d'elle ou servant de complément à celle-ci.
ar: >-
يحدد مبنى فرعياً أو امتداداً أو وثيقة مرفقة بكيان رئيسي أكبر أو تابعة له أو
تعمل كإضافة إليه.
id: >-
Menunjukkan bangunan tambahan, ekstensi, atau dokumen yang melekat pada, bergantung
pada, atau berfungsi sebagai tambahan dari entitas utama yang lebih besar.
zh: >-
指定附属于较大主要实体、依赖于该实体或作为其补充的附属建筑、扩展部分或文件。
es: >-
Designa un edificio subsidiario, extensión o documento adjunto a una entidad
principal más grande, dependiente de ella o que sirve como adición a la misma.
structured_aliases:
- literal_form: Bijgebouw
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Anbau
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Annexe
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: ملحق
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Aneks
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 附属建筑
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Anexo
predicate: EXACT_SYNONYM
in_language: es
comments:
- >-
Schema.org: isPartOf for part-whole relationship.
- >-
Links annex to primary reading room.
range: string
annotations:
custodian_types: '["*"]'
aliases:
- is_annex_of_reading_room
broad_mappings:
- dcterms:isPartOf # dcterms.rdf:1464-1482 - "resource physically or logically included"
- schema:isPartOf # schemaorg.owl:22926-22950 - "item that is part of" generic part-whole
related_mappings:
- crm:P46i_forms_part_of # CIDOC:2341-2352 - Physical Thing forms part of Physical Thing
- schema:containedInPlace # schemaorg.owl:12688-12714 - Place→Place spatial containment

View file

@ -0,0 +1,83 @@
# ==============================================================================
# LinkML Slot Definition: appropriate_for
# ==============================================================================
# Suitability designation for a particular audience, age group, or purpose.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-----------------------------|--------------------------|----------|------------------------------------------------------------|
# | **Schema.org**| `schema:audience` | schemaorg.owl:9151-9177 | broad | "An intended audience, i.e. a group for whom something was created." |
# | **Schema.org**| `schema:typicalAgeRange` | schemaorg.owl:38895-38914| narrow | "The typical expected age range, e.g. '7-9', '11-'." |
# | **Schema.org**| `schema:isFamilyFriendly` | schemaorg.owl:22821-22840| related | "Indicates whether this content is family friendly." Boolean. |
# | **Schema.org**| `schema:contentRating` | schemaorg.owl:12781-12802| related | "Official rating of a piece of content—for example, 'MPAA PG-13'." |
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/appropriate_for
name: appropriate_for
title: Appropriate For
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
imports:
- linkml:types
default_prefix: hc
slots:
appropriate_for:
slot_uri: hc:appropriateFor
description: >-
Designates that a specific item, content, or action is suitable, safe, or recommended for a particular audience, age group, or purpose.
comments:
- "COPPA compliance flag. Affects comments, ads, features."
alt_descriptions:
nl: >-
Geeft aan dat een specifiek item, inhoud of actie geschikt, veilig of aanbevolen is voor een bepaald publiek, een bepaalde leeftijdsgroep of een bepaald doel.
de: >-
Bezeichnet, dass ein bestimmtes Element, ein Inhalt oder eine Aktion für ein bestimmtes Publikum, eine Altersgruppe oder einen Zweck geeignet, sicher oder empfohlen ist.
fr: >-
Désigne qu'un élément, un contenu ou une action spécifique est approprié, sûr ou recommandé pour un public, un groupe d'âge ou un objectif particulier.
ar: >-
يشير إلى أن عنصرًا أو محتوى أو إجراءً محددًا مناسب أو آمن أو موصى به لجمهور أو فئة عمرية أو غرض معين.
id: >-
Menetapkan bahwa item, konten, atau tindakan tertentu sesuai, aman, atau direkomendasikan untuk audiens, kelompok usia, atau tujuan tertentu.
zh: >-
指定特定项目、内容或操作适合、安全或推荐给特定受众、年龄组或目的。
es: >-
Designa que un elemento, contenido o acción específica es adecuado, seguro o recomendado para una audiencia, grupo de edad o propósito particular.
structured_aliases:
- literal_form: Geschiktheid
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Eignung
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Adéquation
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: ملاءمة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Kesesuaian
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 适宜性
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Idoneidad
predicate: EXACT_SYNONYM
in_language: es
range: string
annotations:
custodian_types: '["*"]'
aliases:
- is_made_for_kid
broad_mappings:
- schema:audience # schemaorg.owl:9151-9177 - "An intended audience, i.e. a group for whom something was created."
narrow_mappings:
- schema:typicalAgeRange # schemaorg.owl:38895-38914 - "The typical expected age range, e.g. '7-9', '11-'." Age-only subset.
related_mappings:
- schema:isFamilyFriendly # schemaorg.owl:22821-22840 - "Indicates whether this content is family friendly." Boolean flag.
- schema:contentRating # schemaorg.owl:12781-12802 - "Official rating of a piece of content—for example, 'MPAA PG-13'."

View file

@ -79,6 +79,8 @@ slots:
multivalued: false
aliases:
- is_or_was_approximate
- is_approximate
- is_estimate
related_mappings:
- dqv:precision # dqv.ttl:184-186 - "Precision is a quality dimension, which refers to the recorded level of details." A Dimension class, not a boolean property.
annotations:

View file

@ -97,5 +97,7 @@ slots:
aliases:
- is_or_was_associated_with
- connection_organization
- institution_name
- logo_organization
annotations:
custodian_types: '["*"]'

View file

@ -0,0 +1,101 @@
# ==============================================================================
# LinkML Slot Definition: auxiliary_of
# ==============================================================================
# Designates a supporting or supplementary entity attached to a primary entity.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-----------------------------|----------------------------|---------|----------------------------------------------------|
# | **DCTerms** | `dcterms:isPartOf` | dcterms.rdf:1464-1482 | broad | "Resource physically or logically included." |
# | **Schema** | `schema:isPartOf` | schemaorg.owl:22926-22950 | broad | "Item that is part of." Generic part-whole. |
# | **ORG** | `org:subOrganizationOf` | org.rdf:663-681 | related | Hierarchical org containment, not auxiliary role. |
# | **CIDOC-CRM** | `crm:P46i_forms_part_of` | CIDOC:2341-2352 | related | Physical Thing composition, not supportive role. |
#
# No standard ontology defines an exact "auxiliary of" property.
# Retains hc:auxiliaryOf.
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/auxiliary_of
name: auxiliary_of
title: Auxiliary Of
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dcterms: http://purl.org/dc/terms/
schema: http://schema.org/
org: http://www.w3.org/ns/org#
crm: http://www.cidoc-crm.org/cidoc-crm/
imports:
- linkml:types
default_prefix: hc
slots:
auxiliary_of:
slot_uri: hc:auxiliaryOf
description: >-
Designates an entity, component, or group that functions in a supporting,
supplementary, or backup capacity to a primary entity.
alt_descriptions:
nl: >-
Duidt een entiteit, component of groep aan die functioneert in een ondersteunende,
aanvullende of reservecapaciteit ten opzichte van een primaire entiteit.
de: >-
Bezeichnet eine Entität, Komponente oder Gruppe, die in einer unterstützenden,
ergänzenden oder Reservekapazität für eine primäre Entität fungiert.
fr: >-
Désigne une entité, un composant ou un groupe qui fonctionne en capacité de soutien,
de complément ou de remplacement par rapport à une entité principale.
ar: >-
يحدد كياناً أو مكوناً أو مجموعة تعمل بصفة داعمة أو تكميلية أو احتياطية
لكيان رئيسي.
id: >-
Menunjukkan entitas, komponen, atau kelompok yang berfungsi dalam kapasitas
pendukung, pelengkap, atau cadangan bagi entitas utama.
zh: >-
指定以支持、补充或备用能力为主要实体服务的实体、组件或群组。
es: >-
Designa una entidad, componente o grupo que funciona en capacidad de apoyo,
complementaria o de respaldo para una entidad principal.
structured_aliases:
- literal_form: Hulplocatie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Nebenstandort
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Auxiliaire
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: مساعد
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Tambahan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 辅助设施
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Auxiliar
predicate: EXACT_SYNONYM
in_language: es
comments:
- >-
SKOS: broader links subordinate to main concept.
- >-
Analogous to CustodianAppellation.variant_of_name linking to CustodianName;
this links AuxiliaryPlace to CustodianPlace (main place).
range: string
annotations:
custodian_types: '["*"]'
aliases:
- is_auxiliary_of_place
- is_auxiliary_of_platform
- is_sub_guide
broad_mappings:
- dcterms:isPartOf # dcterms.rdf:1464-1482 - "resource physically or logically included"
- schema:isPartOf # schemaorg.owl:22926-22950 - "item that is part of" generic part-whole
related_mappings:
- org:subOrganizationOf # org.rdf:663-681 - hierarchical org containment
- crm:P46i_forms_part_of # CIDOC:2341-2352 - Physical Thing forms part of Physical Thing

View file

@ -108,6 +108,7 @@ slots:
- has_or_had_citation
- has_citation
- content_origin
- loan_agreement_url
annotations:
custodian_types: '["*"]'
specificity_score: 0.25

View file

@ -115,6 +115,9 @@ slots:
- contribution_start_date
- created_date
- created
- has_accumulation_start_date
- launch_date_slot
- loan_start_date
annotations:
slot_fixes_compliance: Range changed from datetime to Timestamp class per slot_fixes.yaml
migration_date: '2026-01-15'

View file

@ -0,0 +1,94 @@
# ==============================================================================
# LinkML Slot Definition: belong_to
# ==============================================================================
# Legal property, charge, or membership linkage to an individual or group.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|--------------------------------------|------------------------|----------|------------------------------------------------------------------|
# | **Schema.org**| `schema:memberOf` | schemaorg.owl:26080-26104| related | "An Organization to which this Person or Organization belongs." |
# | **ORG** | `org:memberOf` | org.rdf:743-758 | related | "Person is a member of the Organization." Membership only. |
# | **CIDOC-CRM** | `crm:P52_has_current_owner` | CIDOC:2465-2479 | related | "Identifies the owner of a Physical Thing." Physical things only.|
# | **CIDOC-CRM** | `crm:P49_has_former_or_current_keeper`| CIDOC:2383-2397 | related | "Actor who has/had custody of a Physical Thing." |
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/belong_to
name: belong_to
title: Belong To
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
org: http://www.w3.org/ns/org#
crm: http://www.cidoc-crm.org/cidoc-crm/
imports:
- linkml:types
default_prefix: hc
slots:
belong_to:
slot_uri: hc:belongTo
description: >-
Signifies that an item, asset, title, or responsibility is the legal property, charge, or proper member of a specific individual, group, or category.
comments:
- "Inverse of legal_status."
- "Links legal entity back to custodian hub."
- "Creates owl:inverseOf axiom in RDF output."
- "Inverse: `legal_status` | Pattern: If Custodian legal_status LegalStatus, then LegalStatus is_legal_status_of Custodian."
- "Navigation: From legal status: Find custodian it represents (is_legal_status_of) | From custodian: Find formal legal entity (legal_status)."
examples:
- value: |
CustodianLegalStatus:
legal_name: "Stichting Rijksmuseum"
is_legal_status_of: "https://nde.nl/ontology/hc/nl-nh-ams-m-rm"
description: Usage example
alt_descriptions:
nl: >-
Geeft aan dat een item, bezitting, titel of verantwoordelijkheid het wettelijk eigendom, de last of het rechtmatig lid is van een specifiek individu, groep of categorie.
de: >-
Bezeichnet, dass ein Gegenstand, Vermögenswert, Titel oder eine Verantwortung das rechtliche Eigentum, die Zuständigkeit oder das ordnungsgemäße Mitglied einer bestimmten Person, Gruppe oder Kategorie ist.
fr: >-
Indique qu'un élément, un actif, un titre ou une responsabilité est la propriété légale, la charge ou le membre légitime d'un individu, d'un groupe ou d'une catégorie spécifique.
ar: >-
يشير إلى أن عنصرًا أو أصلًا أو لقبًا أو مسؤولية هي الملكية القانونية أو العهدة أو العضوية الصحيحة لفرد أو مجموعة أو فئة محددة.
id: >-
Menandakan bahwa suatu item, aset, gelar, atau tanggung jawab merupakan milik hukum, beban, atau anggota sah dari individu, kelompok, atau kategori tertentu.
zh: >-
表示某个项目、资产、头衔或责任是特定个人、团体或类别的合法财产、职责或正式成员。
es: >-
Indica que un elemento, activo, título o responsabilidad es la propiedad legal, cargo o miembro legítimo de un individuo, grupo o categoría específica.
structured_aliases:
- literal_form: Eigendom
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Zugehörigkeit
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Appartenance
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: ملكية
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Kepemilikan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 所属
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Pertenencia
predicate: EXACT_SYNONYM
in_language: es
range: string
annotations:
inverse_slot: legal_status
custodian_types: '["*"]'
aliases:
- is_legal_status_of
related_mappings:
- schema:memberOf # schemaorg.owl:26080-26104 - "An Organization to which this Person or Organization belongs." Membership only.
- org:memberOf # org.rdf:743-758 - "Person is a member of the Organization." Membership only.
- crm:P52_has_current_owner # CIDOC:2465-2479 - "Identifies the owner of a Physical Thing." Physical things only.
- crm:P49_has_former_or_current_keeper # CIDOC:2383-2397 - "Actor who has/had custody of a Physical Thing."

View file

@ -94,5 +94,7 @@ slots:
- org:subOrganizationOf # org.rdf:663-681 - Hierarchical containment of Organizations
aliases:
- is_or_was_branch_of
- is_branch_of_authority
- is_branch_of
annotations:
custodian_types: '["*"]'

View file

@ -0,0 +1,93 @@
# ==============================================================================
# LinkML Slot Definition: broadcast
# ==============================================================================
# Disseminates content to a wide audience without targeting a specific recipient.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|----------------------------|----------------------------|---------|----------------------------------------------------------------|
# | **Schema.org**| `schema:publication` | schemaorg.owl:31622-31643 | broad | "A publication event associated with the item." Broader: publication encompasses broadcast. |
# | **Schema.org**| `schema:broadcastOfEvent` | schemaorg.owl:10695-10716 | narrow | "The event being broadcast." Domain: BroadcastEvent. Narrower: specifically about what event is broadcast. |
#
# CREATED: 2026-02-10
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/broadcast
name: broadcast
title: Broadcast
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
imports:
- linkml:types
default_prefix: hc
slots:
broadcast:
slot_uri: hc:broadcast
description: >-
Disseminates a signal, message, or content to a wide audience or all nodes
in a network simultaneously, without targeting a specific recipient.
comments:
- >-
Values: none (not a live broadcast; standard video), live (currently
broadcasting live), upcoming (scheduled live stream not yet started).
When live or upcoming becomes none, the video is archived.
alt_descriptions:
nl: >-
Verspreidt een signaal, bericht of inhoud naar een breed publiek of alle
knooppunten in een netwerk tegelijkertijd, zonder een specifieke
ontvanger te targeten.
de: >-
Verbreitet ein Signal, eine Nachricht oder einen Inhalt an ein breites
Publikum oder alle Knoten in einem Netzwerk gleichzeitig, ohne einen
bestimmten Empfänger anzusprechen.
fr: >-
Diffuse un signal, un message ou un contenu à un large public ou à tous
les nœuds d'un réseau simultanément, sans cibler un destinataire
spécifique.
ar: >-
يبث إشارة أو رسالة أو محتوى إلى جمهور واسع أو جميع العقد في شبكة
بشكل متزامن، دون استهداف متلقٍّ محدد.
id: >-
Menyebarkan sinyal, pesan, atau konten kepada khalayak luas atau semua
simpul dalam jaringan secara bersamaan, tanpa menargetkan penerima
tertentu.
zh: >-
向广大受众或网络中的所有节点同时传播信号、消息或内容,而不针对特定接收者。
es: >-
Difunde una señal, mensaje o contenido a una audiencia amplia o a todos
los nodos de una red simultáneamente, sin dirigirse a un destinatario
específico.
structured_aliases:
- literal_form: Uitzending
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Rundfunk
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Diffusion
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: بث
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Siaran
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 广播
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Difusión
predicate: EXACT_SYNONYM
in_language: es
range: string
annotations:
custodian_types: '["*"]'
aliases:
- live_broadcast_content
broad_mappings:
- schema:publication # schemaorg.owl:31622-31643 - "A publication event associated with the item."
narrow_mappings:
- schema:broadcastOfEvent # schemaorg.owl:10695-10716 - "The event being broadcast such as a sporting event or awards ceremony."

View file

@ -166,6 +166,7 @@ slots:
- is_or_was_categorized_as
- connections_by_heritage_type
- cultural_context
- dutch_context
annotations:
rule_53_migration: Replaces collection_focus with structured Category
custodian_types: '["*"]'

View file

@ -113,7 +113,8 @@ slots:
- contains_or_contained
- has_or_had_part
- is_or_was_contain
-
- has_or_had_animal_species_count
- has_animal_species_count
examples:
- value: https://nde.nl/ontology/hc/name/last-name-component
description: >-

View file

@ -86,5 +86,7 @@ slots:
- schema:status # General status property
aliases:
- is_or_was_current
- is_active
- is_current_version
annotations:
custodian_types: '["*"]'

View file

@ -0,0 +1,118 @@
# ==============================================================================
# LinkML Slot Definition: deceased
# ==============================================================================
# Signifies that a person or living entity has died and is no longer alive.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-------------------------|----------------------------|---------|------------------------------------------------------|
# | **Schema** | `schema:deathDate` | schemaorg.owl:14424-14442 | narrow | "Date of death." Only date aspect, not full status. |
# | **PROV-O** | `prov:wasEndedBy` | prov.ttl:1116-1131 | related | Activity ended by Entity; analogous but different. |
# | **CIDOC-CRM** | `crm:P100i_died_in` | CIDOC:3408-3418 | related | Person→Death event; event model, not status model. |
#
# No standard ontology defines an exact "deceased status" property.
# Retains hc:deceased.
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/deceased
name: deceased
title: Deceased
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
prov: http://www.w3.org/ns/prov#
crm: http://www.cidoc-crm.org/cidoc-crm/
imports:
- linkml:types
default_prefix: hc
slots:
deceased:
slot_uri: hc:deceased
description: >-
Signifies that a person or living entity has died and is no longer alive.
alt_descriptions:
nl: >-
Geeft aan dat een persoon of levend wezen is overleden en niet meer in leven is.
de: >-
Gibt an, dass eine Person oder ein Lebewesen gestorben und nicht mehr am Leben ist.
fr: >-
Indique qu'une personne ou un être vivant est décédé et n'est plus en vie.
ar: >-
يشير إلى أن شخصاً أو كائناً حياً قد توفي ولم يعد على قيد الحياة.
id: >-
Menandakan bahwa seseorang atau makhluk hidup telah meninggal dan tidak lagi hidup.
zh: >-
表示某人或某生物已去世且不再存活。
es: >-
Indica que una persona o ser vivo ha fallecido y ya no está con vida.
structured_aliases:
- literal_form: Overleden
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Verstorben
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Décédé
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: متوفى
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Meninggal
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 已故
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Fallecido
predicate: EXACT_SYNONYM
in_language: es
comments:
- >-
Replaces: circumstances_of_death (string). Intended range is DeceasedStatus
class for structured death information including cause of death, temporal extent,
and narrative description.
- >-
Uses permanent-state semantics (not "has_or_had") because death status is irreversible.
- >-
Important for documenting heritage workers killed in conflicts (Gaza, Ukraine, etc.),
historical figures in the heritage sector, and biographical commemoration.
range: string
required: false
annotations:
migration_source: circumstances_of_death
migration_date: '2026-01-19'
migration_rationale: >-
Replaced simple string slot with structured DeceasedStatus class
per slot_fixes.yaml revision at line 9369.
Enables structured capture of cause, date, and narrative.
custodian_types: '["*"]'
examples:
- value: >-
is_deceased:
is_or_was_caused_by:
cause_type: NATURAL
temporal_extent:
begin_of_the_begin: "2020-03-15"
end_of_the_end: "2020-03-15"
description: Natural death with known date
- value: >-
is_deceased:
is_or_was_caused_by:
cause_type: CONFLICT
has_or_had_description: "Killed during airstrike on cultural center"
temporal_extent:
begin_of_the_begin: "2023-10-01"
end_of_the_end: "2023-12-31"
description: Death during conflict with date range (exact date unknown)
aliases:
- is_deceased
narrow_mappings:
- schema:deathDate # schemaorg.owl:14424-14442 - "Date of death." Only the date facet.
related_mappings:
- prov:wasEndedBy # prov.ttl:1116-1131 - Activity ended by Entity; life-ending analogy
- crm:P100i_died_in # CIDOC:3408-3418 - Person died in Death event; event-based model

View file

@ -0,0 +1,90 @@
# ==============================================================================
# LinkML Slot Definition: distinguished_by
# ==============================================================================
# Identifies the distinguishing trait or characteristic that sets an entity apart.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-------------------------------------|-------------------------|---------|-------------------------------------------------------------|
# | **Schema.org**| `schema:disambiguatingDescription` | schemaorg.owl:15103-107 | close | "Short description used to disambiguate from similar items." |
# | **CIDOC-CRM** | `crm:P3_has_note` | CIDOC_CRM:1227-1241 | broad | Generic note property; distinguishing feature is one type. |
# | **SKOS** | `skos:scopeNote` | skos.rdf:241-251 | related | "Note that helps clarify the meaning/use of a concept." |
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/distinguished_by
name: distinguished_by
title: Distinguished By
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
crm: http://www.cidoc-crm.org/cidoc-crm/
skos: http://www.w3.org/2004/02/skos/core#
imports:
- linkml:types
default_prefix: hc
slots:
distinguished_by:
slot_uri: hc:distinguishedBy
range: string
description: >-
Identifies the specific trait, feature, mark, or characteristic that sets a particular entity apart from others
in the same class or category.
alt_descriptions:
nl: >-
Identificeert het specifieke kenmerk, de eigenschap, het merkteken of de karakteristiek die een bepaalde
entiteit onderscheidt van andere in dezelfde klasse of categorie.
de: >-
Identifiziert das spezifische Merkmal, die Eigenschaft, das Kennzeichen oder die Charakteristik, die eine
bestimmte Entität von anderen in derselben Klasse oder Kategorie unterscheidet.
fr: >-
Identifie le trait, la caractéristique, la marque ou la particularité spécifique qui distingue une entité
donnée des autres dans la même classe ou catégorie.
ar: >-
يحدد السمة أو الخاصية أو العلامة أو الميزة المحددة التي تميز كيانًا معينًا عن غيره في نفس الفئة أو التصنيف.
id: >-
Mengidentifikasi sifat, fitur, tanda, atau karakteristik spesifik yang membedakan suatu entitas tertentu dari
entitas lain dalam kelas atau kategori yang sama.
zh: >-
标识将特定实体与同一类别或分类中的其他实体区分开来的具体特征、特性、标记或特点。
es: >-
Identifica el rasgo, característica, marca o particularidad específica que distingue a una entidad concreta
de otras en la misma clase o categoría.
structured_aliases:
- literal_form: Onderscheidend Kenmerk
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Unterscheidungsmerkmal
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Caractéristique Distinctive
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: سمة مميزة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Ciri Pembeda
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 区分特征
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Característica Distintiva
predicate: EXACT_SYNONYM
in_language: es
close_mappings:
- schema:disambiguatingDescription # schemaorg.owl:15103-15107 - "short description to disambiguate from similar items"
broad_mappings:
- crm:P3_has_note # CIDOC_CRM_v7.1.3.rdf:1227-1241 - generic note/characterisation container
related_mappings:
- skos:scopeNote # skos.rdf:241-251 - "note that helps clarify meaning/use of a concept"
comments:
- "Migrated from '**Key Distinction**:' and '**Key Distinctions from Other Types**:' sections."
annotations:
source_section: '**Key Distinction**:'
custodian_types: '["*"]'
aliases:
- key_distinction

View file

@ -0,0 +1,88 @@
# ==============================================================================
# LinkML Slot Definition: embedded_on
# ==============================================================================
# Specifies the host medium, surface, or digital file where content is fixed
# or integrated.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|---------------------------|----------------------------|---------|----------------------------------------------------------|
# | **DCTerms** | `dcterms:medium` | dcterms.rdf:1686-1710 | close | "The material or physical carrier of the resource." |
# | **CIDOC-CRM** | `crm:P128i_is_carried_by` | CIDOC:3953-3964 | related | "is carried by." Physical Thing carries Symbolic Object. |
# | **Schema** | `schema:embedUrl` | schemaorg.owl:16455-16475 | narrow | "URL pointing to a player for a video." URL-only facet. |
#
# No standard ontology defines an exact "embedded on" property for host
# medium/surface/file. Retains hc:embeddedOn.
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/embedded_on
name: embedded_on
title: Embedded On
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dcterms: http://purl.org/dc/terms/
schema: http://schema.org/
crm: http://www.cidoc-crm.org/cidoc-crm/
imports:
- linkml:types
default_prefix: hc
slots:
embedded_on:
slot_uri: hc:embeddedOn
description: >-
Specifies the host medium, surface, or digital file where a specific object, piece of content, or metadata is fixed, integrated, or displayed.
alt_descriptions:
nl: >-
Specificeert het hostmedium, oppervlak of digitaal bestand waarop een specifiek object, stuk inhoud of metadata is vastgelegd, geïntegreerd of weergegeven.
de: >-
Gibt das Trägermedium, die Oberfläche oder die digitale Datei an, auf der ein bestimmtes Objekt, ein Inhalt oder Metadaten fixiert, integriert oder angezeigt werden.
fr: >-
Spécifie le support hôte, la surface ou le fichier numérique sur lequel un objet, un contenu ou des métadonnées spécifiques sont fixés, intégrés ou affichés.
ar: >-
يحدد الوسط المضيف أو السطح أو الملف الرقمي الذي يتم فيه تثبيت كائن معين أو محتوى أو بيانات وصفية أو دمجها أو عرضها.
id: >-
Menentukan media induk, permukaan, atau berkas digital tempat objek, konten, atau metadata tertentu ditetapkan, diintegrasikan, atau ditampilkan.
zh: >-
指定特定对象、内容或元数据被固定、集成或显示于其上的宿主介质、表面或数字文件。
es: >-
Especifica el medio anfitrión, la superficie o el archivo digital donde un objeto, contenido o metadatos específicos están fijados, integrados o mostrados.
structured_aliases:
- literal_form: Ingebed Op
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Eingebettet Auf
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Intégré Sur
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: مضمّن على
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Tertanam Pada
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 嵌入于
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Integrado En
predicate: EXACT_SYNONYM
in_language: es
comments:
- >-
Publisher-controlled setting.
range: string
annotations:
custodian_types: '["*"]'
aliases:
- is_embeddable
close_mappings:
- dcterms:medium # dcterms.rdf:1686-1710 - "The material or physical carrier of the resource."
narrow_mappings:
- schema:embedUrl # schemaorg.owl:16455-16475 - "URL pointing to a player for a video." URL-only facet.
related_mappings:
- crm:P128i_is_carried_by # CIDOC:3953-3964 - "is carried by." Physical Thing carrying Symbolic Object.

View file

@ -94,6 +94,10 @@ slots:
- is_or_was_end_time
- chapter_end_time
- is_or_was_end
- end_seconds
- end_time
- has_accumulation_end_date
- loan_end_date
structured_aliases:
- literal_form: einde van het einde
predicate: EXACT_SYNONYM

View file

@ -4,13 +4,15 @@
# Semantic equivalence with another entity (typically Wikidata).
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
# | Ontology | Property | Mapping | Notes |
# |---------------|-------------------|---------|----------------------------------|
# | **SKOS** | `skos:exactMatch` | exact | SKOS exact match |
# | **OWL** | `owl:sameAs` | close | OWL identity (stronger claim) |
# | **Schema.org**| `schema:sameAs` | close | Schema.org identity |
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |----------------|-------------------|----------------------|---------|--------------------------------------------------------------|
# | **SKOS** | `skos:exactMatch` | skos.rdf:438-454 | exact | "Link two concepts, high confidence of interchangeability." |
# | **OWL** | `owl:sameAs` | W3C OWL 2 standard | close | Identity assertion (stronger claim than equivalence). |
# | **Schema.org** | `schema:sameAs` | schemaorg.owl:34129-34148 | close | "URL unambiguously indicating the item's identity." |
#
# CREATED: 2026-02-03
# UPDATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/equivalent_to
@ -22,47 +24,84 @@ prefixes:
skos: http://www.w3.org/2004/02/skos/core#
owl: http://www.w3.org/2002/07/owl#
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/
rdfs: http://www.w3.org/2000/01/rdf-schema#
xsd: http://www.w3.org/2001/XMLSchema#
default_prefix: hc
description: |
Semantic equivalence with another entity (typically Wikidata).
imports:
- linkml:types
- linkml:types
default_prefix: hc
slots:
equivalent_to:
slot_uri: hc:equivalentTo
description: |
Semantic equivalence with another entity (typically Wikidata).
**Distinction from related_to**:
- `equivalent_to`: Semantic identity (same concept)
- `related_to`: Associative (related but distinct)
**Use Case**:
Links a heritage custodian type or concept to its Wikidata equivalent.
Example: Our "Museum" type is equivalent to Wikidata Q33506.
description: >-
Asserts semantic equivalence between this entity and another entity,
indicating that both represent the same real-world concept or thing.
alt_descriptions:
nl: >-
Stelt semantische equivalentie vast tussen deze entiteit en een andere entiteit,
wat aangeeft dat beide hetzelfde concept of ding uit de werkelijkheid vertegenwoordigen.
de: >-
Stellt die semantische Äquivalenz zwischen dieser Entität und einer anderen Entität fest
und zeigt an, dass beide dasselbe reale Konzept oder Ding repräsentieren.
fr: >-
Affirme l'equivalence sémantique entre cette entité et une autre entité,
indiquant que les deux représentent le même concept ou objet du monde réel.
ar: >-
يؤكد التكافؤ الدلالي بين هذا الكيان وكيان آخر،
مما يشير إلى أن كليهما يمثلان نفس المفهوم أو الشيء في العالم الحقيقي.
id: >-
Menyatakan kesetaraan semantik antara entitas ini dan entitas lain,
yang menunjukkan bahwa keduanya mewakili konsep atau hal yang sama di dunia nyata.
zh: >-
声明此实体与另一个实体之间的语义等价关系,
表明两者代表相同的现实世界概念或事物。
es: >-
Afirma la equivalencia semántica entre esta entidad y otra entidad,
indicando que ambas representan el mismo concepto o cosa del mundo real.
structured_aliases:
- literal_form: Equivalent
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Äquivalent
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Équivalent
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: مكافئ
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Ekuivalen
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 等价物
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Equivalente
predicate: EXACT_SYNONYM
in_language: es
range: string
implements:
- owl:ObjectProperty
required: false
multivalued: true
exact_mappings:
- skos:exactMatch
- skos:exactMatch # skos.rdf:438-454 - "High degree of confidence that concepts can be used interchangeably."
close_mappings:
- owl:sameAs
- schema:sameAs
- owl:sameAs # W3C OWL 2 standard - Identity assertion (stronger claim than semantic equivalence).
- schema:sameAs # schemaorg.owl:34129-34148 - "URL unambiguously indicating the item's identity."
aliases:
- is_or_was_equivalent_to
- wikidata_equivalent
annotations:
custodian_types: '["*"]'
specificity_score: 0.25
comments:
- >-
Distinction from related_to: equivalent_to asserts semantic identity (same concept),
while related_to asserts associative relationship (related but distinct concepts).
- >-
Use case: Links a heritage custodian type or concept to its Wikidata equivalent.
Example: Our "Museum" type is equivalent to Wikidata Q33506.
examples:
- value: Q33506
description: Wikidata equivalence for museum concept
- value: Q166118
description: Wikidata equivalence for archive concept
annotations:
custodian_types: '["*"]'
specificity_score: 0.25

View file

@ -0,0 +1,118 @@
# ==============================================================================
# LinkML Slot Definition: estimate
# ==============================================================================
# Approximate calculation or judgment of value, quantity, or extent based on
# incomplete data, linking entities to confidence/quality assessments.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|------------------------------|-------------------------------|---------|-------------------------------------------------|
# | **CIDOC-CRM** | `crm:P140i_was_attributed_by`| CIDOC_CRM_v7.1.3.rdf:4220-30 | close | "was attributed by" E13 Attribute Assignment. |
# | **DQV** | `dqv:hasQualityMeasurement` | dqv.ttl:157-161 | related | "Refers to performed quality measurements." |
# | **PROV-O** | `prov:wasDerivedFrom` | prov.ttl:1099-1114 | broad | General derivation; estimation is one form. |
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/estimate
name: estimate
title: estimate
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
prov: http://www.w3.org/ns/prov#
dqv: http://www.w3.org/ns/dqv#
crm: http://www.cidoc-crm.org/cidoc-crm/
default_prefix: hc
imports:
- linkml:types
slots:
estimate:
slot_uri: hc:estimate
description: >-
To calculate or judge the value, number, quantity, or extent of something
approximately, often based on incomplete data.
alt_descriptions:
nl: >-
Het bij benadering berekenen of beoordelen van de waarde, het aantal,
de hoeveelheid of de omvang van iets, vaak op basis van onvolledige
gegevens.
de: >-
Die annähernde Berechnung oder Beurteilung des Wertes, der Anzahl,
der Menge oder des Umfangs von etwas, häufig auf der Grundlage
unvollständiger Daten.
fr: >-
Calculer ou évaluer approximativement la valeur, le nombre, la
quantité ou l'étendue de quelque chose, souvent à partir de données
incomplètes.
ar: >-
حساب أو تقدير القيمة أو العدد أو الكمية أو النطاق لشيء ما بشكل
تقريبي، وغالبًا بناءً على بيانات غير مكتملة.
id: >-
Menghitung atau menilai secara perkiraan nilai, jumlah, kuantitas,
atau cakupan sesuatu, sering kali berdasarkan data yang tidak lengkap.
zh: >-
基于不完整的数据,对某事物的价值、数量或范围进行近似计算或判断。
es: >-
Calcular o juzgar aproximadamente el valor, número, cantidad o
extensión de algo, a menudo basándose en datos incompletos.
structured_aliases:
- literal_form: Schatting
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Schätzung
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Estimation
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: تقدير
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Estimasi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 估计
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Estimación
predicate: EXACT_SYNONYM
in_language: es
range: string
multivalued: true
close_mappings:
- crm:P140i_was_attributed_by # CIDOC_CRM_v7.1.3.rdf:4220-4230 - "was attributed by" links entity to E13 Attribute Assignment (covers estimation, assessment, classification)
broad_mappings:
- prov:wasDerivedFrom # prov.ttl:1099-1114 - "transformation of an entity into another"; general derivation subsumes estimation
related_mappings:
- dqv:hasQualityMeasurement # dqv.ttl:157-161 - "refers to performed quality measurements"; estimation relates to quality assessment
annotations:
rico_naming_convention: >-
Follows RiC-O "estimatesOrEstimated" pattern for active/passive
predicates. See Rule 39: Slot Naming Convention (RiC-O Style)
replaces_slots: digital_confidence
migration_date: '2026-01-25'
custodian_types: '["*"]'
aliases:
- estimates_or_estimated
comments:
- Generic estimation slot for linking to confidence/quality assessments.
- Links entity to DigitalConfidence or similar assessment classes.
- Replaces specific confidence slots like digital_confidence.
- 'RiC-O naming: estimatesOrEstimated indicates estimation relationship.'
- >-
This relationship may be historical — estimations may be updated over
time. Used to link profiles or entities to confidence assessments about
specific attributes (e.g., digital proficiency confidence).
- >-
Pattern: LinkedInProfile └── estimates_or_estimated → DigitalConfidence
├── has_or_had_score: 0.8 └── has_or_had_type: PROFICIENCY_LEVEL
- >-
Migrated from digital_confidence → estimates_or_estimated +
DigitalConfidence (per slot_fixes.yaml).
examples:
- value:
has_or_had_score: 0.85
has_or_had_label: High Digital Proficiency
description: Estimation of digital proficiency

View file

@ -88,6 +88,7 @@ slots:
- dcterms:valid # dcterms.ttl:11116-11175 - Date range of validity
aliases:
- is_or_was_expired_at
- expires_on_expired_at
annotations:
custodian_types: '["*"]'
comments:

View file

@ -0,0 +1,94 @@
# ==============================================================================
# LinkML Slot Definition: export
# ==============================================================================
# The capability of sending data from an internal system to an external destination.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |-------------|-----------------------|------------------------|---------|------------------------------------------------------------------------|
# | **DCAT** | `dcat:downloadURL` | dcat3.ttl:896-938 | narrow | "The URL of the downloadable file in a given format." |
# | **DCTerms** | `dcterms:hasFormat` | dcterms.rdf:1323-1346 | close | "A related resource...substantially the same...but in another format." |
# | **Schema** | `schema:distribution` | schemaorg.owl:15369-15390 | related | "A downloadable form of this dataset, at a specific location." |
#
# CREATED: 2026-02-10
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/export
name: export
title: Export
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dcat: http://www.w3.org/ns/dcat#
dcterms: http://purl.org/dc/terms/
schema: http://schema.org/
imports:
- linkml:types
default_prefix: hc
slots:
export:
slot_uri: hc:export
description: >-
Signifies the process of sending goods, services, or data from an internal source,
system, or jurisdiction to an external destination or foreign market.
comments:
- >-
Dublin Core: dcterms:conformsTo can indicate LOD compliance of exported data.
- >-
Export formats may include RDF/XML, Turtle, JSON-LD, N-Triples.
alt_descriptions:
nl: >-
Duidt op het proces van het verzenden van goederen, diensten of gegevens van een
interne bron, systeem of jurisdictie naar een externe bestemming of buitenlandse markt.
de: >-
Bezeichnet den Prozess des Sendens von Waren, Dienstleistungen oder Daten von einer
internen Quelle, einem System oder einer Gerichtsbarkeit an ein externes Ziel oder
einen ausländischen Markt.
fr: >-
Désigne le processus d'envoi de biens, de services ou de données depuis une source
interne, un système ou une juridiction vers une destination externe ou un marché étranger.
ar: >-
يشير إلى عملية إرسال السلع أو الخدمات أو البيانات من مصدر داخلي أو نظام أو ولاية
قضائية إلى وجهة خارجية أو سوق أجنبي.
id: >-
Menandakan proses pengiriman barang, layanan, atau data dari sumber internal, sistem,
atau yurisdiksi ke tujuan eksternal atau pasar asing.
zh: >-
表示将商品、服务或数据从内部来源、系统或管辖区发送到外部目的地或国外市场的过程。
es: >-
Significa el proceso de envío de bienes, servicios o datos desde una fuente interna,
sistema o jurisdicción hacia un destino externo o mercado extranjero.
structured_aliases:
- literal_form: Export
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Export
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Exportation
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: تصدير
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Ekspor
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 导出
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Exportación
predicate: EXACT_SYNONYM
in_language: es
range: string
annotations:
custodian_types: '["*"]'
close_mappings:
- dcterms:hasFormat # dcterms.rdf:1323-1346 — "A related resource...substantially the same...but in another format."
narrow_mappings:
- dcat:downloadURL # dcat3.ttl:896-938 — "The URL of the downloadable file in a given format."
related_mappings:
- schema:distribution # schemaorg.owl:15369-15390 — "A downloadable form of this dataset, at a specific location, in a specific format."
aliases:
- linked_data_export

View file

@ -0,0 +1,101 @@
# ==============================================================================
# LinkML Slot Definition: expose_to
# ==============================================================================
# Relates a subject to a condition, substance, risk, or environment they are
# subjected to or made contact with.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|--------------------------------|-----------------------------|---------|--------------------------------------------------|
# | **RiC-O** | `rico:isOrWasAffectedBy` | RiC-O_1-1.rdf:12585-12617 | close | "is or was affected by" Thing→Event. |
# | **CIDOC-CRM** | `crm:P15_was_influenced_by` | CIDOC_CRM_v7.1.3.rdf:1517-29| broad | "had some bearing upon" Activity→Entity. |
# | **PROV-O** | `prov:wasInfluencedBy` | prov.ttl:1147-1170 | broad | Very general influence relation. |
#
# NOTE: schema:about ("the subject matter of an object") is about topicality,
# NOT exposure/subjection. Removed as slot_uri and exact_mapping.
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/expose_to
name: expose_to
title: expose to
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
rico: https://www.ica.org/standards/RiC/ontology#
crm: http://www.cidoc-crm.org/cidoc-crm/
prov: http://www.w3.org/ns/prov#
default_prefix: hc
imports:
- linkml:types
slots:
expose_to:
slot_uri: hc:expose_to
description: >-
Relates a subject (person, object, system) to the specific condition,
substance, risk, or environment they are subjected to or made contact
with.
alt_descriptions:
nl: >-
Relateert een onderwerp (persoon, object, systeem) aan de specifieke
conditie, stof, risico of omgeving waaraan het is blootgesteld of
waarmee het in contact is gekomen.
de: >-
Setzt ein Subjekt (Person, Objekt, System) in Beziehung zu der
spezifischen Bedingung, Substanz, dem Risiko oder der Umgebung, der
es ausgesetzt ist oder mit der es in Kontakt gekommen ist.
fr: >-
Relie un sujet (personne, objet, système) à la condition, substance,
risque ou environnement spécifique auquel il est soumis ou avec
lequel il est entré en contact.
ar: >-
يربط موضوعًا (شخص، كائن، نظام) بالحالة أو المادة أو المخاطر أو
البيئة المحددة التي تعرض لها أو اتصل بها.
id: >-
Menghubungkan subjek (orang, objek, sistem) dengan kondisi, zat,
risiko, atau lingkungan tertentu yang dialami atau disentuhnya.
zh: >-
将主体(人、物体、系统)与其所接触或暴露于的特定条件、物质、风险或环境相关联。
es: >-
Relaciona un sujeto (persona, objeto, sistema) con la condición,
sustancia, riesgo o entorno específico al que está sometido o con
el que ha entrado en contacto.
structured_aliases:
- literal_form: Blootstelling
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Exposition
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Exposition
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: تعرض
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Paparan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 暴露
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Exposición
predicate: EXACT_SYNONYM
in_language: es
range: string
close_mappings:
- rico:isOrWasAffectedBy # RiC-O_1-1.rdf:12585-12617 - "is or was affected by" Thing→Event; closest structural match, though "affected" implies impact occurred while "exposed" implies contact/subjection
broad_mappings:
- crm:P15_was_influenced_by # CIDOC_CRM_v7.1.3.rdf:1517-1529 - "had some bearing upon" Activity→Entity; influence is broader than exposure
- prov:wasInfluencedBy # prov.ttl:1147-1170 - very general influence relation across Activity/Agent/Entity
annotations:
custodian_types: '["*"]'
aliases:
- exposes_or_exposed
comments:
- >-
Previous slot_uri was schema:about, which means "the subject matter of
an object" (topicality). This is semantically incorrect for exposure/
subjection. Changed to hc:expose_to.

View file

@ -0,0 +1,95 @@
# ==============================================================================
# LinkML Slot Definition: face_public
# ==============================================================================
# Connects a service or operational unit to the external audience it serves.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-----------------------|--------------------------|---------|----------------------------------------------------|
# | **Schema.org**| `schema:audience` | schemaorg.owl:9151-9177 | broad | "An intended audience, i.e. a group for whom |
# | | | | | something was created." Any audience for any thing; |
# | | | | | broader than public-facing audience specifically. |
# | **Schema.org**| `schema:publicAccess` | schemaorg.owl:31581-31599| related | "A flag to signal that the Place is open to public |
# | | | | | visitors." Boolean flag on Place — different |
# | | | | | structure (flag vs connection) and restricted domain. |
#
# No exact match — retains hc:facePublic.
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/face_public
name: face_public
title: Face Public
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
imports:
- linkml:types
default_prefix: hc
slots:
face_public:
slot_uri: hc:facePublic
description: >-
Connects a specific service, interface, or operational unit to the particular external
audience, customer segment, or user base it directly serves or interacts with.
alt_descriptions:
nl: >-
Verbindt een specifieke dienst, interface of operationele eenheid met het specifieke externe
publiek, klantsegment of gebruikersgroep die het rechtstreeks bedient of waarmee het interactie heeft.
de: >-
Verbindet einen bestimmten Dienst, eine Schnittstelle oder eine operative Einheit mit dem
bestimmten externen Publikum, Kundensegment oder der Nutzerbasis, die er direkt bedient
oder mit der er interagiert.
fr: >-
Relie un service, une interface ou une unité opérationnelle spécifique au public externe,
segment de clientèle ou base d'utilisateurs particulier qu'il dessert ou avec lequel il
interagit directement.
ar: >-
يربط خدمة أو واجهة أو وحدة تشغيلية محددة بالجمهور الخارجي أو شريحة العملاء أو
قاعدة المستخدمين المعينة التي يخدمها أو يتفاعل معها مباشرة.
id: >-
Menghubungkan layanan, antarmuka, atau unit operasional tertentu dengan audiens eksternal,
segmen pelanggan, atau basis pengguna tertentu yang dilayani atau berinteraksi secara langsung.
zh: >-
将特定服务、界面或运营单元与其直接服务或交互的特定外部受众、客户群体或用户群联系起来。
es: >-
Conecta un servicio, interfaz o unidad operativa específica con la audiencia externa,
segmento de clientes o base de usuarios particular a la que sirve o con la que interactúa
directamente.
structured_aliases:
- literal_form: Publieksgericht
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Öffentlichkeitszugang
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Accès public
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: مواجهة الجمهور
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Layanan Publik
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 面向公众
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Cara al público
predicate: EXACT_SYNONYM
in_language: es
range: string
comments:
- "TRUE: Public visitors, researchers, patrons can access. FALSE: Staff-only administrative location."
- "Use AdministrativeOffice class for staff-only locations."
broad_mappings:
- schema:audience # schemaorg.owl:9151-9177 — "An intended audience, i.e. a group for whom something was created." Any audience; broader than public-facing specifically.
related_mappings:
- schema:publicAccess # schemaorg.owl:31581-31599 — "A flag to signal that the Place is open to public visitors." Boolean flag on Place; different structure and restricted domain.
annotations:
custodian_types: '["*"]'
aliases:
- is_public_facing

View file

@ -0,0 +1,132 @@
# ==============================================================================
# LinkML Slot Definition: filter
# ==============================================================================
# Selects a subset of data elements from a larger collection based on specific
# criteria, removing unwanted noise or irrelevant items.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |------------|-----------------------|----------------------|---------|-----------------------------------------------------|
# | **DQV** | `dqv:computedOn` | dqv.ttl:120-126 | related | "resource on which quality measurement is performed."|
# | **PROV-O** | `prov:wasGeneratedBy` | prov.ttl:1132-1145 | related | Entity generated by Activity; provenance of results. |
# | **OA** | `oa:refinedBy` | oa.ttl:336-339 | related | "refine the processing of the source resource." |
#
# NOTE: No standard ontology has an exact or close match for "filtering a
# subset from a collection based on criteria." dqv:computedOn was previously
# an exact_mapping but is about what resource a quality metric was computed on,
# not about selecting/filtering subsets.
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/filter
name: filter
title: Filter
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dqv: http://www.w3.org/ns/dqv#
prov: http://www.w3.org/ns/prov#
oa: http://www.w3.org/ns/oa#
default_prefix: hc
imports:
- linkml:types
slots:
filter:
slot_uri: hc:filter
description: >-
To select a subset of data elements from a larger collection based on
specific criteria or conditions, removing unwanted noise or irrelevant
items.
alt_descriptions:
nl: >-
Het selecteren van een deelverzameling van gegevenselementen uit een
grotere collectie op basis van specifieke criteria of voorwaarden,
waarbij ongewenste ruis of irrelevante items worden verwijderd.
de: >-
Die Auswahl einer Teilmenge von Datenelementen aus einer größeren
Sammlung anhand bestimmter Kriterien oder Bedingungen, wobei
unerwünschtes Rauschen oder irrelevante Elemente entfernt werden.
fr: >-
Sélectionner un sous-ensemble d'éléments de données à partir d'une
collection plus large en fonction de critères ou conditions
spécifiques, en supprimant le bruit indésirable ou les éléments non
pertinents.
ar: >-
اختيار مجموعة فرعية من عناصر البيانات من مجموعة أكبر بناءً على
معايير أو شروط محددة، مع إزالة الضوضاء غير المرغوب فيها أو
العناصر غير ذات الصلة.
id: >-
Memilih subset elemen data dari koleksi yang lebih besar berdasarkan
kriteria atau kondisi tertentu, dengan menghilangkan noise yang tidak
diinginkan atau item yang tidak relevan.
zh: >-
根据特定标准或条件从较大的集合中选择数据元素的子集,去除不需要的噪声或不相关的项目。
es: >-
Seleccionar un subconjunto de elementos de datos de una colección más
grande según criterios o condiciones específicos, eliminando el ruido
no deseado o los elementos irrelevantes.
structured_aliases:
- literal_form: Filter
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Filter
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Filtre
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: ترشيح
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Filter
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 过滤
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Filtro
predicate: EXACT_SYNONYM
in_language: es
range: string
required: false
multivalued: false
related_mappings:
- dqv:computedOn # dqv.ttl:120-126 - "resource on which quality measurement is performed"; both concern data processing, but computedOn is about metric computation not subset selection
- prov:wasGeneratedBy # prov.ttl:1132-1145 - Entity generated by Activity; filtered results have provenance from filtering activity
- oa:refinedBy # oa.ttl:336-339 - "refine the processing of the source resource"; closest structural parallel for narrowing/refining data selections
annotations:
rico_naming_convention: >-
Follows RiC-O "filtersOrFiltered" pattern for active/passive
predicates. See Rule 39: Slot Naming Convention (RiC-O Style)
replaces_slots: detection_count, detection_level, detection_threshold
migration_date: '2026-01-25'
custodian_types: '["*"]'
aliases:
- filters_or_filtered
comments:
- Generic filtering slot for detection/analysis thresholds.
- Links analysis to DetectedEntity with aggregated detection info.
- DetectedEntity contains quantity, type, and threshold data.
- Replaces multiple detection_* slots per Rule 53.
- 'RiC-O naming: filtersOrFiltered indicates filtering relationship.'
- >-
Previous exact_mapping dqv:computedOn demoted to related — it means
"resource on which a quality measurement is performed" (metric
computation target), not subset selection/filtering.
- >-
Temporal semantics: filter settings may change over time affecting
detected entities.
examples:
- value:
has_or_had_quantity:
quantity_value: 342
has_or_had_unit:
unit_value: detections
description: Detection context with 342 detected entities
- value:
has_or_had_type: DetectionLevelType:HIGH
has_or_had_quantity:
quantity_value: 0.85
description: High confidence detection level

View file

@ -0,0 +1,120 @@
# ==============================================================================
# LinkML Slot Definition: final_of_the_final
# ==============================================================================
# Relates the concluding condition state to the entity or process it closes.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|--------------------------------|--------------------------------|---------|--------------------------------------------------------------|
# | **CIDOC-CRM** | `crm:P44_has_condition` | CIDOC_CRM_v7.1.3.rdf:2270-2284 | broad | "Records an E3 Condition State for E18 Physical Thing." |
# | | | | | Any condition, not specifically the final/concluding one. |
# | **CIDOC-CRM** | `crm:P35_has_identified` | CIDOC_CRM_v7.1.3.rdf:2042-2054 | related | "Identifies E3 Condition State observed in E14 Assessment." |
# | | | | | Links assessment activity to condition; different direction. |
# | **RiC-O** | `rico:resultsOrResultedIn` | RiC-O_1-1.rdf:19540-19574 | related | "Connects Event to Thing that results from the Event." |
# | | | | | Final state can be seen as a result; Event→Thing direction. |
# | **Schema.org** | `schema:result` | schemaorg.owl:33466-33487 | related | "The result produced in the action." Action→Thing. |
# | | | | | Final state after treatment IS a result of the action. |
# | **RiC-O** | `rico:hasRecordState` | RiC-O_1-1.rdf:8998-9036 | related | "Connects Record to RecordState." Archival-domain only. |
#
# NOTE: crm:E3_Condition_State (CIDOC:258-269) is a CLASS, not a property.
# It was incorrectly listed as close_mapping in the original file and has been removed.
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/final_of_the_final
name: final_of_the_final
title: Final of the Final
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
crm: http://www.cidoc-crm.org/cidoc-crm/
rico: https://www.ica.org/standards/RiC/ontology#
schema: http://schema.org/
imports:
- linkml:types
default_prefix: hc
slots:
final_of_the_final:
slot_uri: hc:finalOfTheFinal
description: >-
Relates the ultimate, concluding state or phase to the specific process,
lifecycle, or entity that it brings to a complete close.
alt_descriptions:
nl: >-
Relateert de uiteindelijke, afsluitende toestand of fase aan het specifieke proces,
de levenscyclus of de entiteit die het volledig afsluit.
de: >-
Verknupft den endgültigen, abschließenden Zustand oder die Phase mit dem spezifischen Prozess,
Lebenszyklus oder der Entität, die dadurch vollständig abgeschlossen wird.
fr: >-
Relie l'état ou la phase ultime et conclusif au processus, cycle de vie ou entité
spécifique qu'il clôture complètement.
ar: >-
يربط الحالة أو المرحلة النهائية والختامية بالعملية أو دورة الحياة أو الكيان
المحدد الذي تُنهيه بشكل كامل.
id: >-
Menghubungkan keadaan atau fase akhir dan penutup dengan proses, siklus hidup,
atau entitas tertentu yang ditutupnya secara lengkap.
zh: >-
将最终的、结束性的状态或阶段与其完全关闭的特定过程、生命周期或实体联系起来。
es: >-
Relaciona el estado o fase final y concluyente con el proceso, ciclo de vida
o entidad específica que cierra por completo.
structured_aliases:
- literal_form: Eindtoestand
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Endzustand
predicate: EXACT_SYNONYM
in_language: de
- literal_form: État Final
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: الحالة النهائية
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Keadaan Akhir
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 最终状态
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Estado Final
predicate: EXACT_SYNONYM
in_language: es
range: string
aliases:
- condition_after
broad_mappings:
- crm:P44_has_condition # CIDOC_CRM_v7.1.3.rdf:2270-2284 - "Records an E3 Condition State for E18 Physical Thing." Any condition, not just final.
related_mappings:
- crm:P35_has_identified # CIDOC_CRM_v7.1.3.rdf:2042-2054 - "Identifies E3 Condition State observed in E14 Condition Assessment." Assessment→condition direction.
- rico:resultsOrResultedIn # RiC-O_1-1.rdf:19540-19574 - "Connects Event to Thing that results from Event." Event→Thing direction.
- schema:result # schemaorg.owl:33466-33487 - "The result produced in the action." Action→Thing.
- rico:hasRecordState # RiC-O_1-1.rdf:8998-9036 - "Connects Record to RecordState." Archival-domain only.
comments:
- >-
CIDOC-CRM pattern for capturing the final state after an event:
Conservation treatment -> final condition state;
Restoration -> final preservation state;
Processing -> final outcome.
- >-
Refers to the state observed at the final moment of a process,
analogous to CIDOC-CRM's E3 Condition State with P5 consists of.
- >-
Temporal semantics: The state AFTER something has occurred.
Paired with initial_of_the_initial for before/after comparisons.
- >-
Migration (2026-01-22): condition_after -> final_of_the_final + ConditionState,
per slot_fixes.yaml (Rule 53).
- >-
crm:E3_Condition_State (CIDOC:258-269) is a CLASS, not a property.
It was incorrectly listed as close_mapping and has been removed.
examples:
- value: >-
state_type: GoodCondition, state_description: Object stabilized after treatment
description: Conservation record final condition
annotations:
custodian_types: '["*"]'

View file

@ -76,6 +76,7 @@ slots:
range: string
aliases:
- has_or_had_cofunding
- internal_funding
exact_mappings:
- schema:funder # schemaorg.owl:18743-18747 - "A person or organization that supports (sponsors) something through some kind of financial contribution"
comments:

View file

@ -106,6 +106,8 @@ slots:
- has_or_had_access_trigger_event
- is_or_was_public_access
- public_access
- has_supervised_handling
- is_open_to_public
comments:
- schema:conditionsOfAccess is semantically closer (conditions for access) than schema:publishingPrinciples (editorial principles).
- |

View file

@ -141,6 +141,7 @@ slots:
- schema:accessibilitySummary
aliases:
- has_or_had_accessibility_feature
- is_accessible
examples:
- value: "schema:wheelchairAccessible"
description: Physical location is accessible by wheelchair

View file

@ -0,0 +1,100 @@
# ==============================================================================
# LinkML Slot Definition: has_benchmark
# ==============================================================================
# Associates an entity with a benchmark value for evaluating performance.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |----------------|--------------------|----------------------------|---------|------------------------------------------------------------|
# | **Schema.org** | `schema:maxValue` | schemaorg.owl:25599-25620 | related | "Upper value of a characteristic"; numeric bound, not a |
# | | | | | standard reference point. |
# | **DQV** | `dqv:value` | dqv.ttl:128-132 | related | "Values computed by metric"; metric result, not benchmark. |
#
# No standard ontology defines a direct "benchmark" property. Retains hc:hasBenchmark.
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_benchmark
name: has_benchmark
title: Has Benchmark
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dqv: http://www.w3.org/ns/dqv#
default_prefix: hc
imports:
- linkml:types
slots:
has_benchmark:
slot_uri: hc:hasBenchmark
description: >-
Associates a model, system, or algorithm with a specific standard test,
dataset, or reference point used to evaluate and compare its performance.
alt_descriptions:
nl: >-
Koppelt een model, systeem of algoritme aan een specifieke standaardtest,
dataset of referentiepunt dat wordt gebruikt om de prestaties ervan te
evalueren en vergelijken.
de: >-
Verknüpft ein Modell, System oder einen Algorithmus mit einem bestimmten
Standardtest, Datensatz oder Referenzpunkt, der zur Bewertung und zum
Vergleich seiner Leistung verwendet wird.
fr: >-
Associe un modèle, système ou algorithme à un test standard, jeu de données
ou point de référence spécifique utilisé pour évaluer et comparer ses
performances.
ar: >-
يربط نموذجًا أو نظامًا أو خوارزمية باختبار معياري محدد أو مجموعة بيانات
أو نقطة مرجعية تُستخدم لتقييم ومقارنة أدائه.
id: >-
Mengaitkan model, sistem, atau algoritma dengan uji standar, kumpulan data,
atau titik referensi tertentu yang digunakan untuk mengevaluasi dan
membandingkan kinerjanya.
zh: >-
将模型、系统或算法与用于评估和比较其性能的特定标准测试、数据集或参考点相关联。
es: >-
Asocia un modelo, sistema o algoritmo con una prueba estándar, conjunto de
datos o punto de referencia específico utilizado para evaluar y comparar
su rendimiento.
structured_aliases:
- literal_form: Benchmark
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Benchmark
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Référence
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: معيار مرجعي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Tolok Ukur
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 基准
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Punto de Referencia
predicate: EXACT_SYNONYM
in_language: es
range: float
related_mappings:
- schema:maxValue # schemaorg.owl:25599-25620 - "Upper value of characteristic"; numeric bound not benchmark
- dqv:value # dqv.ttl:128-132 - "Values computed by metric"; metric result not reference standard
examples:
- value: 0.4
description: 40% high benchmark for visitor-to-purchase conversion
- value: 0.08
description: 8% high benchmark for visitor-to-member conversion
annotations:
custodian_types: '["*"]'
comments:
- Expressed as a decimal (e.g., 0.40 = 40%)
- Used with has_benchmark_low to define the typical performance range
aliases:
- industry_benchmark_high
- industry_benchmark_low

View file

@ -77,6 +77,7 @@ slots:
multivalued: true
aliases:
- has_or_had_boundary
- is_historical_boundary
close_mappings:
- schema:polygon # schemaorg.owl:30022-30025 - "A polygon is the area enclosed by a point-to-point path" (shape representation of boundary)
related_mappings:

View file

@ -0,0 +1,116 @@
# ==============================================================================
# LinkML Slot Definition: has_bounding_box
# ==============================================================================
# Rectangular coordinate limits enclosing an object, feature, or region.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-----------------------|------------------------|---------|--------------------------------------------------|
# | **GeoSPARQL** | `geo:hasBoundingBox` | geo.ttl:345-358 | close | "The minimum or smallest bounding or enclosing |
# | | | | | box of a given Feature." subPropertyOf |
# | | | | | geo:hasGeometry. Domain: Feature. Range: Geometry.|
# | | | | | Same concept, but GeoSPARQL is geographic only; |
# | | | | | our slot also covers image/CV bounding boxes. |
# | **GeoSPARQL** | `geo:hasGeometry` | geo.ttl:320-343 | broad | "A spatial representation for a given Feature." |
# | | | | | Any geometry, not just bounding box. |
# | **Schema.org**| `schema:geo` | schemaorg.owl:19029-19050| related| "The geo coordinates of the place." Domain: Place.|
# | | | | | Range: GeoShape/GeoCoordinates. About place |
# | | | | | coordinates, not bounding boxes specifically. |
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_bounding_box
name: has_bounding_box
title: Has Bounding Box
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
geo: http://www.opengis.net/ont/geosparql#
schema: http://schema.org/
default_prefix: hc
imports:
- linkml:types
slots:
has_bounding_box:
slot_uri: hc:hasBoundingBox
description: >-
Defines the rectangular limits that fully enclose a specific object,
feature, or region of interest within an image or spatial dataset,
typically expressed as coordinate pairs such as x_min, y_min, x_max,
y_max.
alt_descriptions:
nl: >-
Definieert de rechthoekige grenzen die een specifiek object, kenmerk
of interessegebied binnen een afbeelding of ruimtelijke dataset
volledig omsluiten, doorgaans uitgedrukt als coordinatenparen.
de: >-
Definiert die rechteckigen Grenzen, die ein bestimmtes Objekt,
Merkmal oder Interessengebiet innerhalb eines Bildes oder
raeumlichen Datensatzes vollstaendig umschliessen, typischerweise
als Koordinatenpaare angegeben.
fr: >-
Definit les limites rectangulaires qui englobent entierement un
objet, un element ou une region d'interet specifique au sein d'une
image ou d'un jeu de donnees spatiales, generalement exprimees sous
forme de paires de coordonnees.
ar: >-
يحدد الحدود المستطيلة التي تحيط بالكامل بكائن أو معلم أو منطقة
اهتمام محددة ضمن صورة أو مجموعة بيانات مكانية، وعادة ما يتم التعبير
عنها كأزواج إحداثيات.
id: >-
Mendefinisikan batas persegi panjang yang sepenuhnya melingkupi objek,
fitur, atau wilayah tertentu dalam sebuah gambar atau kumpulan data
spasial, biasanya dinyatakan sebagai pasangan koordinat.
zh: >-
定义在图像或空间数据集中完全包围特定对象、要素或感兴趣区域的矩形
边界,通常以坐标对表示。
es: >-
Define los limites rectangulares que encierran completamente un objeto,
elemento o region de interes especifica dentro de una imagen o conjunto
de datos espaciales, normalmente expresados como pares de coordenadas.
structured_aliases:
- literal_form: Begrenzingskader
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Begrenzungsrahmen
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Cadre englobant
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: مربع الإحاطة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Kotak pembatas
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 边界框
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Cuadro delimitador
predicate: EXACT_SYNONYM
in_language: es
aliases:
- includes_bounding_box
comments:
- >-
Bounding boxes define rectangular regions in frames where objects,
faces, or text were detected. Format typically: [x, y, width, height]
or [x1, y1, x2, y2].
- >-
In segment data, true indicates spatial coordinates are available;
false indicates only temporal information (no spatial).
- >-
geo:hasBoundingBox from GeoSPARQL is the closest standard property
but is specific to geographic features, whereas this slot also covers
image-level and computer vision bounding boxes.
annotations:
custodian_types: '["*"]'
close_mappings:
- geo:hasBoundingBox # geo.ttl:345-358 - "The minimum or smallest bounding or enclosing box of a given Feature." subPropertyOf geo:hasGeometry. Same concept; GeoSPARQL is geographic only, our slot also covers image/CV.
broad_mappings:
- geo:hasGeometry # geo.ttl:320-343 - "A spatial representation for a given Feature." Any geometry, not just bounding box.
related_mappings:
- schema:geo # schemaorg.owl:19029-19050 - "The geo coordinates of the place." About place coordinates, not bounding boxes specifically.

View file

@ -76,6 +76,7 @@ slots:
range: string
aliases:
- has_or_had_budget
- innovation_budget
close_mappings:
- dbpedia:budget # dbpedia_ontology.owl:5221,9096 - Budget for projects/films (domain-specific)
annotations:

View file

@ -74,6 +74,8 @@ slots:
range: string
aliases:
- has_or_had_caption
- is_closed_caption
- is_sdh
exact_mappings:
- schema:caption # schemaorg.owl:11157-11160 - "The caption for this object"
annotations:

View file

@ -102,6 +102,7 @@ slots:
- has_iso_code
- contributor_code
- currency_code
- language_code
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Codes applicable to all custodian types.

View file

@ -75,6 +75,12 @@ slots:
- has_or_had_confidence_measure
- has_or_had_confidence
- has_confidence
- landmark_confidence
- likelihood_confidence
- likelihood_factor
- likelihood_level
- likelihood_score
- logo_confidence
comments:
- |
MIGRATED 2026-02-03 from has_or_had_confidence_measure for conciseness.

View file

@ -101,6 +101,7 @@ slots:
multivalued: true
aliases:
- constituent_type
- item
close_mappings:
- rico:hasOrHadConstituent # RiC-O_1-1.rdf:6005-6063 - "Connects a Record to a constituent Record/RecordPart." Same constituent concept but domain restricted to Records.
broad_mappings:

View file

@ -77,6 +77,7 @@ slots:
- has_or_had_key_contact
- has_key_contact
- contact_point
- lender_contact
exact_mappings:
- schema:contactPoint # schemaorg.owl:12577-12595 - "A contact point for a person or organization"
annotations:

View file

@ -0,0 +1,100 @@
# ==============================================================================
# LinkML Slot Definition: has_context
# ==============================================================================
# Background information, situation, or environment needed to interpret an entity.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|----------------------------|-----------------------------|---------|-----------------------------------------------------------------|
# | **CIDOC-CRM** | `crm:P3_has_note` | CIDOC_CRM:1227-1243 | broad | General informal descriptions about any entity; broader. |
# | **RiC-O** | `rico:relationHasContext` | RiC-O_1-1.rdf:19295-19325 | related | "Connects n-ary Relation to contextual Thing"; domain Relation. |
# | **SKOS** | `skos:scopeNote` | skos.rdf:241-251 | related | "Note to clarify meaning/use of concept"; AnnotationProperty. |
#
# REJECTED CANDIDATES:
# - schema:about (schemaorg.owl:6247-6290): subject matter, not interpretive context.
# - dcterms:provenance (dcterms.rdf:1740-1760): ownership/custody changes only.
# - prov:wasInfluencedBy (prov.ttl:1147-1170): provenance influence, not interpretive context.
# - crm:P3_has_note considered also as exact, but it is broader: any informal
# description, not specifically background for interpretation.
#
# CREATED: 2026-02-10
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_context
name: has_context
title: Has Context
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
crm: http://www.cidoc-crm.org/cidoc-crm/
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_context:
slot_uri: hc:hasContext
description: >-
Links an entity, event, statement, or data piece to the specific background
information, situation, or environment required to fully understand or
interpret it.
alt_descriptions:
nl: >-
Koppelt een entiteit, gebeurtenis, verklaring of gegevensstuk aan de specifieke
achtergrondinformatie, situatie of omgeving die nodig is om het volledig te
begrijpen of te interpreteren.
de: >-
Verknüpft eine Entität, ein Ereignis, eine Aussage oder ein Datenstück mit den
spezifischen Hintergrundinformationen, der Situation oder der Umgebung, die
erforderlich sind, um es vollständig zu verstehen oder zu interpretieren.
fr: >-
Associe une entité, un événement, une déclaration ou une donnée aux informations
de fond, à la situation ou à l'environnement spécifiques nécessaires pour le
comprendre ou l'interpréter pleinement.
ar: >-
يربط كيانًا أو حدثًا أو بيانًا أو جزءًا من البيانات بالمعلومات الأساسية أو
الوضع أو البيئة المحددة المطلوبة لفهمه أو تفسيره بالكامل.
id: >-
Menghubungkan entitas, peristiwa, pernyataan, atau bagian data dengan informasi
latar belakang, situasi, atau lingkungan tertentu yang diperlukan untuk memahami
atau menafsirkannya secara lengkap.
zh: >-
将实体、事件、陈述或数据片段与完全理解或解释它所需的特定背景信息、情况或环境相关联。
es: >-
Vincula una entidad, evento, declaración o dato con la información de fondo,
situación o entorno específico requerido para comprenderlo o interpretarlo
completamente.
structured_aliases:
- literal_form: Context
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Kontext
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Contexte
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: سياق
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Konteks
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 上下文
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Contexto
predicate: EXACT_SYNONYM
in_language: es
range: string
annotations:
custodian_types: '["*"]'
broad_mappings:
- crm:P3_has_note # CIDOC_CRM:1227-1243 — general informal descriptions about any entity
related_mappings:
- rico:relationHasContext # RiC-O_1-1.rdf:19295-19325 — context of archival n-ary Relations
- skos:scopeNote # skos.rdf:241-251 — note clarifying meaning/use of a concept
aliases:
- link_context

View file

@ -1,15 +1,17 @@
# ==============================================================================
# LinkML Slot Definition: has_description
# ==============================================================================
# A description of the entity.
# A textual account that depicts the characteristics, nature, or content of an entity.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
# | Ontology | Property | Mapping | Notes |
# |---------------|------------------------|---------|------------------------------|
# | **DCTerms** | `dcterms:description` | exact | DC Terms description |
# | **Schema.org**| `schema:description` | exact | Schema.org description |
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |----------------|-----------------------|-------------------------|----------|-----------------------------------------------|
# | **DCTerms** | `dcterms:description` | dcterms.rdf:1227-1246 | slot_uri | "An account of the resource." |
# | **Schema.org** | `schema:description` | schemaorg.owl:14844-14863 | exact | "A description of the item." Thing→Text. |
#
# CREATED: 2026-02-03
# UPDATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_description
@ -20,26 +22,61 @@ prefixes:
hc: https://nde.nl/ontology/hc/
dcterms: http://purl.org/dc/terms/
schema: http://schema.org/
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#
xsd: http://www.w3.org/2001/XMLSchema#
default_prefix: hc
description: |
A description of the entity.
imports:
- linkml:types
- linkml:types
default_prefix: hc
slots:
has_description:
slot_uri: dcterms:description
description: |
To possess a text-based account, explanation, or summary that depicts the characteristics, nature, or content of the entity.
description: >-
A textual account, explanation, or summary that depicts the characteristics,
nature, or content of an entity.
alt_descriptions:
nl: >-
Een tekstuele beschrijving, toelichting of samenvatting die de kenmerken,
aard of inhoud van een entiteit weergeeft.
de: >-
Eine textuelle Darstellung, Erklärung oder Zusammenfassung, die die Merkmale,
Art oder den Inhalt einer Entität beschreibt.
fr: >-
Un compte rendu textuel, une explication ou un résumé décrivant les caractéristiques,
la nature ou le contenu d'une entité.
ar: >-
وصف نصي أو شرح أو ملخص يصور خصائص الكيان أو طبيعته أو محتواه.
id: >-
Deskripsi tekstual, penjelasan, atau ringkasan yang menggambarkan karakteristik,
sifat, atau konten suatu entitas.
zh: >-
描述实体的特征、性质或内容的文本说明、解释或摘要。
es: >-
Una descripción textual, explicación o resumen que representa las características,
naturaleza o contenido de una entidad.
structured_aliases:
- literal_form: Beschrijving
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Beschreibung
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Description
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: وصف
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Deskripsi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 描述
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Descripción
predicate: EXACT_SYNONYM
in_language: es
range: string
multivalued: true
exact_mappings:
- dcterms:description
- schema:description
- schema:description # schemaorg.owl:14844-14863 - "A description of the item." Thing→Text/TextObject.
aliases:
- has_or_had_description
- is_or_was_description
@ -49,5 +86,9 @@ slots:
- is_or_was_historic_building_description
- historic_building_description
- statement_description
comments:
- >-
The slot_uri uses dcterms:description directly since the semantics are equivalent.
The redundant exact_mapping to dcterms:description has been removed.
annotations:
custodian_types: '["*"]'

View file

@ -79,5 +79,6 @@ slots:
multivalued: true
aliases:
- has_or_had_function
- institution_function
annotations:
custodian_types: '["*"]'

View file

@ -0,0 +1,107 @@
# ==============================================================================
# LinkML Slot Definition: has_garden
# ==============================================================================
# Whether a property, venue, or institution features an outdoor garden or
# green space.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-------------------------|----------------------------|---------|--------------------------------------------------|
# | **Schema.org**| `schema:amenityFeature` | schemaorg.owl:7869-7893 | broad | "An amenity feature (e.g. a characteristic or |
# | | | | | service) of the Accommodation." Any amenity, not |
# | | | | | garden specifically. |
# | **Schema.org**| `schema:containsPlace` | schemaorg.owl:12711-12733 | related | "The basic containment relation between a place |
# | | | | | and another that it contains." Place→Place, but |
# | | | | | our slot is boolean, not a containment relation. |
#
# REMOVED: schema:award (schemaorg.owl:9604-9628) was exact_mapping — "An award
# won by or for this item." Awards/prizes have no relation to gardens.
#
# No garden-specific property exists in any standard ontology.
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_garden
name: has_garden
title: Has Garden
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
imports:
- linkml:types
default_prefix: hc
slots:
has_garden:
slot_uri: hc:hasGarden
description: >-
Indicates whether a residential property, venue, or institution features
an accessible outdoor cultivated area or green space.
alt_descriptions:
nl: >-
Geeft aan of een woonobject, locatie of instelling beschikt over een
toegankelijk buitengebied met beplanting of groene ruimte.
de: >-
Gibt an, ob ein Wohnobjekt, ein Veranstaltungsort oder eine Einrichtung
ueber einen zugaenglichen Aussenbereich mit Bepflanzung oder eine
Gruenflaeche verfuegt.
fr: >-
Indique si une propriete residentielle, un lieu ou une institution
dispose d'un espace exterieur cultive ou d'un espace vert accessible.
ar: >-
يشير إلى ما إذا كان العقار السكني أو المكان أو المؤسسة يضم منطقة
خارجية مزروعة أو مساحة خضراء يمكن الوصول إليها.
id: >-
Menunjukkan apakah suatu properti residensial, tempat, atau lembaga
memiliki area luar ruangan yang ditanami atau ruang hijau yang dapat
diakses.
zh: >-
表示某一住宅物业、场所或机构是否拥有一个可进入的户外种植区域或绿色
空间。
es: >-
Indica si una propiedad residencial, un lugar o una institucion cuenta
con un area exterior cultivada o un espacio verde accesible.
structured_aliases:
- literal_form: Tuin
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Garten
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Jardin
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: حديقة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Taman
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 花园
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Jardin
predicate: EXACT_SYNONYM
in_language: es
range: boolean
aliases:
- historic_garden_designation
examples:
- value: "true"
description: Historic garden designation
comments:
- >-
In the Dutch heritage context, this may indicate a "Historische tuin"
(historic garden) designation or Rijksmonument landscape status.
- >-
No garden-specific property exists in standard ontologies.
schema:amenityFeature is the closest broad match but covers any
amenity (pool, parking, etc.), not garden specifically.
annotations:
custodian_types: '["*"]'
broad_mappings:
- schema:amenityFeature # schemaorg.owl:7869-7893 - "An amenity feature (e.g. a characteristic or service) of the Accommodation."
related_mappings:
- schema:containsPlace # schemaorg.owl:12711-12733 - "The basic containment relation between a place and another that it contains." Place→Place, but our slot is boolean.

View file

@ -85,6 +85,7 @@ slots:
- has_or_had_habitat
- is_or_was_habitat
- habitat
- habitat_description
annotations:
custodian_types: '["*"]'
comments:

View file

@ -98,5 +98,7 @@ slots:
- has_parent
- is_or_was_higher_classification
- higher_classification
- custodian_type_broader
- legal_entity_type
annotations:
custodian_types: '["*"]'

View file

@ -95,5 +95,8 @@ slots:
- has_narrower_instance
- has_or_had_subtype
- has_subtype
- custodian_type_narrower
- intangible_heritage_subtype
- library_subtype
annotations:
custodian_types: '["*"]'

View file

@ -0,0 +1,99 @@
# ==============================================================================
# LinkML Slot Definition: has_initials
# ==============================================================================
# Associates a person with the first letters derived from their full name.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |------------|-----------------|--------------------|---------|---------------------------------------------------------|
# | **PNV** | `pnv:initials` | pico.ttl:569-586 | exact | "First letter of a person's given name"; exact match. |
# | **FOAF** | `foaf:name` | foaf.ttl:442-450 | broad | "A name for some thing"; any name, far broader. |
# | **SKOS** | `skos:altLabel` | skos.rdf:135-150 | related | "Alternative lexical label"; labels in general. |
#
# slot_uri uses pnv:initials per exact mapping to standard property.
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_initials
name: has_initials
title: Has Initials
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
pnv: https://w3id.org/pnv#
foaf: http://xmlns.com/foaf/0.1/
skos: http://www.w3.org/2004/02/skos/core#
default_prefix: hc
imports:
- linkml:types
slots:
has_initials:
slot_uri: pnv:initials
description: >-
Associates a person or named entity with the specific set of first letters
derived from their full name.
alt_descriptions:
nl: >-
Koppelt een persoon of benoemde entiteit aan de specifieke reeks eerste
letters die zijn afgeleid van hun volledige naam.
de: >-
Verknüpft eine Person oder benannte Entität mit dem spezifischen Satz
von Anfangsbuchstaben, die von ihrem vollständigen Namen abgeleitet sind.
fr: >-
Associe une personne ou une entité nommée à l'ensemble spécifique de
premières lettres dérivées de son nom complet.
ar: >-
يربط شخصًا أو كيانًا مسمى بمجموعة محددة من الأحرف الأولى المشتقة من
اسمه الكامل.
id: >-
Mengaitkan seseorang atau entitas bernama dengan kumpulan huruf pertama
tertentu yang berasal dari nama lengkap mereka.
zh: >-
将一个人或命名实体与从其全名中提取的特定首字母集相关联。
es: >-
Asocia una persona o entidad nombrada con el conjunto específico de
primeras letras derivadas de su nombre completo.
structured_aliases:
- literal_form: Initialen
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Initialen
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Initiales
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: الأحرف الأولى
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Inisial
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 姓名首字母
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Iniciales
predicate: EXACT_SYNONYM
in_language: es
range: string
pattern: ^[A-Z][a-zA-Z]*\.([A-Z][a-zA-Z]*\.)*$
exact_mappings:
- pnv:initials # pico.ttl:569-586 - "First letter of a person's given name"; exact semantic match
broad_mappings:
- foaf:name # foaf.ttl:442-450 - "A name for some thing"; any name, far broader than initials
related_mappings:
- skos:altLabel # skos.rdf:135-150 - "Alternative lexical label"; abbreviations/alt labels in general
annotations:
custodian_types: '["*"]'
comments:
- Each initial should be followed by a period (dot).
- 'PNV Example 1: "Peter R. de Vries" → initials: "P.R.", given_name: "Peter R."'
- 'PNV Example 2: "C.Joh. Kieviet" → initials: "C.Joh." (unusual abbreviation format)'
- 'PNV Example 3: "H.A.F.M.O. (Hans) van Mierlo" → initials: "H.A.F.M.O.", given_name: "Hans"'
- If only initials are known (not the full given name), use this property.
- Store initials exactly as they appear in the source for historical accuracy.
- The given_name property may also contain the initials as a fallback.
aliases:
- initial

View file

@ -85,6 +85,7 @@ slots:
range: string
aliases:
- has_or_had_inscription
- inscription
annotations:
custodian_types: '["*"]'
related_mappings:

View file

@ -0,0 +1,93 @@
# ==============================================================================
# LinkML Slot Definition: has_insurance
# ==============================================================================
# Whether an entity or asset is covered by a policy for financial protection.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |----------------|---------------------------|----------------------|---------|---------------------------------------------------------|
# | **CIDOC-CRM** | `crm:P104_is_subject_to` | CIDOC:3502-3516 | broad | E72 Legal Object→E30 Right; any legal right, not |
# | | | | | insurance specifically. |
#
# No standard ontology defines a "has insurance" property for collection objects.
# Schema.org has HealthInsurancePlan but that is health-domain-specific.
# Retains hc:hasInsurance.
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_insurance
name: has_insurance
title: Has Insurance
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
crm: http://www.cidoc-crm.org/cidoc-crm/
default_prefix: hc
imports:
- linkml:types
slots:
has_insurance:
slot_uri: hc:hasInsurance
description: >-
Signifies that a specific entity, asset, or event is covered by a valid
policy providing financial protection against loss, damage, or liability.
alt_descriptions:
nl: >-
Geeft aan dat een specifieke entiteit, bezitting of gebeurtenis gedekt
is door een geldige polis die financiële bescherming biedt tegen verlies,
schade of aansprakelijkheid.
de: >-
Bedeutet, dass eine bestimmte Entität, ein Vermögenswert oder ein
Ereignis durch eine gültige Police abgedeckt ist, die finanziellen
Schutz gegen Verlust, Schaden oder Haftung bietet.
fr: >-
Signifie qu'une entité, un actif ou un événement spécifique est couvert
par une police valide offrant une protection financière contre la perte,
les dommages ou la responsabilité.
ar: >-
يدل على أن كيانًا أو أصلًا أو حدثًا محددًا مشمول بوثيقة تأمين صالحة
توفر حماية مالية ضد الخسارة أو الضرر أو المسؤولية.
id: >-
Menandakan bahwa entitas, aset, atau peristiwa tertentu dilindungi oleh
polis yang sah yang memberikan perlindungan finansial terhadap kerugian,
kerusakan, atau tanggung jawab.
zh: >-
表示特定实体、资产或事件受到有效保单的保障,提供针对损失、损害或责任的
财务保护。
es: >-
Significa que una entidad, activo o evento específico está cubierto por
una póliza válida que proporciona protección financiera contra pérdida,
daño o responsabilidad.
structured_aliases:
- literal_form: Verzekering
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Versicherung
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Assurance
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: تأمين
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Asuransi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 保险
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Seguro
predicate: EXACT_SYNONYM
in_language: es
range: string
broad_mappings:
- crm:P104_is_subject_to # CIDOC:3502-3516 - E72 Legal Object→E30 Right; any legal right, not insurance
annotations:
custodian_types: '["*"]'
aliases:
- insurance_currency
- insurance_value
- insurance_provider

View file

@ -0,0 +1,104 @@
# ==============================================================================
# LinkML Slot Definition: has_inventory
# ==============================================================================
# Links an archival collection to its descriptive finding aid or inventory URL.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-----------------------------|----------------------------|---------|----------------------------------------------|
# | **FOAF** | `foaf:page` | foaf.ttl:467-475 | broad | "A page or document about this thing." |
# | **Schema** | `schema:url` | schemaorg.owl:39120-39141 | broad | "URL of the item." Generic URL property. |
# | **DCAT** | `dcat:landingPage` | dcat3.ttl:1241-1274 | related | Web page for dataset access, not inventory. |
# | **RiC-O** | `rico:isOrWasDescribedBy` | RiC-O_1-1.rdf:13383-13410 | related | Thing→RecordResource; finding aid context. |
#
# No standard ontology defines an exact "archival inventory link" property.
# Retains hc:inventoryWebAddresses.
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_inventory
name: has_inventory
title: Has Inventory
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
foaf: http://xmlns.com/foaf/0.1/
schema: http://schema.org/
dcat: http://www.w3.org/ns/dcat#
rico: https://www.ica.org/standards/RiC/ontology#
imports:
- linkml:types
default_prefix: hc
slots:
has_inventory:
slot_uri: hc:inventoryWebAddresses
description: >-
Links a specific archival collection, fonds, or series to the descriptive list,
finding aid, or catalog record that details its contents, arrangement, and scope.
alt_descriptions:
nl: >-
Koppelt een specifieke archiefcollectie, fonds of serie aan de beschrijvende lijst,
toegang of catalogusrecord met gegevens over de inhoud, ordening en omvang ervan.
de: >-
Verknüpft eine bestimmte Archivsammlung, einen Bestand oder eine Serie mit dem
beschreibenden Verzeichnis, Findmittel oder Katalogdatensatz, der deren Inhalt,
Ordnung und Umfang dokumentiert.
fr: >-
Relie une collection d'archives, un fonds ou une série spécifique à la liste descriptive,
l'instrument de recherche ou la notice de catalogue détaillant son contenu, son classement
et sa portée.
ar: >-
يربط مجموعة أرشيفية محددة أو رصيد أو سلسلة بالقائمة الوصفية أو أداة البحث أو سجل
الفهرس الذي يوضح محتوياتها وترتيبها ونطاقها.
id: >-
Menghubungkan koleksi arsip, fonds, atau seri tertentu ke daftar deskriptif,
alat bantu pencarian, atau catatan katalog yang merinci isi, susunan, dan
cakupannya.
zh: >-
将特定的档案收藏、全宗或系列链接到描述其内容、排列和范围的描述性清单、检索工具或目录记录。
es: >-
Vincula una colección archivística, fondo o serie específica con la lista descriptiva,
instrumento de consulta o registro de catálogo que detalla su contenido, ordenación
y alcance.
structured_aliases:
- literal_form: Inventaris
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Findbuch
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Inventaire
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: جرد
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Inventaris
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 清册
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Inventario
predicate: EXACT_SYNONYM
in_language: es
comments:
- >-
DCAT: landingPage for human-readable collection descriptions.
- >-
Examples: "https://www.nationaalarchief.nl/onderzoeken/index" (National Archives
inventories), "https://archief.amsterdam/inventarissen" (Amsterdam City Archives
inventories).
range: uri
annotations:
custodian_types: '["*"]'
aliases:
- inventory_web_address
broad_mappings:
- foaf:page # foaf.ttl:467-475 - "A page or document about this thing."
- schema:url # schemaorg.owl:39120-39141 - "URL of the item." Generic URL.
related_mappings:
- dcat:landingPage # dcat3.ttl:1241-1274 - web page for dataset/catalog access
- rico:isOrWasDescribedBy # RiC-O_1-1.rdf:13383-13410 - Thing described by RecordResource

View file

@ -0,0 +1,89 @@
# ==============================================================================
# LinkML Slot Definition: has_keyword
# ==============================================================================
# Connects an entity to a descriptive term or tag for indexing and classification.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|--------------------|-------------------------|---------|-------------------------------------------------------------|
# | **Schema.org**| `schema:keywords` | schemaorg.owl:23832-857 | exact | "Keywords or tags used to describe some item." → slot_uri. |
# | **DCAT** | `dcat:keyword` | dcat3.ttl:1208-1231 | exact | "A keyword or tag describing a resource." DatatypeProperty. |
# | **DCTerms** | `dcterms:subject` | dcterms.rdf:1968-1988 | close | "A topic of the resource." Broader formal subject/topic. |
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_keyword
name: has_keyword
title: Has Keyword
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcat: http://www.w3.org/ns/dcat#
dcterms: http://purl.org/dc/terms/
imports:
- linkml:types
default_prefix: hc
slots:
has_keyword:
slot_uri: schema:keywords
range: string
multivalued: true
description: >-
Connects a specific document, digital asset, or entity to a descriptive term or tag used for indexing, search,
or classification purposes.
alt_descriptions:
nl: >-
Verbindt een specifiek document, digitaal object of entiteit met een beschrijvende term of tag die wordt
gebruikt voor indexering, zoeken of classificatie.
de: >-
Verbindet ein bestimmtes Dokument, digitales Objekt oder eine Entität mit einem beschreibenden Begriff oder
Schlagwort, das für Indexierung, Suche oder Klassifikation verwendet wird.
fr: >-
Relie un document, un actif numérique ou une entité spécifique à un terme descriptif ou une étiquette utilisé
à des fins d'indexation, de recherche ou de classification.
ar: >-
يربط مستندًا أو أصلًا رقميًا أو كيانًا محددًا بمصطلح وصفي أو وسم يُستخدم لأغراض الفهرسة أو البحث أو التصنيف.
id: >-
Menghubungkan dokumen, aset digital, atau entitas tertentu dengan istilah deskriptif atau tag yang digunakan
untuk pengindeksan, pencarian, atau klasifikasi.
zh: >-
将特定文档、数字资产或实体与用于索引、搜索或分类目的的描述性术语或标签相关联。
es: >-
Conecta un documento, activo digital o entidad específica con un término descriptivo o etiqueta utilizado con
fines de indexación, búsqueda o clasificación.
structured_aliases:
- literal_form: Trefwoord
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Schlagwort
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Mot-clé
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: كلمة مفتاحية
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Kata Kunci
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 关键词
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Palabra Clave
predicate: EXACT_SYNONYM
in_language: es
exact_mappings:
- schema:keywords # schemaorg.owl:23832-23857 - "Keywords or tags used to describe some item"
- dcat:keyword # dcat3.ttl:1208-1231 - "A keyword or tag describing a resource"
close_mappings:
- dcterms:subject # dcterms.rdf:1968-1988 - "A topic of the resource"
comments:
- "Used for discovery and classification."
annotations:
custodian_types: '["*"]'
aliases:
- keyword

View file

@ -92,5 +92,18 @@ slots:
- policy_name
- connection_name
- conversion_type_label
- example_name
- has_archdiocese_name
- label_de
- label_es
- label_fr
- label_it
- label_nl
- label_de
- label_pt
- language_name
- legal_name
- linked_class_name
- location_name
annotations:
custodian_types: '["*"]'

View file

@ -0,0 +1,87 @@
# ==============================================================================
# LinkML Slot Definition: has_landmark
# ==============================================================================
# Connects a location to a prominent recognizable feature serving as a reference.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-----------------------|--------------------------------|---------|--------------------------------------------------------------|
# | **Schema.org**| `schema:containsPlace`| schemaorg.owl:12711-12728 | broad | "Containment between a place and another it contains." Generic.|
# | **GeoNames** | `geonames:nearby` | geonames_ontology.rdf:290-295 | related | "A feature close to the reference feature." Proximity only. |
#
# CREATED: 2026-02-10
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_landmark
name: has_landmark
title: Has Landmark
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
geonames: https://www.geonames.org/ontology#
imports:
- linkml:types
default_prefix: hc
slots:
has_landmark:
slot_uri: hc:hasLandmark
range: string
description: >-
Connects a specific location, region, media item, or object to a prominent, recognizable feature or structure
that serves as a point of reference for navigation or identification.
alt_descriptions:
nl: >-
Verbindt een specifieke locatie, regio, media-item of object met een prominent, herkenbaar kenmerk of structuur
dat dient als referentiepunt voor navigatie of identificatie.
de: >-
Verbindet einen bestimmten Ort, eine Region, ein Medienelement oder ein Objekt mit einem markanten,
erkennbaren Merkmal oder Bauwerk, das als Orientierungspunkt für Navigation oder Identifikation dient.
fr: >-
Relie un lieu, une région, un élément média ou un objet spécifique à un élément ou une structure proéminente
et reconnaissable servant de point de repère pour la navigation ou l'identification.
ar: >-
يربط موقعًا أو منطقة أو عنصرًا إعلاميًا أو كائنًا محددًا بمعلم بارز يمكن التعرف عليه يعمل كنقطة مرجعية
للتنقل أو التعريف.
id: >-
Menghubungkan lokasi, wilayah, item media, atau objek tertentu dengan fitur atau struktur menonjol dan mudah
dikenali yang berfungsi sebagai titik acuan untuk navigasi atau identifikasi.
zh: >-
将特定地点、区域、媒体项目或对象与作为导航或识别参考点的显著、可辨识的地物或建筑物相关联。
es: >-
Conecta una ubicación, región, elemento multimedia u objeto específico con un rasgo o estructura prominente y
reconocible que sirve como punto de referencia para la navegación o la identificación.
structured_aliases:
- literal_form: Oriëntatiepunt
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Wahrzeichen
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Point de Repère
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: معلم
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Tengara
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 地标
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Punto de Referencia
predicate: EXACT_SYNONYM
in_language: es
broad_mappings:
- schema:containsPlace # schemaorg.owl:12711-12728 - "containment between a place and another it contains"
related_mappings:
- geonames:nearby # geonames_ontology.rdf:290-295 - "a feature close to the reference feature"
annotations:
custodian_types: '["*"]'
aliases:
- landmark_geonames_id
- landmark_label
- landmark_segment
- landmark_wikidata_id

View file

@ -84,5 +84,6 @@ slots:
- has_iso_639_1
- has_or_had_iso_639_3
- has_iso_639_3
- languages_detected
annotations:
custodian_types: '["*"]'

View file

@ -0,0 +1,93 @@
# ==============================================================================
# LinkML Slot Definition: has_latency
# ==============================================================================
# Quantifies the time delay between a request and corresponding response.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |------------|------------------------------|-------------------|----------|----------------------------------------------------------|
# | **DQV** | `dqv:hasQualityMeasurement` | dqv.ttl:157-161 | broad | "Refers to the performed quality measurements." Latency is one specific quality measurement. |
# | **SSN** | `ssn:hasProperty` | ssn.ttl:66-71 | broad | "Relation between an entity and a Property of that entity." Very general. |
# | **SOSA** | `sosa:hasSimpleResult` | sosa.ttl:375-383 | related | "The simple value of an Observation." Different relationship (observation→result vs system→latency). |
#
# CREATED: 2026-02-10
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_latency
name: has_latency
title: Has Latency
version: 1.0.0
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dqv: http://www.w3.org/ns/dqv#
ssn: http://www.w3.org/ns/ssn/
sosa: http://www.w3.org/ns/sosa/
imports:
- linkml:types
default_prefix: hc
slots:
has_latency:
slot_uri: hc:hasLatency
description: >-
Quantifies the time delay experienced between a request, input, or cause
and the corresponding response, output, or effect within a system or network.
alt_descriptions:
nl: >-
Kwantificeert de tijdsvertraging tussen een verzoek, invoer of oorzaak
en de bijbehorende respons, uitvoer of effect binnen een systeem of netwerk.
de: >-
Quantifiziert die Zeitverzögerung zwischen einer Anfrage, Eingabe oder
Ursache und der entsprechenden Antwort, Ausgabe oder Wirkung innerhalb
eines Systems oder Netzwerks.
fr: >-
Quantifie le délai temporel entre une requête, une entrée ou une cause
et la réponse, la sortie ou l'effet correspondant au sein d'un système
ou d'un réseau.
ar: >-
يحدد كمياً التأخير الزمني بين طلب أو مُدخل أو سبب والاستجابة أو المُخرج
أو التأثير المقابل داخل نظام أو شبكة.
id: >-
Mengukur jeda waktu yang dialami antara permintaan, masukan, atau penyebab
dan respons, keluaran, atau efek yang sesuai dalam suatu sistem atau jaringan.
zh: >-
量化系统或网络中请求、输入或原因与相应响应、输出或效果之间经历的时间延迟。
es: >-
Cuantifica el retardo temporal experimentado entre una solicitud, entrada
o causa y la respuesta, salida o efecto correspondiente dentro de un sistema
o red.
structured_aliases:
- literal_form: Latentie
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Latenz
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Latence
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: زمن الاستجابة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Latensi
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 延迟
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Latencia
predicate: EXACT_SYNONYM
in_language: es
range: string
comments:
- Measured client-side (includes network time).
broad_mappings:
- dqv:hasQualityMeasurement # dqv.ttl:157-161 — "Refers to the performed quality measurements." Latency is one specific quality measurement.
- ssn:hasProperty # ssn.ttl:66-71 — "Relation between an entity and a Property of that entity."
related_mappings:
- sosa:hasSimpleResult # sosa.ttl:375-383 — "The simple value of an Observation." Links observation→result, not system→latency.
annotations:
custodian_types: '["*"]'
aliases:
- latency_ms

View file

@ -0,0 +1,96 @@
# ==============================================================================
# LinkML Slot Definition: has_latitude
# ==============================================================================
# Specifies the north-south geographic coordinate of a point on Earth's surface.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |----------------|--------------------|--------------------------|---------|----------------------------------------------------------------|
# | **Schema.org** | `schema:latitude` | schemaorg.owl:24036-24058 | close | "The latitude of a location." Domain: GeoCoordinates/Place. |
# | **WGS84** | `wgs84:lat` | wgs84_pos.rdf:143-147 | close | "The WGS84 latitude of a SpatialThing (decimal degrees)." |
# | **GeoSPARQL** | `geo:hasGeometry` | geo.ttl:320-343 | broad | "A spatial representation for a given Feature." Full geometry, not single coordinate. |
#
# CREATED: 2026-02-10
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_latitude
name: has_latitude
title: Has Latitude
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
wgs84: http://www.w3.org/2003/01/geo/wgs84_pos#
geo: http://www.opengis.net/ont/geosparql#
imports:
- linkml:types
default_prefix: hc
slots:
has_latitude:
slot_uri: hc:hasLatitude
description: >-
Specifies the geographic coordinate that represents the north-south position
of a point on the Earth's surface, ranging from 0° at the Equator to 90°
at the poles.
alt_descriptions:
nl: >-
Specificeert de geografische coördinaat die de noord-zuidpositie van een
punt op het aardoppervlak aangeeft, variërend van 0° op de evenaar tot
90° bij de polen.
de: >-
Gibt die geografische Koordinate an, die die Nord-Süd-Position eines Punktes
auf der Erdoberfläche darstellt, von 0° am Äquator bis 90° an den Polen.
fr: >-
Spécifie la coordonnée géographique qui représente la position nord-sud
d'un point à la surface de la Terre, allant de 0° à l'équateur à 90°
aux pôles.
ar: >-
يحدد الإحداثي الجغرافي الذي يمثل الموقع شمالاً-جنوباً لنقطة على سطح
الأرض، ويتراوح من 0° عند خط الاستواء إلى 90° عند القطبين.
id: >-
Menentukan koordinat geografis yang mewakili posisi utara-selatan suatu
titik di permukaan bumi, berkisar dari 0° di khatulistiwa hingga 90°
di kutub.
zh: >-
指定表示地球表面某一点南北位置的地理坐标范围从赤道的0°到两极的90°。
es: >-
Especifica la coordenada geográfica que representa la posición norte-sur
de un punto en la superficie terrestre, que varía de 0° en el ecuador a
90° en los polos.
structured_aliases:
- literal_form: Breedtegraad
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Breitengrad
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Latitude
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: خط العرض
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Garis Lintang
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 纬度
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Latitud
predicate: EXACT_SYNONYM
in_language: es
range: float
required: false
comments:
- WGS84 datum (standard GPS coordinate system).
- 'Example: 52.3600 (Amsterdam), 40.7128 (New York), -33.8688 (Sydney).'
close_mappings:
- schema:latitude # schemaorg.owl:24036-24058 — "The latitude of a location." Domain: GeoCoordinates/Place.
- wgs84:lat # wgs84_pos.rdf:143-147 — "The WGS84 latitude of a SpatialThing (decimal degrees)."
broad_mappings:
- geo:hasGeometry # geo.ttl:320-343 — "A spatial representation for a given Feature." Full geometry object, not a single coordinate.
annotations:
custodian_types: '["*"]'
aliases:
- latitude

View file

@ -96,3 +96,4 @@ slots:
- rico:ruleFollowed # RiC-O_1-1.rdf:23001-23024 - DatatypeProperty; "The rule or conditions that govern the existence or lifecycle of a Thing." Broader - any rule, not specifically legal basis
aliases:
- legalBasis
- legal_responsibility_basis

View file

@ -0,0 +1,111 @@
# ==============================================================================
# LinkML Slot Definition: has_legal_form
# ==============================================================================
# Specifies the official legal status or structure of an organization under law.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |-------------|--------------------------|----------------------|---------|--------------------------------------------------------------------|
# | **GLEIF** | `gleif-L1:hasLegalForm` | gleif_l1.ttl:352-357 | exact | "The legal form of the entity, taken from ISO 20275 ELF." Domain: Entity, Range: EntityLegalForm. |
# | **ROV** | `rov:orgType` | regorg.ttl:68-74 | close | "Records the type of organization. SA, PLC, LLC, GmbH etc." subPropertyOf org:classification. Slightly broader than legal form. |
# | **W3C Org** | `org:classification` | org.rdf:371-386 | broad | "A classification for this Organization within some classification scheme." General classification, not legal-form-specific. |
#
# REMOVED (not found in ontology files):
# - tooi:rechtsvorm — not found in tooiont.ttl
# - schema:legalForm — not found in schemaorg.owl
#
# CREATED: 2026-02-10
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_legal_form
name: has_legal_form
title: Has Legal Form
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
gleif-L1: https://www.gleif.org/ontology/L1/
rov: http://www.w3.org/ns/regorg#
org: http://www.w3.org/ns/org#
imports:
- linkml:types
default_prefix: hc
slots:
has_legal_form:
slot_uri: hc:hasLegalForm
description: >-
Specifies the official legal status, structure, or type of an organization
under the law, which determines its liability, tax obligations, and governance.
alt_descriptions:
nl: >-
Specificeert de officiële juridische status, structuur of het type van een
organisatie volgens de wet, die de aansprakelijkheid, belastingverplichtingen
en governance bepaalt.
de: >-
Gibt den offiziellen Rechtsstatus, die Struktur oder den Typ einer Organisation
nach dem Gesetz an, der ihre Haftung, Steuerpflichten und Governance bestimmt.
fr: >-
Spécifie le statut juridique officiel, la structure ou le type d'une
organisation en vertu de la loi, qui détermine sa responsabilité, ses
obligations fiscales et sa gouvernance.
ar: >-
يحدد الوضع القانوني الرسمي أو الهيكل أو النوع لمنظمة بموجب القانون، مما
يحدد مسؤوليتها والتزاماتها الضريبية وحوكمتها.
id: >-
Menentukan status hukum resmi, struktur, atau jenis organisasi menurut
hukum, yang menentukan tanggung jawab, kewajiban pajak, dan tata kelolanya.
zh: >-
指定组织在法律下的正式法律地位、结构或类型,决定其责任、税务义务和治理方式。
es: >-
Especifica el estatus legal oficial, la estructura o el tipo de una
organización según la ley, que determina su responsabilidad, obligaciones
fiscales y gobernanza.
structured_aliases:
- literal_form: Rechtsvorm
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Rechtsform
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Forme Juridique
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: شكل قانوني
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Bentuk Hukum
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 法律形式
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Forma Jurídica
predicate: EXACT_SYNONYM
in_language: es
range: string
comments:
- 'Specific legal form based on ISO 20275 Entity Legal Forms (ELF) codes.'
- Links to LegalForm class with jurisdiction-specific legal form details.
- 'ROV: rov:orgType for legal form classification (subPropertyOf org:classification).'
- 'W3C Org: org:classification links to skos:Concept.'
- Required for ORGANIZATION entities, not applicable for PERSON.
- Values MUST be valid ELF codes from /data/ontology/2023-09-28-elf-code-list-v1.5.csv.
examples:
- value:
elf_code: '8888'
country_code: NL
local_name: Stichting
abbreviation: St.
description: Dutch foundation (Rijksmuseum)
exact_mappings:
- gleif-L1:hasLegalForm # gleif_l1.ttl:352-357 — "The legal form of the entity, taken from ISO 20275 ELF."
close_mappings:
- rov:orgType # regorg.ttl:68-74 — "Records the type of organization. SA, PLC, LLC, GmbH etc." Slightly broader.
broad_mappings:
- org:classification # org.rdf:371-386 — "A classification for this Organization within some classification scheme."
annotations:
custodian_types: '["*"]'
aliases:
- legal_form
- legal_responsibility_end_date
- legal_responsibility_start_date

View file

@ -74,5 +74,6 @@ slots:
- has_or_had_level
- is_or_was_handwriting_confidence
- has_or_had_arrangement_level
- level_value
annotations:
custodian_types: '["*"]'

View file

@ -0,0 +1,127 @@
# ==============================================================================
# LinkML Slot Definition: has_light_exposure
# ==============================================================================
# The illumination intensity, duration, or direction an entity receives or tolerates.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-------------------------|----------------------------------|---------|----------------------------------------------------------------|
# | **CIDOC-CRM** | `crm:P43_has_dimension` | CIDOC_CRM_v7.1.3.rdf:2242-2257 | broad | "Records an instance of E54 Dimension of some E70 Thing." Any measurable dimension; light exposure is one specific kind. |
# | **SSN** | `ssn:hasProperty` | ssn.ttl:66-71 | broad | "Relation between an entity and a Property of that entity." Very generic property relation. |
#
# NOTE: Previous related_mappings removed:
# - sosa:ObservableProperty (CLASS, not a property - sosa.ttl:56)
# - crm:E54_Dimension (CLASS, not a property - CIDOC_CRM_v7.1.3.rdf:791)
# - quantitykind:LuminousExposure (QUDT vocab not in local ontology files)
# - wd:Q194411 (Wikidata entity ID, not an RDF predicate)
# - schema:maxValue (value constraint meta-property, not about light exposure)
#
# CREATED: 2026-02-10
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_light_exposure
name: has_light_exposure
title: Has Light Exposure
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
crm: http://www.cidoc-crm.org/cidoc-crm/
ssn: http://www.w3.org/ns/ssn/
imports:
- linkml:types
default_prefix: hc
slots:
has_light_exposure:
slot_uri: hc:hasLightExposure
description: >-
Describes the intensity, duration, or direction of illumination that an
entity, location, or organism receives, requires or can stand.
comments:
- >-
Maximum acceptable cumulative annual light exposure in lux-hours.
- >-
ISO standard reference values: EN 16893:2018 high sensitivity <15,000
lux-hours/year; EN 16893:2018 medium sensitivity <150,000
lux-hours/year; CIE 157:2004 textiles <12,000 lux-hours/year; ASHRAE
guidelines <50,000 lux-hours for sensitive materials.
- >-
Light damage is cumulative (Bunsen-Roscoe reciprocity law): total
exposure matters, not intensity alone. Annual limits mandate rotating
displays for sensitive works, controlled access periods, and dark
storage between exhibition periods.
- >-
Example calculation: 50 lux x 8 hours/day x 250 days = 100,000
lux-hours/year.
alt_descriptions:
nl: >-
Beschrijft de intensiteit, duur of richting van de belichting die een
entiteit, locatie of organisme ontvangt, vereist of kan verdragen.
de: >-
Beschreibt die Intensität, Dauer oder Richtung der Beleuchtung, die
eine Entität, ein Standort oder ein Organismus empfängt, benötigt oder
verträgt.
fr: >-
Décrit l'intensité, la durée ou la direction de l'éclairage qu'une
entité, un lieu ou un organisme reçoit, nécessite ou peut supporter.
ar: >-
يصف شدة أو مدة أو اتجاه الإضاءة التي يتلقاها كيان أو موقع أو كائن
حي أو يحتاجها أو يمكنه تحملها.
id: >-
Menjelaskan intensitas, durasi, atau arah pencahayaan yang diterima,
dibutuhkan, atau dapat ditoleransi oleh suatu entitas, lokasi, atau
organisme.
zh: >-
描述实体、地点或生物体接收、需要或能够承受的照明强度、持续时间或方向。
es: >-
Describe la intensidad, duración o dirección de la iluminación que una
entidad, ubicación u organismo recibe, requiere o puede soportar.
structured_aliases:
- literal_form: Lichtblootstelling
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Lichtexposition
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Exposition Lumineuse
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: التعرض للضوء
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Paparan Cahaya
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 光照暴露
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Exposición Lumínica
predicate: EXACT_SYNONYM
in_language: es
range: float
minimum_value: 0.0
maximum_value: 500000.0
see_also:
- https://www.nen.nl/en-16893-2018-en-274167
- https://cie.co.at/publications/control-damage-museum-objects-optical-radiation
examples:
- value: 12000.0
description: Maximum for textiles (CIE 157)
- value: 15000.0
description: Maximum for highly sensitive materials (EN 16893)
- value: 50000.0
description: General guidance for sensitive materials (ASHRAE)
- value: 150000.0
description: Maximum for moderately sensitive materials (EN 16893)
annotations:
qudt_unit: unit:LUX-HR
ucum_code: lx.h
iso_reference: EN 16893:2018, CIE 157:2004
preservation_parameter: 'true'
calculation_note: "lux-hours = illuminance (lux) x exposure time (hours)"
custodian_types: '["*"]'
aliases:
- max_annual_light_exposure
broad_mappings:
- crm:P43_has_dimension # CIDOC_CRM_v7.1.3.rdf:2242-2257 - "Records an instance of E54 Dimension of some E70 Thing." Any measurable dimension.
- ssn:hasProperty # ssn.ttl:66-71 - "Relation between an entity and a Property of that entity." Very generic.

View file

@ -0,0 +1,100 @@
# ==============================================================================
# LinkML Slot Definition: has_linked_data
# ==============================================================================
# Whether a dataset or resource is published as Linked Data using web standards.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |-------------|---------------------------------|------------------------|---------|-------------------------------------------------------------------------|
# | **DCTerms** | `dcterms:conformsTo` | dcterms.rdf:987-1010 | broad | "An established standard to which the described resource conforms." |
# | **DCAT** | `dcat:accessService` | dcat3.ttl:536-561 | narrow | "A site or end-point that gives access to the distribution." |
# | **ADMS** | `adms:representationTechnique` | adms.ttl:121-126 | related | "Links an AssetDistribution to a skos:Concept that is its technique." |
#
# CREATED: 2026-02-10
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_linked_data
name: has_linked_data
title: Has Linked Data
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dcterms: http://purl.org/dc/terms/
dcat: http://www.w3.org/ns/dcat#
adms: http://www.w3.org/ns/adms#
imports:
- linkml:types
default_prefix: hc
slots:
has_linked_data:
slot_uri: hc:hasLinkedData
description: >-
Connects a dataset or resource to external, structured data sources using standard
web technologies (like URIs and RDF) to create a web of interlinked information.
comments:
- >-
Dublin Core: dcterms:conformsTo can indicate LOD compliance.
- >-
Linked data features include RDF triples (Turtle, JSON-LD, N-Triples),
SPARQL endpoints, dereferenceable URIs, and links to external vocabularies
(Wikidata, Getty, etc.).
alt_descriptions:
nl: >-
Verbindt een dataset of bron met externe, gestructureerde gegevensbronnen met
behulp van standaard webtechnologieën (zoals URI's en RDF) om een web van
onderling gekoppelde informatie te creëren.
de: >-
Verbindet einen Datensatz oder eine Ressource mit externen, strukturierten
Datenquellen unter Verwendung standardisierter Webtechnologien (wie URIs und RDF),
um ein Netz miteinander verknüpfter Informationen zu schaffen.
fr: >-
Relie un jeu de données ou une ressource à des sources de données structurées
externes en utilisant des technologies web standard (comme les URI et RDF) pour
créer un réseau d'informations interconnectées.
ar: >-
يربط مجموعة بيانات أو موردًا بمصادر بيانات خارجية منظمة باستخدام تقنيات الويب
القياسية (مثل معرّفات الموارد الموحدة وRDF) لإنشاء شبكة من المعلومات المترابطة.
id: >-
Menghubungkan dataset atau sumber daya ke sumber data terstruktur eksternal
menggunakan teknologi web standar (seperti URI dan RDF) untuk membuat jaringan
informasi yang saling terkait.
zh: >-
使用标准网络技术如URI和RDF将数据集或资源连接到外部结构化数据源以创建互联信息网络。
es: >-
Conecta un conjunto de datos o recurso a fuentes de datos estructuradas externas
utilizando tecnologías web estándar (como URIs y RDF) para crear una red de
información interconectada.
structured_aliases:
- literal_form: Gekoppelde Data
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Verknüpfte Daten
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Données Liées
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: بيانات مترابطة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Data Tertaut
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 关联数据
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Datos Enlazados
predicate: EXACT_SYNONYM
in_language: es
range: string
annotations:
custodian_types: '["*"]'
broad_mappings:
- dcterms:conformsTo # dcterms.rdf:987-1010 — "An established standard to which the described resource conforms."
narrow_mappings:
- dcat:accessService # dcat3.ttl:536-561 — "A site or end-point that gives access to the distribution."
related_mappings:
- adms:representationTechnique # adms.ttl:121-126 — "Links an AssetDistribution to a skos:Concept that is its representation technique."
aliases:
- linked_data

View file

@ -0,0 +1,106 @@
# ==============================================================================
# LinkML Slot Definition: has_literal_form
# ==============================================================================
# The exact character sequence or surface representation of a term or value.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |-------------|---------------------------------|---------------------------------|---------|-----------------------------------------------------------------------------|
# | **SKOS-XL** | `skosxl:literalForm` | (not in local files) | close | "The literal form of an skosxl:Label." Strongest semantic match. |
# | **CRM** | `crm:P190_has_symbolic_content` | CIDOC_CRM_v7.1.3.rdf:5028-5038 | close | "Complete identifying representation of content in string form." |
# | **FOAF** | `foaf:name` | foaf.ttl:442-450 | close | "A name for some thing." SubPropertyOf rdfs:label. |
# | **Schema** | `schema:name` | schemaorg.owl:26889-26910 | close | "The name of the item." SubPropertyOf rdfs:label. |
# | **RDFS** | `rdfs:label` | (not in local files) | close | "A human-readable name for the subject." Well-known W3C standard. |
# | **PNV** | `pnv:literalName` | pnv.ttl:246-255 | narrow | "Full personal name." Domain restricted to PersonName. |
# | **RiC-O** | `rico:textualValue` | RiC-O_1-1.rdf:23296-23311 | narrow | "A textual expression of an Appellation or Date." Domain restricted. |
#
# CREATED: 2026-02-10
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_literal_form
name: has_literal_form
title: Has Literal Form
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
skosxl: http://www.w3.org/2008/05/skos-xl#
crm: http://www.cidoc-crm.org/cidoc-crm/
foaf: http://xmlns.com/foaf/0.1/
schema: http://schema.org/
rdfs: http://www.w3.org/2000/01/rdf-schema#
pnv: https://w3id.org/pnv#
rico: https://www.ica.org/standards/RiC/ontology#
imports:
- linkml:types
default_prefix: hc
slots:
has_literal_form:
slot_uri: hc:hasLiteralForm
description: >-
Captures the exact character sequence, written string, or surface representation
of a term, value, or data entry, distinct from its abstract meaning or internal
reference.
alt_descriptions:
nl: >-
Legt de exacte tekenreeks, geschreven string of oppervlakterepresentatie van een
term, waarde of gegevensinvoer vast, los van de abstracte betekenis of interne
verwijzing.
de: >-
Erfasst die exakte Zeichenfolge, geschriebene Zeichenkette oder
Oberflächendarstellung eines Begriffs, Werts oder Dateneintrags, unabhängig von
seiner abstrakten Bedeutung oder internen Referenz.
fr: >-
Capture la séquence exacte de caractères, la chaîne écrite ou la représentation
de surface d'un terme, d'une valeur ou d'une entrée de données, distincte de sa
signification abstraite ou de sa référence interne.
ar: >-
يلتقط التسلسل الدقيق للأحرف أو السلسلة المكتوبة أو التمثيل السطحي لمصطلح أو
قيمة أو إدخال بيانات، بشكل مستقل عن معناه المجرد أو مرجعه الداخلي.
id: >-
Menangkap urutan karakter yang tepat, string tertulis, atau representasi permukaan
dari suatu istilah, nilai, atau entri data, yang berbeda dari makna abstrak atau
referensi internalnya.
zh: >-
捕获术语、值或数据条目的精确字符序列、书写字符串或表面表示形式,区别于其抽象含义或内部引用。
es: >-
Captura la secuencia exacta de caracteres, la cadena escrita o la representación
superficial de un término, valor o entrada de datos, distinta de su significado
abstracto o referencia interna.
structured_aliases:
- literal_form: Letterlijke Vorm
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Literalform
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Forme Littérale
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: الشكل الحرفي
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Bentuk Literal
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 字面形式
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Forma Literal
predicate: EXACT_SYNONYM
in_language: es
range: string
annotations:
custodian_types: '["*"]'
close_mappings:
- skosxl:literalForm # (not in local ontology files) — "The literal form of an skosxl:Label."
- crm:P190_has_symbolic_content # CIDOC_CRM_v7.1.3.rdf:5028-5038 — "Complete identifying representation of content in string form."
- foaf:name # foaf.ttl:442-450 — "A name for some thing."
- schema:name # schemaorg.owl:26889-26910 — "The name of the item."
- rdfs:label # (not in local ontology files) — "A human-readable name for the subject."
narrow_mappings:
- pnv:literalName # pnv.ttl:246-255 — "Full personal name." Domain: PersonName.
- rico:textualValue # RiC-O_1-1.rdf:23296-23311 — "A textual expression of an Appellation or Date."
aliases:
- literal_name
- long_name

View file

@ -0,0 +1,109 @@
# ==============================================================================
# LinkML Slot Definition: has_living_specimen
# ==============================================================================
# Whether an institution maintains living organisms in a managed collection.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-----------------------|----------------------|---------|-----------------------------------------------------------------|
# | **DwC** | `dwc:basisOfRecord` | dwc.rdf:348-353 | related | Vocabulary includes LivingSpecimen as a value; operates at occurrence-record level, not institutional boolean. |
# | **DwC** | `dwc:vitality` | dwc.rdf:1916-1921 | related | Captures alive/dead status of individual organisms; narrow scope overlap. |
#
# NOTE: dwc:LivingSpecimen (dwc.rdf:996-1001) is a CLASS, not a property — cannot be used as mapping.
# NOTE: dwc.rdf is a lightweight namespace file without rdfs:comment — line refs point to dcterms:isPartOf triples.
#
# CREATED: 2026-02-10
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_living_specimen
name: has_living_specimen
title: Has Living Specimen
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dwc: http://rs.tdwg.org/dwc/terms/
imports:
- linkml:types
default_prefix: hc
slots:
has_living_specimen:
slot_uri: hc:hasLivingSpecimen
description: >-
Maintains a living example or individual organism of a specific taxon
within a managed collection, such as a zoo, botanical garden, or
laboratory.
comments:
- >-
TRUE when institution maintains: live animals in enclosures, exhibits, or
aquariums; living plants in gardens, greenhouses, or conservatories;
active growth, breeding, or cultivation programs; ongoing care, feeding,
and husbandry.
- >-
FALSE when institution has: only preserved specimens (taxidermy, dried
plants, pickled animals); no active husbandry or horticultural programs;
static displays without living organisms.
- >-
Mixed collections: when institutions maintain both living and preserved
collections, TRUE if living specimens are maintained (e.g., natural
history museum with live insect colonies, botanical garden with herbarium
collections, zoo with taxidermy educational displays).
- >-
This field helps distinguish BioCustodian (B) from Museum (M) and
Research Center (R) when dealing with biological specimens.
alt_descriptions:
nl: >-
Onderhoudt een levend exemplaar of individueel organisme van een
specifiek taxon binnen een beheerde collectie, zoals een dierentuin,
botanische tuin of laboratorium.
de: >-
Unterhält ein lebendes Exemplar oder einen individuellen Organismus
eines bestimmten Taxons innerhalb einer verwalteten Sammlung, wie einem
Zoo, botanischen Garten oder Labor.
fr: >-
Maintient un exemplaire vivant ou un organisme individuel d'un taxon
spécifique au sein d'une collection gérée, telle qu'un zoo, un jardin
botanique ou un laboratoire.
ar: >-
يحتفظ بعينة حية أو كائن حي فردي من تصنيف محدد ضمن مجموعة مُدارة، مثل
حديقة حيوان أو حديقة نباتية أو مختبر.
id: >-
Memelihara contoh hidup atau organisme individu dari takson tertentu
dalam koleksi yang dikelola, seperti kebun binatang, kebun raya, atau
laboratorium.
zh: >-
在动物园、植物园或实验室等受管理的收藏中,维护特定分类群的活体标本或个体生物。
es: >-
Mantiene un ejemplar vivo o un organismo individual de un taxón
específico dentro de una colección gestionada, como un zoológico, jardín
botánico o laboratorio.
structured_aliases:
- literal_form: Levend Specimen
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Lebendes Exemplar
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Spécimen Vivant
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: عينة حية
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Spesimen Hidup
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 活体标本
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Espécimen Vivo
predicate: EXACT_SYNONYM
in_language: es
range: boolean
annotations:
custodian_types: '["*"]'
aliases:
- living_collection
related_mappings:
- dwc:basisOfRecord # dwc.rdf:348-353 - Vocabulary includes LivingSpecimen as a value; occurrence-record level.
- dwc:vitality # dwc.rdf:1916-1921 - Captures alive/dead status of individual organisms.

View file

@ -0,0 +1,112 @@
# ==============================================================================
# LinkML Slot Definition: has_locality
# ==============================================================================
# The city, town, or settlement where an entity or address is situated.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|----------------------------|----------------------------|---------|----------------------------------------------------------------|
# | **vCard** | `vcard:locality` | vcard.ttl:839-843 | close | "The locality (e.g. city or town) associated with the address of the object." |
# | **LOCN** | `locn:postName` | locn.ttl:204-211 | close | "The key postal division of the address, usually the city." Domain: locn:Address. |
# | **Schema.org**| `schema:addressLocality` | schemaorg.owl:7285-7304 | close | "The locality in which the street address is, and which is in the region." Domain: PostalAddress. |
# | **DwC** | `dwc:locality` | dwc.rdf:1004-1010 | related | Specimen collection location context, not address subdivision. |
#
# CREATED: 2026-02-10
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_locality
name: has_locality
title: Has Locality
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
vcard: http://www.w3.org/2006/vcard/ns#
locn: http://www.w3.org/ns/locn#
schema: http://schema.org/
dwc: http://rs.tdwg.org/dwc/terms/
imports:
- linkml:types
default_prefix: hc
slots:
has_locality:
slot_uri: hc:has_locality
description: >-
Designates the specific city, town, village, settlement or distinct
neighborhood where an entity or address is situated, often functioning
as a subdivision of a larger region.
comments:
- >-
Use official local name or standardized English name.
- >-
For precise identification, use Settlement class with GeoNames ID.
- >-
Distinct from city slot which maps to schema:addressLocality.
alt_descriptions:
nl: >-
Duidt de specifieke stad, gemeente, dorp, nederzetting of aparte wijk
aan waar een entiteit of adres is gelegen, vaak als onderdeel van een
grotere regio.
de: >-
Bezeichnet die spezifische Stadt, Gemeinde, das Dorf, die Siedlung oder
das eigenständige Viertel, in dem sich eine Entität oder Adresse
befindet, oft als Unterteilung einer größeren Region.
fr: >-
Désigne la ville, le village, la commune, l'agglomération ou le quartier
spécifique où une entité ou une adresse est située, fonctionnant souvent
comme une subdivision d'une région plus grande.
ar: >-
يحدد المدينة أو البلدة أو القرية أو المستوطنة أو الحي المميز الذي
تقع فيه كيان أو عنوان، وغالبًا ما يعمل كتقسيم فرعي لمنطقة أكبر.
id: >-
Menunjukkan kota, kotamadya, desa, permukiman, atau lingkungan tertentu
tempat suatu entitas atau alamat berada, sering berfungsi sebagai
subdivisi dari wilayah yang lebih besar.
zh: >-
指定实体或地址所在的特定城市、城镇、村庄、定居点或独立社区,通常作为更大区域的细分。
es: >-
Designa la ciudad, pueblo, villa, asentamiento o barrio específico donde
se encuentra una entidad o dirección, funcionando a menudo como una
subdivisión de una región más grande.
structured_aliases:
- literal_form: Plaats
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Ortschaft
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Localité
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: محلة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Lokalitas
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 地点
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Localidad
predicate: EXACT_SYNONYM
in_language: es
range: string
required: false
examples:
- value: Amsterdam
description: City name
- value: "'s-Gravenhage"
description: Official Dutch name for The Hague
- value: Haarlem
description: Historic city name
annotations:
custodian_types: '["*"]'
aliases:
- locality
- major_city
close_mappings:
- vcard:locality # vcard.ttl:839-843 - "The locality (e.g. city or town) associated with the address of the object."
- locn:postName # locn.ttl:204-211 - "The key postal division of the address, usually the city." Domain: locn:Address.
- schema:addressLocality # schemaorg.owl:7285-7304 - "The locality in which the street address is, and which is in the region." Domain: PostalAddress.
related_mappings:
- dwc:locality # dwc.rdf:1004-1010 - Specimen collection location; different context than address subdivision.

View file

@ -0,0 +1,93 @@
# ==============================================================================
# LinkML Slot Definition: has_locker
# ==============================================================================
# Whether a facility provides secure storage lockers for personal belongings.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |----------------|------------------------|--------------------------|---------|----------------------------------------------------------|
# | **Schema.org** | `schema:amenityFeature` | schemaorg.owl:7869-7893 | broad | "An amenity feature of the Accommodation." |
# | | | | | Domain: Place/LodgingBusiness. Any amenity, not just |
# | | | | | lockers. Range: LocationFeatureSpecification. |
#
# No standard ontology has a property specifically for "has locker" or
# "has secure storage unit." This is a domain-specific boolean facility attribute.
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_locker
name: has_locker
title: Has Locker
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
imports:
- linkml:types
default_prefix: hc
slots:
has_locker:
slot_uri: hc:hasLocker
description: >-
Indicates whether a facility provides secure storage units (lockers) for
the temporary safekeeping of personal belongings during a visit.
alt_descriptions:
nl: >-
Geeft aan of een faciliteit beveiligde opbergunits (kluisjes) biedt voor
de tijdelijke bewaring van persoonlijke bezittingen tijdens een bezoek.
de: >-
Gibt an, ob eine Einrichtung sichere Aufbewahrungseinheiten (Schließfächer)
zur vorübergehenden Verwahrung persönlicher Gegenstände während eines Besuchs bereitstellt.
fr: >-
Indique si un établissement fournit des unités de rangement sécurisées (casiers)
pour la garde temporaire des effets personnels pendant une visite.
ar: >-
يشير إلى ما إذا كانت المنشأة توفر وحدات تخزين آمنة (خزائن)
للحفظ المؤقت للمتعلقات الشخصية أثناء الزيارة.
id: >-
Menunjukkan apakah fasilitas menyediakan unit penyimpanan aman (loker)
untuk penyimpanan sementara barang-barang pribadi selama kunjungan.
zh: >-
表明设施是否提供安全存储单元(储物柜),
用于在访问期间临时保管个人物品。
es: >-
Indica si una instalación proporciona unidades de almacenamiento seguras (taquillas)
para la custodia temporal de pertenencias personales durante una visita.
structured_aliases:
- literal_form: Kluisje
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Schließfach
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Casier
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: خزانة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Loker
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 储物柜
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Taquilla
predicate: EXACT_SYNONYM
in_language: es
range: boolean
broad_mappings:
- schema:amenityFeature # schemaorg.owl:7869-7893 - "An amenity feature of the Accommodation." Any amenity, not specifically lockers.
aliases:
- has_lockers
comments:
- >-
Many reading rooms in libraries and archives require bags and coats
to be stored in lockers before entry.
examples:
- value: "true"
description: Lockers available at the facility
annotations:
custodian_types: '["*"]'

View file

@ -0,0 +1,93 @@
# ==============================================================================
# LinkML Slot Definition: has_logo
# ==============================================================================
# Associates an entity with its graphic mark, emblem, or symbol for recognition.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-----------------------|----------------------------|---------|----------------------------------------------------------------|
# | **Schema.org**| `schema:logo` | schemaorg.owl:25110-25134 | exact | "An associated logo." Domain: Organization, Service, Place, Brand, Product. Range includes Text. |
# | **FOAF** | `foaf:logo` | foaf.ttl:364-372 | close | "A logo representing some thing." Very generic domain/range (owl:Thing). |
#
# NOTE: Previous schema:name close_mapping removed — unrelated to logo concept.
#
# CREATED: 2026-02-10
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_logo
name: has_logo
title: Has Logo
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
foaf: http://xmlns.com/foaf/0.1/
imports:
- linkml:types
default_prefix: hc
slots:
has_logo:
slot_uri: schema:logo
description: >-
Associates an organization, brand, product, or project with the specific
graphic mark, emblem, or symbol used to promote instant public recognition
and identity.
alt_descriptions:
nl: >-
Associeert een organisatie, merk, product of project met het specifieke
grafische merk, embleem of symbool dat wordt gebruikt om onmiddellijke
publieke herkenning en identiteit te bevorderen.
de: >-
Verknüpft eine Organisation, Marke, ein Produkt oder Projekt mit dem
spezifischen grafischen Zeichen, Emblem oder Symbol, das zur Förderung
sofortiger öffentlicher Wiedererkennung und Identität verwendet wird.
fr: >-
Associe une organisation, une marque, un produit ou un projet au signe
graphique, emblème ou symbole spécifique utilisé pour promouvoir la
reconnaissance publique immédiate et l'identité.
ar: >-
يربط منظمة أو علامة تجارية أو منتجًا أو مشروعًا بالعلامة الرسومية أو
الشعار أو الرمز المحدد المستخدم لتعزيز التعرف العام الفوري والهوية.
id: >-
Mengasosiasikan organisasi, merek, produk, atau proyek dengan tanda
grafis, lambang, atau simbol khusus yang digunakan untuk mempromosikan
pengenalan publik dan identitas secara instan.
zh: >-
将组织、品牌、产品或项目与用于促进公众即时识别和身份认同的特定图形标记、徽章或符号相关联。
es: >-
Asocia una organización, marca, producto o proyecto con la marca gráfica,
emblema o símbolo específico utilizado para promover el reconocimiento
público inmediato y la identidad.
structured_aliases:
- literal_form: Logo
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Logo
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Logo
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: شعار
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Logo
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 标识
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Logotipo
predicate: EXACT_SYNONYM
in_language: es
range: string
annotations:
custodian_types: '["*"]'
aliases:
- logo_label
- logo_segment
exact_mappings:
- schema:logo # schemaorg.owl:25110-25134 - "An associated logo." Domain: Organization, Service, Place, Brand, Product.
close_mappings:
- foaf:logo # foaf.ttl:364-372 - "A logo representing some thing." Generic domain/range.

View file

@ -0,0 +1,101 @@
# ==============================================================================
# LinkML Slot Definition: has_longitude
# ==============================================================================
# Specifies the east-west geographic coordinate of a point on Earth's surface.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |----------------|---------------------|----------------------------|---------|----------------------------------------------------------------|
# | **Schema.org** | `schema:longitude` | schemaorg.owl:25138-25161 | close | "The longitude of a location." Domain: GeoCoordinates/Place. |
# | **WGS84** | `wgs84:long` | wgs84_pos.rdf:173-177 | close | "The WGS84 longitude of a SpatialThing (decimal degrees)." |
# | **GeoSPARQL** | `geo:hasGeometry` | geo.ttl:320-343 | broad | "A spatial representation for a given Feature." Full geometry, not single coordinate. |
#
# NOTE: Original file had typo "closet_mappings" — corrected to "close_mappings".
# NOTE: Consistent with sibling has_latitude.yaml mapping approach.
#
# CREATED: 2026-02-10
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_longitude
name: has_longitude
title: Has Longitude
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
wgs84: http://www.w3.org/2003/01/geo/wgs84_pos#
geo: http://www.opengis.net/ont/geosparql#
imports:
- linkml:types
default_prefix: hc
slots:
has_longitude:
slot_uri: hc:hasLongitude
description: >-
Determines the geographic coordinate that specifies the east-west position
of a point on the Earth's surface, measured in degrees from the Prime
Meridian.
comments:
- >-
Format: Decimal degrees (e.g., 4.8852 for Amsterdam). Range: -180.0 to
+180.0. Positive values = East of Prime Meridian. Negative values = West
of Prime Meridian.
- WGS84 datum (standard GPS coordinate system).
- 'Example: 4.8852 (Amsterdam), -73.9857 (New York), 151.2093 (Sydney).'
alt_descriptions:
nl: >-
Bepaalt de geografische coördinaat die de oost-westpositie van een punt
op het aardoppervlak aangeeft, gemeten in graden vanaf de nulmeridiaan.
de: >-
Bestimmt die geografische Koordinate, die die Ost-West-Position eines
Punktes auf der Erdoberfläche angibt, gemessen in Grad vom Nullmeridian.
fr: >-
Détermine la coordonnée géographique qui spécifie la position est-ouest
d'un point à la surface de la Terre, mesurée en degrés depuis le
méridien de Greenwich.
ar: >-
يحدد الإحداثي الجغرافي الذي يعيّن الموقع شرقاً-غرباً لنقطة على سطح
الأرض، مقاساً بالدرجات من خط الطول الرئيسي.
id: >-
Menentukan koordinat geografis yang menunjukkan posisi timur-barat suatu
titik di permukaan bumi, diukur dalam derajat dari Meridian Utama.
zh: >-
确定地球表面某一点东西方向位置的地理坐标,以本初子午线为基准按度数测量。
es: >-
Determina la coordenada geográfica que especifica la posición este-oeste
de un punto en la superficie terrestre, medida en grados desde el
meridiano de Greenwich.
structured_aliases:
- literal_form: Lengtegraad
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Längengrad
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Longitude
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: خط الطول
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Garis Bujur
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 经度
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Longitud
predicate: EXACT_SYNONYM
in_language: es
range: float
required: false
annotations:
custodian_types: '["*"]'
aliases:
- longitude
close_mappings:
- schema:longitude # schemaorg.owl:25138-25161 - "The longitude of a location." Domain: GeoCoordinates/Place.
- wgs84:long # wgs84_pos.rdf:173-177 - "The WGS84 longitude of a SpatialThing (decimal degrees)."
broad_mappings:
- geo:hasGeometry # geo.ttl:320-343 - "A spatial representation for a given Feature." Full geometry object, not a single coordinate.

View file

@ -73,6 +73,7 @@ slots:
range: string
aliases:
- has_or_had_mandate
- mandate
close_mappings:
- rico:authorizedBy # RiC-O_1-1.rdf:1776-1810 - "Inverse of 'authorizes'." Domain: Agent, Range: Mandate. Connects agent to its authorizing mandate.
- rico:authorizingMandate # RiC-O_1-1.rdf:20838-20865 - "Information on a Mandate that authorizes an Agent to perform an Activity." DatatypeProperty (literal value).

View file

@ -1,5 +1,6 @@
id: https://nde.nl/ontology/hc/slot/example_location
name: example_location-slot
id: https://nde.nl/ontology/hc/slot/has_marginale
name: has_marginale
title: Has Marginale
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
@ -11,15 +12,16 @@ prefixes:
rdfs: http://www.w3.org/2000/01/rdf-schema#
org: http://www.w3.org/ns/org#
xsd: http://www.w3.org/2001/XMLSchema#
default_prefix: hc
imports:
- linkml:types
default_prefix: hc
slots:
example_location:
slot_uri: schema:location
description: Location of the example institution (city, country)
has_marginale:
description: |
Associates a document, manuscript, or text with the notes, comments, or glosses written in its margins, often providing commentary, corrections, or cross-references.
range: string
slot_uri: hc:hasMarginale
annotations:
custodian_types: '["*"]'
exact_mappings:
- schema:location
aliases:
- marginalia

View file

@ -76,6 +76,7 @@ slots:
aliases:
- has_or_had_material_type
- cover_material
- material_composition
close_mappings:
- schema:material # schemaorg.owl:25511-25535 - "A material that something is made from, e.g. leather, wool, cotton, paper." Domain: CreativeWork/Product. About actual material, not material type classification.
- crm:P45_consists_of # CIDOC_CRM_v7.1.3.rdf:2297-2316 - "Identifies instances of E57 Materials of which an instance of E18 Physical Thing is composed." About physical material composition, not classification by type.

View file

@ -103,6 +103,7 @@ slots:
- schema:httpMethod # HTTP method specifically (GET, POST, etc.)
aliases:
- has_or_had_method
- keyframe_extraction
examples:
- value:
method_name: GET

View file

@ -0,0 +1,74 @@
# ==============================================================================
# LinkML Slot Definition: has_microfilm_reader
# ==============================================================================
# Availability of a microfilm/microfiche viewing machine at a reading room.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-----------------------------|--------------------------|----------|------------------------------------------------------------|
# | **Schema.org**| `schema:amenityFeature` | schemaorg.owl:7869-7893 | broad | "An amenity feature (e.g. a characteristic or service) of the Accommodation." Generic amenity. |
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_microfilm_reader
name: has_microfilm_reader
title: has microfilm reader
version: 1.0.0
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
imports:
- linkml:types
default_prefix: hc
slots:
has_microfilm_reader:
slot_uri: hc:hasMicrofilmReader
description: >-
Relates a library, archive, or reading room to the specific availability of a machine used to view, magnify, and scroll through microfilm reels or microfiche documents.
alt_descriptions:
nl: >-
Relateert een bibliotheek, archief of leeszaal aan de specifieke beschikbaarheid van een apparaat dat wordt gebruikt om microfilmrollen of microfichedocumenten te bekijken, te vergroten en door te bladeren.
de: >-
Verknüpft eine Bibliothek, ein Archiv oder einen Lesesaal mit der spezifischen Verfügbarkeit eines Geräts zum Betrachten, Vergrößern und Durchblättern von Mikrofilmrollen oder Mikrofiche-Dokumenten.
fr: >-
Relie une bibliothèque, des archives ou une salle de lecture à la disponibilité spécifique d'un appareil utilisé pour visualiser, agrandir et faire défiler des bobines de microfilm ou des documents en microfiche.
ar: >-
يربط مكتبة أو أرشيفًا أو غرفة قراءة بمدى توفر جهاز يُستخدم لعرض وتكبير وتمرير بكرات الميكروفيلم أو مستندات الميكروفيش.
id: >-
Menghubungkan perpustakaan, arsip, atau ruang baca dengan ketersediaan spesifik mesin yang digunakan untuk melihat, memperbesar, dan menggulir gulungan mikrofilm atau dokumen mikrofis.
zh: >-
将图书馆、档案馆或阅览室与用于查看、放大和滚动缩微胶卷或缩微胶片文档的设备的具体可用性相关联。
es: >-
Relaciona una biblioteca, archivo o sala de lectura con la disponibilidad específica de una máquina utilizada para ver, ampliar y desplazarse por rollos de microfilm o documentos de microfichas.
structured_aliases:
- literal_form: Microfilmlezer
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Mikrofilmlesegerät
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Lecteur de microfilm
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: قارئ ميكروفيلم
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Pembaca Mikrofilm
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 缩微胶片阅读器
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Lector de microfilm
predicate: EXACT_SYNONYM
in_language: es
range: string
annotations:
custodian_types: '["*"]'
aliases:
- has_microfilm_readers
broad_mappings:
- schema:amenityFeature # schemaorg.owl:7869-7893 - "An amenity feature (e.g. a characteristic or service) of the Accommodation."

View file

@ -0,0 +1,92 @@
# ==============================================================================
# LinkML Slot Definition: has_music
# ==============================================================================
# Indicates that a venue, event, or media file features musical content.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |----------------|------------------------|----------------------------|---------|------------------------------------------------------------------|
# | **Schema.org** | `schema:audio` | schemaorg.owl:9199-9222 | related | "embedded audio object" on CreativeWork — links AudioObject. |
# | **Schema.org** | `schema:amenityFeature`| schemaorg.owl:7869-7892 | broad | "amenity feature of Place" — generic facility characteristic. |
# | **Schema.org** | `schema:musicBy` | schemaorg.owl:26748-26771 | related | "composer of the soundtrack" — about who, not whether present. |
# | **BIBFRAME** | `bf:musicMedium` | bibframe.rdf:1519-1525 | related | "medium of performance for musical Work" — performance medium. |
#
# No exact or close match found. This slot is a boolean indicator of music
# presence — a domain-specific concept not directly modeled in standard ontologies.
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_music
name: has_music
title: Has Music
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
bf: http://id.loc.gov/ontologies/bibframe/
imports:
- linkml:types
default_prefix: hc
slots:
has_music:
slot_uri: hc:hasMusic
description: >-
Indicates that a venue, event, or media file features musical
performances, background audio, or a soundtrack.
alt_descriptions:
nl: >-
Geeft aan dat een locatie, evenement of mediabestand muzikale
uitvoeringen, achtergrondgeluid of een soundtrack bevat.
de: >-
Gibt an, dass ein Veranstaltungsort, eine Veranstaltung oder eine
Mediendatei musikalische Darbietungen, Hintergrundmusik oder einen
Soundtrack enthält.
fr: >-
Indique qu'un lieu, un événement ou un fichier multimédia comporte
des performances musicales, un fond sonore ou une bande originale.
ar: >-
يشير إلى أن مكانًا أو حدثًا أو ملفًا وسائطيًا يتضمن عروضًا موسيقية
أو صوتًا خلفيًا أو موسيقى تصويرية.
id: >-
Menunjukkan bahwa suatu tempat, acara, atau berkas media menampilkan
pertunjukan musik, audio latar, atau trek suara.
zh: >-
表示某个场所、活动或媒体文件包含音乐表演、背景音频或配乐。
es: >-
Indica que un lugar, evento o archivo multimedia presenta actuaciones
musicales, audio de fondo o una banda sonora.
structured_aliases:
- literal_form: Muziek
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Musik
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Musique
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: موسيقى
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Musik
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 音乐
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Música
predicate: EXACT_SYNONYM
in_language: es
range: boolean
broad_mappings:
- schema:amenityFeature # schemaorg.owl:7869-7892 - "amenity feature of Place/Accommodation" — generic facility characteristic
related_mappings:
- schema:audio # schemaorg.owl:9199-9222 - "embedded audio object" on CreativeWork — links to AudioObject, not boolean
- schema:musicBy # schemaorg.owl:26748-26771 - "composer of the soundtrack" — about who composed, not presence
- bf:musicMedium # bibframe.rdf:1519-1525 - "medium of performance for musical Work" — performance medium, not presence
annotations:
custodian_types: '["*"]'
aliases:
- includes_music_description

View file

@ -1,18 +1,20 @@
# ==============================================================================
# LinkML Slot Definition: has_name
# ==============================================================================
# Name of an entity (person, organization, project, etc.).
# The name of an entity (person, organization, project, etc.).
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
# | Ontology | Property | Mapping | Notes |
# |---------------|------------------------|----------|----------------------------------|
# | **Schema.org**| `schema:name` | slot_uri | Schema.org name property |
# | **FOAF** | `foaf:name` | exact | FOAF name |
# | **PNV** | `pnv:hasName` | exact | Person Name Vocabulary |
# | **RDFS** | `rdfs:label` | exact | RDF Schema label |
# | **Schema.org**| `schema:alternateName` | related | Alternate name (different axis) |
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |----------------|------------------------|--------------------------|----------|-------------------------------------------------|
# | **Schema.org** | `schema:name` | schemaorg.owl:26889-26908 | slot_uri | "The name of the item." Thing→Text. |
# | **FOAF** | `foaf:name` | foaf.ttl:442-450 | exact | "A name for some thing." Thing→Literal. |
# | **Schema.org** | `schema:alternateName` | schemaorg.owl:7757-7777 | related | "An alias for the item." (alternate, not primary)|
# | **RDFS** | `rdfs:label` | W3C RDF Schema standard | broad | Any label/tag, broader than "name" specifically. |
# | **PNV** | `pnv:hasName` | (not in data/ontology/) | narrow | Person Name Vocabulary; person names only. |
#
# CREATED: 2026-02-03
# UPDATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_name
@ -24,32 +26,68 @@ prefixes:
schema: http://schema.org/
foaf: http://xmlns.com/foaf/0.1/
rdfs: http://www.w3.org/2000/01/rdf-schema#
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#
xsd: http://www.w3.org/2001/XMLSchema#
default_prefix: hc
pnv: https://w3id.org/pnv#
imports:
- linkml:types
- linkml:types
default_prefix: hc
slots:
has_name:
slot_uri: schema:name
description: |
Name of an entity (person, organization, project, etc.).
**Usage**:
For persons: full name (e.g., "Jan de Vries")
For organizations: official name (e.g., "Rijksmuseum Amsterdam")
For projects: project title
description: >-
The name assigned to an entity, such as a person, organization, project,
or any other identifiable thing.
alt_descriptions:
nl: >-
De naam die is toegekend aan een entiteit, zoals een persoon, organisatie,
project of elk ander identificeerbaar ding.
de: >-
Der einer Entität zugewiesene Name, wie einer Person, Organisation,
einem Projekt oder einem anderen identifizierbaren Ding.
fr: >-
Le nom attribué à une entité, telle qu'une personne, une organisation,
un projet ou toute autre chose identifiable.
ar: >-
الاسم المخصص لكيان، مثل شخص أو منظمة أو مشروع أو أي شيء آخر قابل للتحديد.
id: >-
Nama yang diberikan kepada suatu entitas, seperti orang, organisasi,
proyek, atau hal lain yang dapat diidentifikasi.
zh: >-
分配给实体的名称,例如人员、组织、项目或任何其他可识别的事物。
es: >-
El nombre asignado a una entidad, como una persona, organización,
proyecto o cualquier otra cosa identificable.
structured_aliases:
- literal_form: Naam
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Name
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Nom
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: اسم
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Nama
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 名称
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Nombre
predicate: EXACT_SYNONYM
in_language: es
range: string
multivalued: false
exact_mappings:
- foaf:name
- pnv:hasName
- rdfs:label
- foaf:name # foaf.ttl:442-450 - "A name for some thing." Thing→Literal. subPropertyOf rdfs:label.
broad_mappings:
- rdfs:label # W3C RDF Schema standard - Any label/tag; broader than "name" specifically. schema:name and foaf:name are both subPropertyOf rdfs:label.
narrow_mappings:
- pnv:hasName # (not in data/ontology/) - Person Name Vocabulary; person names only, maps to structured pnv:PersonName.
related_mappings:
- schema:alternateName
- schema:alternateName # schemaorg.owl:7757-7777 - "An alias for the item." Alternate name, not primary name.
aliases:
- has_or_had_name
- is_or_was_full_name
@ -57,10 +95,20 @@ slots:
- has_or_had_annex_name
- has_person_name
- has_or_had_person_name
annotations:
custodian_types: '["*"]'
comments:
- >-
Usage: For persons, the full name (e.g., "Jan de Vries"). For organizations,
the official name (e.g., "Rijksmuseum Amsterdam"). For projects, the project title.
- >-
The slot_uri uses schema:name directly since the semantics are equivalent.
The redundant exact_mapping to schema:name has been removed.
- >-
pnv:hasName from the Person Name Vocabulary is unverified (not in data/ontology/).
It is narrower because it applies only to person names and maps to structured pnv:PersonName objects.
examples:
- value: Jan de Vries
description: Person name (individual author)
- value: Rijksmuseum Research Department
description: Corporate/organizational name
annotations:
custodian_types: '["*"]'

View file

@ -113,6 +113,9 @@ slots:
- note
- conservation_note
- copy_note
- example_note
- legal_note
- loan_note
annotations:
custodian_types: '["*"]'
specificity_score: 0.60

View file

@ -74,5 +74,6 @@ slots:
- qudt:numericValue # QUDT vocabulary (external) - "The numeric value of a QuantityValue." Semantically equivalent.
aliases:
- has_or_had_numeric_value
- lot_number
annotations:
custodian_types: '["*"]'

View file

@ -71,6 +71,7 @@ slots:
range: string
aliases:
- has_or_had_objective
- loan_purpose
related_mappings:
- schema:target # schemaorg.owl:37297-37300 - Action EntryPoint/URL, not goal/objective
annotations:

View file

@ -72,6 +72,7 @@ slots:
range: string # uriorcurie
aliases:
- has_or_had_operational_unit
- managing_unit
# range: OrganizationalStructure
annotations:
custodian_types:

View file

@ -0,0 +1,100 @@
# ==============================================================================
# LinkML Slot Definition: has_phase
# ==============================================================================
# Distinct period, state, or step within a process, cycle, or project lifecycle.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-----------------------------|-----------------------------|---------|--------------------------------------------------------------|
# | **RiC-O** | `rico:hasRecordState` | RiC-O_1-1.rdf:8998-9014 | narrow | Connects Record/RecordPart to RecordState; record-specific. |
# | **Schema.org**| `schema:creativeWorkStatus` | schemaorg.owl:13457-13480 | related | Lifecycle stage of creative works (Draft, Published, etc.). |
#
# REMOVED MAPPINGS:
# - skos:broaderTransitive (skos.rdf:311-315): concept hierarchy property, NOT a lifecycle
# phase property. scopeNote: "by convention, not used to make assertions." Also used
# invalid LinkML key `broader_mappings` (should be `broad_mappings`).
#
# REJECTED CANDIDATES:
# - schema:stage (schemaorg.owl:36218-36240): domain MedicalCondition only.
# - crm:P44_has_condition (CIDOC_CRM:2270-2279): physical condition state, not lifecycle phase.
#
# CREATED: 2026-02-10
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_phase
name: has_phase
title: Has Phase
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
rico: https://www.ica.org/standards/RiC/ontology#
schema: http://schema.org/
imports:
- linkml:types
default_prefix: hc
slots:
has_phase:
slot_uri: hc:has_phase
description: >-
Identifies a distinct period, state, or step within a continuous process,
cycle, or project lifecycle.
alt_descriptions:
nl: >-
Identificeert een afzonderlijke periode, toestand of stap binnen een
doorlopend proces, cyclus of projectlevenscyclus.
de: >-
Identifiziert einen bestimmten Zeitraum, Zustand oder Schritt innerhalb
eines fortlaufenden Prozesses, Zyklus oder Projektlebenszyklus.
fr: >-
Identifie une période, un état ou une étape distincts au sein d'un
processus continu, d'un cycle ou d'un cycle de vie de projet.
ar: >-
يحدد فترة أو حالة أو خطوة متميزة ضمن عملية مستمرة أو دورة أو دورة حياة مشروع.
id: >-
Mengidentifikasi periode, keadaan, atau langkah yang berbeda dalam suatu
proses berkelanjutan, siklus, atau siklus hidup proyek.
zh: >-
标识连续过程、周期或项目生命周期中的一个独特时期、状态或步骤。
es: >-
Identifica un período, estado o paso distinto dentro de un proceso continuo,
ciclo o ciclo de vida de un proyecto.
structured_aliases:
- literal_form: Fase
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Phase
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Phase
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: مرحلة
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Fase
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 阶段
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Fase
predicate: EXACT_SYNONYM
in_language: es
comments:
- >-
Archive Lifecycle Types (Wikidata): Q3621648 (CurrentArchive) — active records phase;
Q244904 (DepositArchive) — intermediate/semi-current phase;
Q3621673 (HistoricalArchive) — archival/permanent phase.
- >-
Usage: Classify an operational archive by its position in the records lifecycle.
Most CustodianArchive records are in the intermediate phase (awaiting processing).
range: string
annotations:
custodian_types: '["*"]'
narrow_mappings:
- rico:hasRecordState # RiC-O_1-1.rdf:8998-9014 — record/record-part state specifically
related_mappings:
- schema:creativeWorkStatus # schemaorg.owl:13457-13480 — lifecycle stage of creative works
aliases:
- lifecycle_phase_type

View file

@ -77,6 +77,7 @@ slots:
multivalued: true
aliases:
- has_or_had_policy
- lending_policy
related_mappings:
- schema:publishingPrinciples # schemaorg.owl:31756-31761 - "document describing the editorial principles of an Organization... that relate to their activities as a publisher." Much narrower: publishing/editorial principles only, not general institutional policy.
annotations:

View file

@ -85,6 +85,8 @@ slots:
- has_organization_profile
- has_or_had_social_media_profile
- has_social_media_profile
- linkedin_profile_url
- linkedin_url
close_mappings:
- foaf:account # foaf.ttl:121-128 - "Indicates an account held by this agent." Domain: foaf:Agent, Range: foaf:OnlineAccount. Narrower: online accounts only; profile is broader (organizational, professional).
related_mappings:

View file

@ -1,9 +1,27 @@
# ==============================================================================
# LinkML Slot Definition: has_provenance
# ==============================================================================
# Provenance information for this data element.
# The origin, custody history, and ownership record of an entity.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |----------------|-------------------------------------|--------------------------|----------|----------------------------------------------------------|
# | **DCTerms** | `dcterms:provenance` | dcterms.rdf:1740-1760 | slot_uri | "Changes in ownership and custody significant for |
# | | | | | authenticity, integrity, and interpretation." |
# | **PROV-O** | `prov:wasGeneratedBy` | prov.ttl:1132-1145 | related | "Entity was generated by Activity." Generation, not |
# | | | | | custody history. Entity→Activity. |
# | **PROV-O** | `prov:hadPrimarySource` | prov.ttl:661-674 | related | "Primary source entity was derived from." |
# | | | | | Entity→Entity. About source, not custody chain. |
# | **RiC-O** | `rico:hasOrganicProvenance` | RiC-O_1-1.rdf:8619-8665 | narrow | "Connects RecordResource to Agent that creates/ |
# | | | | | accumulates it." Archival records only. |
#
# NOTE: The original slot_uri was prov:wasGeneratedBy, which means "was generated
# by an Activity" (Entity→Activity). This is semantically wrong for provenance
# (custody/ownership history). Changed to dcterms:provenance which is an exact match.
#
# CREATED: 2026-02-03
# UPDATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_provenance
@ -12,28 +30,68 @@ title: Has Provenance
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
prov: http://www.w3.org/ns/prov#
dct: http://purl.org/dc/terms/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
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#
xsd: http://www.w3.org/2001/XMLSchema#
default_prefix: hc
prov: http://www.w3.org/ns/prov#
rico: https://www.ica.org/standards/RiC/ontology#
imports:
- linkml:types
- linkml:types
default_prefix: hc
slots:
has_provenance:
slot_uri: prov:wasGeneratedBy
description: |
To specify the origin, source, or record of custody and ownership of an entity, used to establish its authenticity, history, or context
slot_uri: dcterms:provenance
description: >-
The origin, source, or record of custody and ownership of an entity,
used to establish its authenticity, history, or context.
alt_descriptions:
nl: >-
De herkomst, bron of het bewaringsbeheer en eigendomsverloop van een entiteit,
gebruikt om de authenticiteit, geschiedenis of context vast te stellen.
de: >-
Die Herkunft, Quelle oder der Verzeichnis der Aufbewahrung und des Eigentums einer Entität,
um deren Authentizität, Geschichte oder Kontext festzustellen.
fr: >-
L'origine, la source ou l'historique de la conservation et de la propriété d'une entité,
utilisé pour établir son authenticité, son histoire ou son contexte.
ar: >-
أصل الكيان أو مصدره أو سجل حفظه وملكيته،
المستخدم لإثبات أصالته أو تاريخه أو سياقه.
id: >-
Asal-usul, sumber, atau catatan penyimpanan dan kepemilikan suatu entitas,
yang digunakan untuk menetapkan keaslian, sejarah, atau konteksnya.
zh: >-
实体的来源、出处或保管和所有权记录,
用于确定其真实性、历史或背景。
es: >-
El origen, fuente o registro de custodia y propiedad de una entidad,
utilizado para establecer su autenticidad, historia o contexto.
structured_aliases:
- literal_form: Herkomst
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Provenienz
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Provenance
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: مصدر
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Provenance
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 出处
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Procedencia
predicate: EXACT_SYNONYM
in_language: es
range: string
exact_mappings:
- prov:wasGeneratedBy
close_mappings:
- dct:provenance
- prov:hadPrimarySource
narrow_mappings:
- rico:hasOrganicProvenance # RiC-O_1-1.rdf:8619-8665 - "Connects RecordResource to Agent that creates/accumulates it." Archival records only.
related_mappings:
- prov:wasGeneratedBy # prov.ttl:1132-1145 - "Entity was generated by Activity." About generation, not custody history.
- prov:hadPrimarySource # prov.ttl:661-674 - "Primary source Entity was derived from." About source, not custody chain.
aliases:
- has_or_had_provenance
- has_or_had_acquisition_history
@ -46,6 +104,20 @@ slots:
- has_web_claim
- archive_path
- conservation_history
- custodial_history
- custody_history
- inference_provenance
- legal_provenance_note
- llm_response
- loan_history
comments:
- >-
The original slot_uri was prov:wasGeneratedBy, which means "was generated by an Activity"
(Entity->Activity). This is semantically wrong for provenance (custody/ownership history).
Changed to dcterms:provenance which exactly matches the slot's semantic meaning.
- >-
dcterms:provenance: "A statement of any changes in ownership and custody of the resource
since its creation that are significant for its authenticity, integrity, and interpretation."
annotations:
custodian_types: '["*"]'
specificity_score: '0.2'

View file

@ -0,0 +1,120 @@
# ==============================================================================
# LinkML Slot Definition: has_provenance_path
# ==============================================================================
# A hierarchical path or reference chain tracing the origin and location of an item.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |----------------|----------------------------------|----------------------------|---------|--------------------------------------------------------------|
# | **DCTerms** | `dcterms:provenance` | dcterms.rdf:1740-1760 | broad | "Changes in ownership and custody." General provenance |
# | | | | | statement, not specifically a hierarchical path string. |
# | **DCTerms** | `dcterms:source` | dcterms.rdf:1921-1940 | broad | "A related resource from which the resource is derived." |
# | | | | | About derivation source, not the path expression itself. |
# | **Schema.org** | `schema:breadcrumb` | schemaorg.owl:10542-10561 | related | "Links to help navigate a website hierarchy." |
# | | | | | Conceptually similar (hierarchical path) but web-only. |
# | **RiC-O** | `rico:identifier` | RiC-O_1-1.rdf:21677-21715 | related | "Word, number, symbol to uniquely identify an entity." |
# | | | | | Archival ref codes (e.g. NAS1/A/1.1) can be hierarchical. |
#
# NOTE: schema:contentUrl ("Actual bytes of the media object") was originally listed
# as close_mapping but is semantically wrong — it's a media download URL, not a
# hierarchical provenance/location path. Removed.
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_provenance_path
name: has_provenance_path
title: Has Provenance Path
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dcterms: http://purl.org/dc/terms/
schema: http://schema.org/
rico: https://www.ica.org/standards/RiC/ontology#
imports:
- linkml:types
default_prefix: hc
slots:
has_provenance_path:
slot_uri: hc:hasProvenancePath
description: >-
The hierarchical sequence, URL, or archival reference chain that traces
the origin and location of a data point, digital object, or physical item
within its custodial or organizational structure.
alt_descriptions:
nl: >-
De hiërarchische reeks, URL of archivalische referentieketen die de herkomst
en locatie van een gegevenspunt, digitaal object of fysiek item traceert
binnen zijn bewaar- of organisatiestructuur.
de: >-
Die hierarchische Abfolge, URL oder archivarische Referenzkette, die den Ursprung
und Standort eines Datenpunkts, digitalen Objekts oder physischen Gegenstands
innerhalb seiner Verwahrungs- oder Organisationsstruktur nachverfolgt.
fr: >-
La séquence hiérarchique, l'URL ou la chaîne de référence archivistique qui retrace
l'origine et l'emplacement d'un point de données, d'un objet numérique ou d'un élément
physique au sein de sa structure de conservation ou d'organisation.
ar: >-
التسلسل الهرمي أو عنوان URL أو سلسلة المراجع الأرشيفية التي تتتبع
أصل ومكان نقطة بيانات أو كائن رقمي أو عنصر مادي
ضمن هيكله التنظيمي أو هيكل الحفظ.
id: >-
Urutan hierarkis, URL, atau rantai referensi arsip yang menelusuri
asal-usul dan lokasi titik data, objek digital, atau item fisik
dalam struktur penyimpanan atau organisasinya.
zh: >-
追踪数据点、数字对象或实物在其保管或组织结构中来源和位置的
层级序列、URL或档案参考链。
es: >-
La secuencia jerárquica, URL o cadena de referencia archivística que rastrea
el origen y la ubicación de un punto de datos, objeto digital o elemento físico
dentro de su estructura de custodia u organización.
structured_aliases:
- literal_form: Herkomstpad
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Provenienzpfad
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Chemin de Provenance
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: مسار المصدر
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Jalur Provenance
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 出处路径
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Ruta de Procedencia
predicate: EXACT_SYNONYM
in_language: es
range: string
broad_mappings:
- dcterms:provenance # dcterms.rdf:1740-1760 - "Changes in ownership and custody." General provenance statement, not a specific path string.
- dcterms:source # dcterms.rdf:1921-1940 - "A related resource from which the resource is derived." About derivation source, not the path expression.
related_mappings:
- schema:breadcrumb # schemaorg.owl:10542-10561 - "Links to help navigate a website hierarchy." Conceptually similar hierarchical path but web-only.
- rico:identifier # RiC-O_1-1.rdf:21677-21715 - "Word/number/symbol to uniquely identify an entity." Archival ref codes can be hierarchical paths.
aliases:
- has_archive_path
- linkedin_profile_path
comments:
- >-
Examples of provenance paths: archival reference chains like
"Collection > Box > Folder > Item", URLs tracing digital object location,
or hierarchical classification codes like "NAS1/A/1.1".
- >-
schema:contentUrl ("Actual bytes of the media object", schemaorg.owl:12864-12883)
was originally listed as close_mapping but is semantically wrong — it is a
media download URL (Domain: MediaObject), not a hierarchical provenance/location path.
Removed.
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

@ -80,5 +80,6 @@ slots:
- extent
- is_or_was_quantity_value
- current_item_count
- like_count
annotations:
custodian_types: '["*"]'

View file

@ -72,6 +72,7 @@ slots:
- has_or_had_rationale
- has_or_had_annex_reason
- has_annex_reason
- link_rationale
broad_mappings:
- skos:note # skos.rdf:176-180 - "A general note, for any purpose." Broader: any note, not specifically rationale/justification.
related_mappings:

View file

@ -0,0 +1,104 @@
# ==============================================================================
# LinkML Slot Definition: has_raw_data
# ==============================================================================
# Links to original unprocessed source material used to generate a result.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-------------------------|------------------------|----------|--------------------------------------------------------------|
# | **PROV-O** | `prov:hadPrimarySource` | prov.ttl:661-674 | close | "particular case of wasDerivedFrom" — credits source entity. |
# | **DCTerms** | `dcterms:source` | dcterms.rdf:1920-1933 | close | "A related resource from which the described resource is derived." |
# | **PROV-O** | `prov:wasDerivedFrom` | prov.ttl:1099-1114 | broad | General derivation; raw data is a specific case. |
# | **Schema.org**| `schema:isBasedOn` | schemaorg.owl:22729-22751 | related | "A resource from which this work is derived" — creative work focus. |
#
# CREATED: 2026-02-10
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_raw_data
name: has_raw_data
title: Has Raw Data
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
prov: http://www.w3.org/ns/prov#
imports:
- linkml:types
default_prefix: hc
slots:
has_raw_data:
slot_uri: hc:hasRawData
description: >-
Links a processed result, analysis, visualization, or system to the original,
unprocessed source material or dataset used to generate it.
alt_descriptions:
nl: >-
Koppelt een verwerkt resultaat, analyse, visualisatie of systeem aan het
oorspronkelijke, onbewerkte bronmateriaal of de dataset die is gebruikt
om het te genereren.
de: >-
Verknüpft ein verarbeitetes Ergebnis, eine Analyse, Visualisierung oder
ein System mit dem ursprünglichen, unverarbeiteten Quellmaterial oder
Datensatz, der zu seiner Erstellung verwendet wurde.
fr: >-
Relie un résultat traité, une analyse, une visualisation ou un système
au matériau source original et non traité ou au jeu de données utilisé
pour le générer.
ar: >-
يربط نتيجة معالجة أو تحليلاً أو تصويراً بيانياً أو نظاماً بالمادة
المصدرية الأصلية غير المعالجة أو مجموعة البيانات المستخدمة لإنشائه.
id: >-
Menghubungkan hasil olahan, analisis, visualisasi, atau sistem dengan
materi sumber asli yang belum diproses atau kumpulan data yang digunakan
untuk menghasilkannya.
zh: >-
将处理后的结果、分析、可视化或系统与用于生成它的原始未处理源材料或数据集相关联。
es: >-
Vincula un resultado procesado, análisis, visualización o sistema con el
material fuente original sin procesar o el conjunto de datos utilizado
para generarlo.
structured_aliases:
- literal_form: Ruwe Data
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Rohdaten
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Données Brutes
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: بيانات خام
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Data Mentah
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 原始数据
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Datos Brutos
predicate: EXACT_SYNONYM
in_language: es
range: string
comments:
- 'Format: "Language - Proficiency level"'
- Preserved for provenance.
examples:
- value: English - Native or bilingual
description: Native English speaker
- value: Dutch - Professional working proficiency
description: Professional Dutch
close_mappings:
- prov:hadPrimarySource # prov.ttl:661-674 — credits the primary source entity
- dcterms:source # dcterms.rdf:1920-1933 — "A related resource from which the described resource is derived."
broad_mappings:
- prov:wasDerivedFrom # prov.ttl:1099-1114 — general derivation relationship
related_mappings:
- schema:isBasedOn # schemaorg.owl:22729-22751 — "A resource from which this work is derived" (creative work focus)
annotations:
custodian_types: '["*"]'
aliases:
- language_raw
- languages_raw

View file

@ -77,5 +77,7 @@ slots:
- has_or_had_reference
- has_or_had_archival_reference
- has_archival_reference
- iso_standard_reference
- iso_standard
annotations:
custodian_types: '["*"]'

View file

@ -0,0 +1,110 @@
# ==============================================================================
# LinkML Slot Definition: has_repository
# ==============================================================================
# Relates an agent, organization, or project to a code or data storage
# repository that they own, maintain, or manage.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|-------------------------|------------------------------|---------|---------------------------------------------------------------|
# | **DOAP** | `doap:repository` | doap.rdf:457-474 | close | "Source code repository." Domain: doap:Project; |
# | | | | | Range: doap:Repository. Close: specifically about software |
# | | | | | source code repos; our slot also covers data repositories. |
# | **Schema.org** | `schema:codeRepository` | schemaorg.owl:12025-12045 | narrow | "Link to the repository where un-compiled code is located." |
# | | | | | Domain: SoftwareSourceCode. Narrower: only code repos; |
# | | | | | our slot also covers data repos and institutional repos. |
# | **DCAT** | `dcat:accessService` | dcat3.ttl:536-561 | related | "A site or end-point that gives access to the distribution." |
# | | | | | About data access endpoints, not repo ownership/management. |
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_repository
name: has_repository
title: Has Repository
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
doap: http://usefulinc.com/ns/doap#
schema: http://schema.org/
dcat: http://www.w3.org/ns/dcat#
imports:
- linkml:types
default_prefix: hc
slots:
has_repository:
slot_uri: hc:hasRepository
description: >-
Relates an agent, organization, or project to the specific code or data
storage repository that they own, maintain, or manage.
alt_descriptions:
nl: >-
Relateert een agent, organisatie of project aan de specifieke code- of
dataopslagrepository die zij bezitten, onderhouden of beheren.
de: >-
Setzt einen Akteur, eine Organisation oder ein Projekt in Beziehung zu
dem spezifischen Code- oder Datenspeicher-Repository, das sie besitzen,
pflegen oder verwalten.
fr: >-
Relie un agent, une organisation ou un projet au dépôt spécifique de
code ou de données qu'ils possèdent, maintiennent ou gèrent.
ar: >-
يربط وكيلاً أو منظمة أو مشروعاً بمستودع تخزين الشفرة أو البيانات
المحدد الذي يمتلكونه أو يحافظون عليه أو يديرونه.
id: >-
Menghubungkan agen, organisasi, atau proyek dengan repositori
penyimpanan kode atau data tertentu yang mereka miliki, pelihara, atau
kelola.
zh: >-
将代理、组织或项目与其拥有、维护或管理的特定代码或数据存储库关联起来。
es: >-
Relaciona un agente, organización o proyecto con el repositorio
específico de código o almacenamiento de datos que poseen, mantienen
o gestionan.
structured_aliases:
- literal_form: Repository
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Repository
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Dépôt
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: مستودع
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Repositori
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 存储库
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Repositorio
predicate: EXACT_SYNONYM
in_language: es
comments:
- >-
schema:DataCatalog is a class, not a predicate — use hc namespace
for slot_uri.
- >-
Examples include institutional repositories, data archives, and open
science platforms.
range: uri
required: false
examples:
- value: https://data.cultureelerfgoed.nl
description: Dutch Cultural Heritage Data Repository
- value: https://zenodo.org/communities/archaeology
description: Zenodo archaeological data community
annotations:
custodian_types: '["*"]'
close_mappings:
- doap:repository # doap.rdf:457-474 — "Source code repository." Domain: doap:Project
narrow_mappings:
- schema:codeRepository # schemaorg.owl:12025-12045 — code repos only; our slot also covers data repos
related_mappings:
- dcat:accessService # dcat3.ttl:536-561 — data access endpoints, not repo ownership/management
aliases:
- data_repository

View file

@ -65,5 +65,7 @@ slots:
range: string
aliases:
- has_or_had_roadmap
- is_permanent
- is_temporary
annotations:
custodian_types: '["*"]'

View file

@ -77,6 +77,7 @@ slots:
multivalued: false
aliases:
- has_or_had_schedule
- maintenance_schedule
annotations:
custodian_types: '["*"]'
narrow_mappings:

View file

@ -99,6 +99,7 @@ slots:
- scope_exclude
- scope_include
- scope
- international
annotations:
custodian_types: '["*"]'
specificity_score: 0.50

View file

@ -125,6 +125,9 @@ slots:
- rating_value
- confidence_score
- has_or_had_archive_search_score
- has_audio_quality_score
- library_search_score
- location_browse_score
annotations:
custodian_types: '["*"]'

View file

@ -76,6 +76,8 @@ slots:
- has_or_had_service
- has_or_had_service_details
- has_service_details
- interlibrary_loan
- material_specialization
annotations:
custodian_types: '["*"]'
close_mappings:

View file

@ -0,0 +1,92 @@
# ==============================================================================
# LinkML Slot Definition: has_sound
# ==============================================================================
# Whether a media file or object contains or emits audible content.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |----------------|--------------------------------|---------------------------|---------|------------------------------------------------------|
# | **Schema.org** | `schema:accessibilityFeature` | schemaorg.owl:6543-6565 | broad | "Content features for accessibility"; any feature, |
# | | | | | not just sound presence. |
# | **Schema.org** | `schema:accessMode` | schemaorg.owl:6458-6478 | related | "Sensory perceptual system for perceiving info"; |
# | | | | | auditory mode, not sound descriptions. |
# | **Schema.org** | `schema:audio` | schemaorg.owl:9199-9222 | related | "An embedded audio object"; links to AudioObject, |
# | | | | | not whether sound is present/described. |
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_sound
name: has_sound
title: Has Sound
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
default_prefix: hc
imports:
- linkml:types
slots:
has_sound:
slot_uri: hc:hasSound
description: >-
Indicates that a media file, physical location, or object contains or
emits audible content, audio tracks, or noise.
alt_descriptions:
nl: >-
Geeft aan dat een mediabestand, fysieke locatie of object hoorbare
inhoud, audiotracks of geluid bevat of uitzendt.
de: >-
Gibt an, dass eine Mediendatei, ein physischer Standort oder ein Objekt
hörbaren Inhalt, Audiospuren oder Geräusche enthält oder abgibt.
fr: >-
Indique qu'un fichier média, un lieu physique ou un objet contient ou
émet du contenu audible, des pistes audio ou du bruit.
ar: >-
يشير إلى أن ملف وسائط أو موقع مادي أو كائن يحتوي على أو يصدر محتوى
مسموعًا أو مسارات صوتية أو ضوضاء.
id: >-
Menunjukkan bahwa berkas media, lokasi fisik, atau objek mengandung atau
memancarkan konten yang dapat didengar, trek audio, atau kebisingan.
zh: >-
表示媒体文件、物理位置或对象包含或发出可听内容、音频轨道或噪音。
es: >-
Indica que un archivo multimedia, ubicación física u objeto contiene o
emite contenido audible, pistas de audio o ruido.
structured_aliases:
- literal_form: Geluid
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Ton
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Son
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: صوت
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Suara
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 声音
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Sonido
predicate: EXACT_SYNONYM
in_language: es
range: string
broad_mappings:
- schema:accessibilityFeature # schemaorg.owl:6543-6565 - "Content features for accessibility"; any feature
related_mappings:
- schema:accessMode # schemaorg.owl:6458-6478 - "Sensory perceptual system"; auditory mode
- schema:audio # schemaorg.owl:9199-9222 - "Embedded audio object"; links to AudioObject
annotations:
custodian_types: '["*"]'
comments:
- 'Examples of sound descriptions in CC/SDH tracks: [door slams], [phone ringing], [thunder], [footsteps approaching].'
- Characteristic of Closed Captions (CC) and Subtitles for the Deaf and Hard of Hearing (SDH) tracks.
- 'Original file had range: boolean — changed to string per user correction.'
aliases:
- includes_sound_description

View file

@ -0,0 +1,100 @@
# ==============================================================================
# LinkML Slot Definition: has_speaker
# ==============================================================================
# The agent who acts as the voice source or presenter in media content.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |---------------|----------------------|----------------------------|---------|----------------------------------------------------------|
# | **Schema.org**| `schema:actor` | schemaorg.owl:7033-7061 | close | "An actor (individual or group) in TV, radio, movie, etc." Media→Person; same concept but implies dramatic role. |
# | **Schema.org**| `schema:performer` | schemaorg.owl:29624-29645 | broad | "A performer at the event — presenter, musician, actor." Event→Person/Org; any performer, not specifically speaker. |
# | **Schema.org**| `schema:readBy` | schemaorg.owl:32073-32092 | narrow | "A person who reads the audiobook." Domain restricted to Audiobook. |
# | **CIDOC-CRM** | `crm:P14_carried_out_by` | CIDOC:1489-1502 | broad | "Active participation of Actor in Activity." Activity→Actor; any activity, not specifically speaking. |
#
# NOTES:
# - `schema:agent` (schemaorg.owl:7463-7485) is "the direct performer or driver of the action" — Action→Person/Org; too generic.
# - No exact match — linking media/event to the specific speaking agent is not captured precisely by any single standard property.
#
# CREATED: 2026-02-09
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/has_speaker
name: has_speaker
title: Has Speaker
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
crm: http://www.cidoc-crm.org/cidoc-crm/
imports:
- linkml:types
default_prefix: hc
slots:
has_speaker:
slot_uri: hc:hasSpeaker
description: >-
The specific agent (person) who acts as the voice source, orator,
or presenter within a media file, audio segment, organisation, or event.
alt_descriptions:
nl: >-
De specifieke persoon die optreedt als stemgeluidsbron, spreker of
presentator binnen een mediabestand, audiosegment, organisatie of evenement.
de: >-
Die spezifische Person, die als Stimmquelle, Redner oder Moderator
in einer Mediendatei, einem Audiosegment, einer Organisation oder
einer Veranstaltung fungiert.
fr: >-
L'agent spécifique (personne) qui agit comme source vocale, orateur
ou présentateur dans un fichier multimédia, un segment audio, une
organisation ou un événement.
ar: >-
الشخص المحدد الذي يعمل كمصدر صوتي أو خطيب أو مقدم ضمن ملف وسائط
أو مقطع صوتي أو منظمة أو حدث.
id: >-
Agen spesifik (orang) yang bertindak sebagai sumber suara, orator,
atau presenter dalam file media, segmen audio, organisasi, atau acara.
zh: >-
在媒体文件、音频片段、组织或活动中担任声源、演说者或主持人的特定代理人(个人)。
es: >-
El agente específico (persona) que actúa como fuente de voz, orador
o presentador dentro de un archivo multimedia, segmento de audio,
organización o evento.
structured_aliases:
- literal_form: Spreker
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: Sprecher
predicate: EXACT_SYNONYM
in_language: de
- literal_form: Locuteur
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: متحدث
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: Pembicara
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 发言者
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: Hablante
predicate: EXACT_SYNONYM
in_language: es
comments:
- >-
When speaker labels or diarization data are available, this slot links
to the identified speaker. Check speaker_count for the number of distinct speakers.
range: string
annotations:
custodian_types: '["*"]'
aliases:
- includes_speaker
close_mappings:
- schema:actor # schemaorg.owl:7033-7061 - "An actor (individual or group) in TV, radio, movie, etc." Media→Person; same concept but implies dramatic performance.
broad_mappings:
- schema:performer # schemaorg.owl:29624-29645 - "A performer at the event — presenter, musician, actor." Event→Person/Org; any performer, not specifically speaker.
- crm:P14_carried_out_by # CIDOC:1489-1502 - "Active participation of Actor in Activity." Activity→Actor; any activity, not specifically speaking.
narrow_mappings:
- schema:readBy # schemaorg.owl:32073-32092 - "A person who reads the audiobook." Domain restricted to Audiobook only.

View file

@ -78,6 +78,7 @@ slots:
- has_or_had_staff
- has_or_had_staff_member
- has_staff_member
- has_admin_staff_count
annotations:
custodian_types: '["*"]'
exact_mappings:

Some files were not shown because too many files have changed in this diff Show more