96 lines
5.6 KiB
YAML
96 lines
5.6 KiB
YAML
# ==============================================================================
|
|
# LinkML Slot Definition: has_custodian
|
|
# ==============================================================================
|
|
# The institution, organization, or agent currently responsible for the physical
|
|
# care, safekeeping, and preservation of a cultural heritage object or collection.
|
|
#
|
|
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
|
#
|
|
# | Ontology | Property | File/Line | Mapping | Notes |
|
|
# |---------------|-----------------------------------|---------------------------------|---------|------------------------------------|
|
|
# | **CIDOC-CRM** | `crm:P49_has_former_or_current_keeper` | CIDOC_CRM_v7.1.3.rdf:2383-2408 | close | "Identifies the Actor who has or has had custody of a Physical Thing" — includes former keepers, broader temporal scope |
|
|
# | **CIDOC-CRM** | `crm:P50_has_current_keeper` | CIDOC_CRM_v7.1.3.rdf:2410-2424 | close | "Identifies the Actor that had custody at the time of validity of the record" — domain E18 Physical Thing, range E39 Actor |
|
|
# | **RiC-O** | `rico:hasOrHadHolder` | RiC-O_1-1.rdf:6436-6475 | close | "has or had holder" — domain RecordResource/Instantiation, range Agent (archival holding, not physical custody) |
|
|
#
|
|
# CREATED: 2026-02-03
|
|
# UPDATED: 2026-02-06 - Added header, multilingual, added CRM P49/P50 and RiC-O mappings as close
|
|
# ==============================================================================
|
|
|
|
id: https://nde.nl/ontology/hc/slot/has_custodian
|
|
name: has_custodian
|
|
title: Has Custodian
|
|
|
|
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#
|
|
la: https://linked.art/ns/terms/
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
slots:
|
|
has_custodian:
|
|
slot_uri: hc:hasCustodian
|
|
description: >-
|
|
To indicate the institution, organization, or agent (such as a museum, archive, or library) currently responsible for the physical care, safekeeping, and preservation of a cultural heritage object or collection.
|
|
alt_descriptions:
|
|
nl: >-
|
|
De instelling, organisatie of agent (zoals een museum, archief of bibliotheek) aanduiden die momenteel verantwoordelijk is voor de fysieke zorg, bewaring en conservering van een cultureel erfgoedobject of -collectie.
|
|
de: >-
|
|
Die Institution, Organisation oder den Akteur (wie ein Museum, Archiv oder eine Bibliothek) angeben, der/die derzeit für die physische Pflege, Aufbewahrung und Erhaltung eines kulturellen Erbeobjekts oder einer Sammlung verantwortlich ist.
|
|
fr: >-
|
|
Indiquer l'institution, l'organisation ou l'agent (tel qu'un musée, des archives ou une bibliothèque) actuellement responsable de la conservation physique, de la garde et de la préservation d'un objet ou d'une collection du patrimoine culturel.
|
|
ar: >-
|
|
الإشارة إلى المؤسسة أو المنظمة أو الوكيل (مثل متحف أو أرشيف أو مكتبة) المسؤول حاليًا عن الرعاية المادية والحفظ والصون لقطعة أو مجموعة من التراث الثقافي.
|
|
id: >-
|
|
Menunjukkan lembaga, organisasi, atau agen (seperti museum, arsip, atau perpustakaan) yang saat ini bertanggung jawab atas perawatan fisik, penyimpanan, dan pelestarian objek atau koleksi warisan budaya.
|
|
zh: >-
|
|
指明当前负责文化遗产物品或藏品的实物保管、保存和保护的机构、组织或代理人(如博物馆、档案馆或图书馆)。
|
|
es: >-
|
|
Indicar la institución, organización o agente (como un museo, archivo o biblioteca) actualmente responsable del cuidado físico, custodia y preservación de un objeto o colección del patrimonio cultural.
|
|
structured_aliases:
|
|
- literal_form: heeft beheerder
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: hat Verwalter
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: a un dépositaire
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: لديه أمين حفظ
|
|
predicate: EXACT_SYNONYM
|
|
in_language: ar
|
|
- literal_form: memiliki kustodian
|
|
predicate: EXACT_SYNONYM
|
|
in_language: id
|
|
- literal_form: 有保管人
|
|
predicate: EXACT_SYNONYM
|
|
in_language: zh
|
|
- literal_form: tiene custodio
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
range: string
|
|
aliases:
|
|
- has_or_had_custodian
|
|
- record_holder
|
|
close_mappings:
|
|
- crm:P49_has_former_or_current_keeper # CIDOC_CRM_v7.1.3.rdf:2383-2408 - includes former keepers (broader temporal scope)
|
|
- crm:P50_has_current_keeper # CIDOC_CRM_v7.1.3.rdf:2410-2424 - "current keeper" but domain E18 Physical Thing / range E39 Actor (typed objects)
|
|
- rico:hasOrHadHolder # RiC-O_1-1.rdf:6436-6475 - "has or had holder" — archival holding context, domain RecordResource/Instantiation
|
|
related_mappings:
|
|
- la:current_permanent_custodian # Linked Art extensions: normal/permanent custodian of a physical object (E19->E39)
|
|
comments:
|
|
- |
|
|
MIGRATED 2026-02-03 from has_or_had_custodian for conciseness.
|
|
- |
|
|
**USAGE**: CRM P50 is the closest semantic match (current keeper of physical things),
|
|
but expects typed E18/E39 objects. RiC-O hasOrHadHolder is about archival holdings
|
|
specifically. This slot is a general-purpose string reference to the custodian.
|
|
annotations:
|
|
custodian_types: '["*"]'
|