glam/frontend/public/schemas/20251121/linkml/modules/classes/Observation.yaml
kempersc 776462de90 Migrate multiple slots to enhance semantic clarity and align with best practices
- 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.
2026-01-25 12:47:38 +01:00

83 lines
2.6 KiB
YAML

# Observation class
# Abstract base class for observational evidence
#
# Generation date: 2026-01-25
# Rule compliance: 0 (LinkML single source of truth), 53 (migration from derived_from_observation)
id: https://nde.nl/ontology/hc/class/Observation
name: observation_class
title: Observation Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
prov: http://www.w3.org/ns/prov#
pico: https://personsincontext.org/model#
crm: http://www.cidoc-crm.org/cidoc-crm/
default_prefix: hc
imports:
- linkml:types
- ../slots/specificity_annotation
- ../slots/has_or_had_score
- ./SpecificityAnnotation
- ./TemplateSpecificityScore
- ./TemplateSpecificityType
- ./TemplateSpecificityTypes
classes:
Observation:
class_uri: pico:Observation
description: |
Abstract base class for observational evidence from sources.
**Purpose**:
Observation is the base class for source-based evidence about entities.
Concrete implementations include:
- CustodianObservation - Evidence about heritage custodians
- PersonObservation - Evidence about people (staff, directors)
- WebObservation - Evidence from web scraping
**PiCo Model Alignment**:
Following the Persons in Context (PiCo) model, observations are
discrete pieces of evidence from specific sources that may be
combined to reconstruct formal entities.
**PROV-O Semantics**:
- `prov:Entity`: Observations are things with provenance
- `is_or_was_based_on`: Links derived entities back to observations
**Relationship to EntityReconstruction**:
```
Observation[] (source evidence)
└── is_or_was_based_on ← EntityReconstruction
(reconstructed formal entity)
```
exact_mappings:
- pico:Observation
- prov:Entity
close_mappings:
- crm:E13_Attribute_Assignment
abstract: true
slots:
- specificity_annotation
- has_or_had_score
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Abstract base class for all observations.
custodian_types_primary: null
specificity_score: 0.4
specificity_rationale: Broad base class for observational evidence.
comments:
- "MIGRATED: supports derived_from_observation → is_or_was_based_on (Rule 53)"
- "Abstract base for observational evidence"
- "PiCo model Observation pattern"
- "Subtypes: CustodianObservation, PersonObservation, WebObservation"