- Fix scope_note → finding_aid_scope_note in FindingAid.yaml - Remove duplicate wikidata_entity slot from CustodianType.yaml (import instead) - Remove duplicate rico_record_set_type from class_metadata_slots.yaml - Fix range types for equals_string compatibility (uriorcurie → string) - Move class names from close_mappings to see_also in 10 RecordSetTypes files - Generate all RDF formats: OWL, N-Triples, RDF/XML, N3, JSON-LD context - Sync schemas to frontend/public/schemas/ Files: 1,151 changed (includes prior CustodianType migration)
124 lines
4.7 KiB
YAML
124 lines
4.7 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
|
|
- ../slots/observed_name
|
|
- ../slots/alternative_observed_names
|
|
- ../slots/observation_date
|
|
- ../slots/observation_source
|
|
- ../slots/source
|
|
- ../slots/language
|
|
- ../slots/observation_context
|
|
- ../slots/derived_from_entity
|
|
- ../slots/confidence_score
|
|
- ../slots/class_metadata_slots
|
|
classes:
|
|
CustodianObservation:
|
|
class_uri: hc:CustodianObservation
|
|
description: |
|
|
Source-based evidence of a heritage custodian's existence.
|
|
|
|
CRITICAL: CustodianObservation does NOT directly link to Custodian!
|
|
- Observations are RAW EVIDENCE (input to ReconstructionActivity)
|
|
- Only ReconstructionActivity can determine if custodian is successfully identified
|
|
- Generated outputs (LegalStatus/Name/Place) link to Custodian, not observations
|
|
|
|
PROV-O Flow:
|
|
CustodianObservation → prov:used → ReconstructionActivity
|
|
ReconstructionActivity → prov:wasGeneratedBy → CustodianLegalStatus/Name/Place
|
|
CustodianLegalStatus/Name/Place → refers_to_custodian → Custodian
|
|
|
|
Observations can capture BOTH emic (insider) and etic (outsider) perspectives:
|
|
- Emic: "Rijksmuseum" (how institution presents itself)
|
|
- Etic: "The National Museum" (how outsiders refer to it)
|
|
exact_mappings:
|
|
- pico:PersonObservation
|
|
- prov:Entity
|
|
close_mappings:
|
|
- schema:Intangible
|
|
- crm:E73_Information_Object
|
|
- rico:Record
|
|
related_mappings:
|
|
- skos:Concept
|
|
- dcterms:BibliographicResource
|
|
slots:
|
|
- alternative_observed_names
|
|
- confidence_score
|
|
- custodian_types
|
|
- custodian_types_rationale
|
|
- derived_from_entity
|
|
- language
|
|
- observation_context
|
|
- observation_date
|
|
- observation_source
|
|
- observed_name
|
|
- source
|
|
- specificity_annotation
|
|
- template_specificity
|
|
slot_usage:
|
|
observation_source:
|
|
slot_uri: dcterms:source
|
|
description: Source where this observation was documented (simplified string)
|
|
range: string
|
|
observed_name:
|
|
slot_uri: crm:P1_is_identified_by
|
|
description: Name as observed in source document (REQUIRED)
|
|
range: CustodianAppellation
|
|
required: true
|
|
alternative_observed_names:
|
|
slot_uri: crm:P1_is_identified_by
|
|
description: Alternative names/variants observed
|
|
range: CustodianAppellation
|
|
multivalued: true
|
|
observation_date:
|
|
slot_uri: prov:generatedAtTime
|
|
description: Date when source document was created
|
|
range: date
|
|
source:
|
|
slot_uri: prov:hadPrimarySource
|
|
description: Source document where observation was recorded (REQUIRED)
|
|
range: SourceDocument
|
|
required: true
|
|
language:
|
|
slot_uri: dcterms:language
|
|
description: Language of observed name
|
|
range: LanguageCode
|
|
observation_context:
|
|
slot_uri: dcterms:description
|
|
description: Contextual description of where/how name was observed
|
|
range: string
|
|
derived_from_entity:
|
|
slot_uri: prov:wasDerivedFrom
|
|
description: Links observation to reconstructed formal entity
|
|
range: CustodianLegalStatus
|
|
confidence_score:
|
|
slot_uri: prov:qualifiedAttribution
|
|
description: Confidence in observation accuracy
|
|
range: ConfidenceMeasure
|
|
custodian_types:
|
|
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"]'
|
|
custodian_types_rationale:
|
|
equals_string: CustodianObservation is universal - source-based evidence can
|
|
apply to any heritage custodian type
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|