glam/schemas/20251121/linkml/modules/slots/archive/has_observation.yaml
kempersc 1f8776bef4 Update schemas and slots with new mappings and descriptions
- Updated manifest.json with new generated timestamp.
- Added close mappings to APIRequest and Administration classes.
- Renamed slots in AccessPolicy to has_or_had_embargo_end_date and has_or_had_embargo_reason.
- Changed class_uri for Accumulation to rico:AccumulationRelation and updated description.
- Added exact mappings to Altitude, AppellationType, and ArchitecturalStyle classes.
- Removed deprecated slots from CollectionManagementSystem and updated has_or_had_type.
- Added new slots for has_or_had_embargo_end_date and has_or_had_embargo_reason.
- Updated slot definitions for has_or_had_assessment, has_or_had_sequence_index, and others with new URIs and mappings.
- Removed unused slots end_seconds and end_time.
- Added new slot definitions for has_or_had_exhibition_type, has_or_had_extent_text, and is_or_was_documented_by.
2026-01-29 13:33:23 +01:00

51 lines
2 KiB
YAML

id: https://nde.nl/ontology/hc/slot/has_observation
name: has_observation
title: Has Observation
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dcterms: http://purl.org/dc/terms/
owl: http://www.w3.org/2002/07/owl#
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#
org: http://www.w3.org/ns/org#
xsd: http://www.w3.org/2001/XMLSchema#
imports:
- linkml:types
- ../classes/CustodianObservation
slots:
has_observation:
slot_uri: dcterms:isReferencedBy
description: 'Observations that refer to this Custodian hub.
**Hub Architecture Pattern**:
The Custodian is a minimal hub entity. Multiple observations from
different sources can be linked to it, each capturing evidence from
a particular context.'
range: CustodianObservation
multivalued: true
exact_mappings:
- dcterms:isReferencedBy
comments:
- Inverse of refers_to_custodian (dcterms:references)
- Links custodian hub to all its evidence/observations
- Creates owl:inverseOf axiom in RDF output
- 'Inverse: refers_to_custodian (dcterms:references) | Pattern: If Observation refers_to_custodian Custodian, then Custodian has_observation Observation'
- 'Navigation: From custodian: Find all observations (has_observation) | From observation: Find custodian hub (refers_to_custodian)'
- Range contains prov:Entity instances (CustodianObservation)
annotations:
inverse_slot: refers_to_custodian
custodian_types:
- '*'
custodian_types_rationale: Universal utility concept
examples:
- value: "Custodian:\n hc_id: \"https://nde.nl/ontology/hc/nl-nh-ams-m-rm\"\n has_observation:\n - \"https://nde.nl/ontology/hc/observation/isil-registry-2024\"\n - \"https://nde.nl/ontology/hc/observation/wikidata-q190804\"\n"
description: Usage example showing a Custodian hub linked to multiple observations from different sources