- Migrated catering_type to CateringType with subclasses for better classification. - Updated certainty_level to has_or_had_level for improved metadata consistency. - Addressed cessation_observed_in by confirming existing temporal data structure. - Created NetAsset class and updated financial statements for richer financial modeling. - Completed migrations for default_access_policy, default_audio_language, and default_language to structured classes. - Migrated default_position to structured Alignment class for better representation. - Updated defined_by_standard to broaden range for identifier standards. - Migrated definition to structured Resolution class for video resolution modeling. - Completed migrations for degree_name, deliverable, and departement_code to structured classes. - Migrated deployment_date to structured DeploymentEvent with temporal extent. - Migrated derived_from_entity and derived_from_observation to new reference structures. - Completed description and description_text migrations to enhance content modeling. - Migrated detection_count, detection_level, and detection_threshold to structured slots with classes. - Migrated device-related slots to structured classes for better identification and classification. - Added new slots and classes for historic building and web address modeling.
117 lines
5.2 KiB
YAML
117 lines
5.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/CustodianObservation
|
|
name: CustodianObservation
|
|
title: Custodian Observation Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
pico: https://personsincontext.org/model#
|
|
prov: http://www.w3.org/ns/prov#
|
|
schema: http://schema.org/
|
|
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#
|
|
dcterms: http://purl.org/dc/terms/
|
|
imports:
|
|
- linkml:types
|
|
- ./Appellation
|
|
- ./SourceDocument
|
|
- ./CustodianLegalStatus
|
|
- ./ConfidenceMeasure
|
|
- ./LanguageCode
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScore # was: TemplateSpecificityScores - migrated per Rule 53 (2026-01-17)
|
|
|
|
- ./TemplateSpecificityType
|
|
|
|
- ./TemplateSpecificityTypes
|
|
- ../slots/observed_name
|
|
- ../slots/has_or_had_alternative_observed_name
|
|
- ../slots/observation_date
|
|
- ../slots/observation_source
|
|
- ../slots/source
|
|
- ../slots/observation_context
|
|
# MIGRATED 2026-01-25: derived_from_entity → refers_or_referred_to + EntityReconstruction (Rule 53)
|
|
- ../slots/refers_or_referred_to
|
|
- ./EntityReconstruction
|
|
- ../slots/has_or_had_confidence_measure
|
|
- ../slots/has_or_had_custodian_type
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
classes:
|
|
CustodianObservation:
|
|
class_uri: hc:CustodianObservation
|
|
description: "Source-based evidence of a heritage custodian's existence.\n\nCRITICAL: CustodianObservation does NOT directly\
|
|
\ link to Custodian!\n- Observations are RAW EVIDENCE (input to ReconstructionActivity)\n- Only ReconstructionActivity\
|
|
\ can determine if custodian is successfully identified\n- Generated outputs (LegalStatus/Name/Place) link to Custodian,\
|
|
\ not observations\n\nPROV-O Flow:\n CustodianObservation → prov:used → ReconstructionActivity\n ReconstructionActivity\
|
|
\ → prov:wasGeneratedBy → CustodianLegalStatus/Name/Place\n CustodianLegalStatus/Name/Place → refers_to_custodian →\
|
|
\ Custodian\n\nObservations can capture BOTH emic (insider) and etic (outsider) perspectives:\n- Emic: \"Rijksmuseum\"\
|
|
\ (how institution presents itself)\n- Etic: \"The National Museum\" (how outsiders refer to it)\n"
|
|
exact_mappings:
|
|
- pico:PersonObservation
|
|
- prov:Entity
|
|
close_mappings:
|
|
- schema:Intangible
|
|
- crm:E73_Information_Object
|
|
- rico:Record
|
|
related_mappings:
|
|
- skos:Concept
|
|
- dcterms:BibliographicResource
|
|
slots:
|
|
- has_or_had_alternative_observed_name
|
|
- has_or_had_confidence_measure
|
|
- has_or_had_custodian_type
|
|
# MIGRATED 2026-01-25: derived_from_entity → refers_or_referred_to (Rule 53)
|
|
- refers_or_referred_to
|
|
- observation_context
|
|
- observation_date
|
|
- observation_source
|
|
- observed_name
|
|
- source
|
|
- specificity_annotation
|
|
- has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
attributes:
|
|
observation_language:
|
|
slot_uri: dcterms:language
|
|
description: Language of observed name (as LanguageCode class reference)
|
|
range: LanguageCode
|
|
slot_usage:
|
|
observation_source:
|
|
range: string
|
|
observed_name:
|
|
range: CustodianAppellation
|
|
required: true
|
|
has_or_had_alternative_observed_name:
|
|
range: CustodianAppellation
|
|
multivalued: true
|
|
observation_date:
|
|
range: date
|
|
source:
|
|
range: SourceDocument
|
|
required: true
|
|
observation_context:
|
|
range: string
|
|
# MIGRATED 2026-01-25: derived_from_entity → refers_or_referred_to (Rule 53)
|
|
derived_from_entity:
|
|
description: |
|
|
DEPRECATED 2026-01-25: Migrated to refers_or_referred_to slot with EntityReconstruction class.
|
|
See refers_or_referred_to slot_usage for current pattern.
|
|
deprecated: "Use refers_or_referred_to with EntityReconstruction class"
|
|
refers_or_referred_to:
|
|
description: |
|
|
MIGRATED from derived_from_entity per slot_fixes.yaml (Rule 53, 2026-01-25).
|
|
|
|
Links observation to the formal entity it references (reconstructed entity).
|
|
Uses EntityReconstruction class hierarchy (CustodianLegalStatus, CustodianName, CustodianPlace).
|
|
range: CustodianLegalStatus # Keep backward compatible range for now
|
|
required: false
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/legal/stichting-rijksmuseum
|
|
description: Observation refers to Rijksmuseum legal entity
|
|
has_or_had_confidence_measure:
|
|
range: ConfidenceMeasure
|
|
has_or_had_custodian_type:
|
|
equals_expression: '["hc:GalleryType", "hc:LibraryType", "hc:ArchiveOrganizationType", "hc:MuseumType", "hc:OfficialInstitutionType",
|
|
"hc:ResearchOrganizationType", "hc:CommercialOrganizationType", "hc:UnspecifiedType", "hc:BioCustodianType", "hc:EducationProviderType",
|
|
"hc:HeritageSocietyType", "hc:FeatureCustodianType", "hc:IntangibleHeritageGroupType", "hc:MixedCustodianType",
|
|
"hc:PersonalCollectionType", "hc:HolySacredSiteType", "hc:DigitalPlatformType", "hc:NonProfitType", "hc:TasteScentHeritageType"]'
|