64 lines
1.5 KiB
YAML
64 lines
1.5 KiB
YAML
id: https://nde.nl/ontology/hc/slot/observation_source
|
|
name: observation_source-slot
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dcterms: http://purl.org/dc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
slots:
|
|
observation_source:
|
|
description: 'Source where this staff role information was observed.
|
|
|
|
|
|
**PiCo Pattern**: PersonObservation MUST link to source (evidence-based)
|
|
|
|
**PROV-O**: `prov:hadPrimarySource` for provenance tracking
|
|
|
|
|
|
**Source Types**:
|
|
|
|
- Staff directory (online or print)
|
|
|
|
- Organizational chart
|
|
|
|
- Annual report
|
|
|
|
- Institutional website
|
|
|
|
- Archival personnel records
|
|
|
|
- Publication credits
|
|
|
|
- Email signature
|
|
|
|
|
|
**Structure**: Reference to SourceDocument with:
|
|
|
|
- source_type: "Staff directory", "Annual report", etc.
|
|
|
|
- source_uri: URL if available
|
|
|
|
- observation_date: When source was consulted
|
|
|
|
|
|
**Data Quality**: Observation with documented source = higher confidence
|
|
|
|
|
|
Note: slot_uri changed from dcterms:source to hc:observationSource
|
|
to resolve OWL ambiguous type warning. dcterms:source may have
|
|
different property type expectations across ontologies.
|
|
|
|
**Range**: `Any` (2026-01-16) - Allows string values and SourceDocument class instances.
|
|
|
|
'
|
|
slot_uri: hc:observationSource
|
|
range: string
|
|
exact_mappings:
|
|
- dcterms:source
|
|
close_mappings:
|
|
- prov:hadPrimarySource
|