glam/schemas/20251121/linkml/modules/classes/Observation.yaml
kempersc c2cdbed614 Refactor Price, PriceRange, Primary, and PrimaryDigitalPresenceAssertion classes for improved clarity and multilingual support
- Updated descriptions and titles for Price and PriceRange classes to enhance understanding.
- Added multilingual alt_descriptions for Price, PriceRange, Primary, and PrimaryDigitalPresenceAssertion classes.
- Enhanced examples in Price and PriceRange classes to provide clearer context.
- Improved annotations and comments for better documentation and understanding of class purposes.
- Introduced new slots for official names (including and excluding type) to standardize naming conventions.
- Added sorting variant for official names to facilitate alphabetical ordering.
- Ensured all changes align with the latest schema requirements and best practices.
2026-02-15 21:54:42 +01:00

68 lines
2.9 KiB
YAML

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/
schema: http://schema.org/
sosa: http://www.w3.org/ns/sosa/
dcterms: http://purl.org/dc/terms/
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#
default_prefix: hc
imports:
- linkml:types
- ../slots/has_score
classes:
Observation:
class_uri: sosa:Observation
description: Abstract evidence unit representing an observation derived from a source.
alt_descriptions:
nl: {text: Abstracte bewijs-eenheid die een waarneming uit een bron representeert., language: nl}
de: {text: Abstrakte Evidenzeinheit, die eine aus einer Quelle abgeleitete Beobachtung repraesentiert., language: de}
fr: {text: Unite de preuve abstraite representant une observation derivee d une source., language: fr}
es: {text: Unidad abstracta de evidencia que representa una observacion derivada de una fuente., language: es}
ar: {text: وحدة أدلة مجردة تمثل ملاحظة مشتقة من مصدر., language: ar}
id: {text: Unit bukti abstrak yang merepresentasikan observasi turunan dari suatu sumber., language: id}
zh: {text: 表示来源于某一来源之观察结果的抽象证据单元。, language: zh}
structured_aliases:
nl: [{literal_form: observatie-eenheid, language: nl}]
de: [{literal_form: Beobachtungseinheit, language: de}]
fr: [{literal_form: unite d observation, language: fr}]
es: [{literal_form: unidad de observacion, language: es}]
ar: [{literal_form: وحدة ملاحظة, language: ar}]
id: [{literal_form: unit observasi, language: id}]
zh: [{literal_form: 观察单元, language: zh}]
exact_mappings:
- sosa:Observation
broad_mappings:
- prov:Entity
close_mappings:
- crm:E13_Attribute_Assignment
abstract: true
slots:
- has_score
annotations:
pattern: pico_observation
subclasses:
- CustodianObservation
- PersonObservation
- WebObservation
prov_semantics:
observation_is_a: prov:Entity
derived_entity_links_back_via: based_on
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 \u2192 based_on (Rule 53)"
- Abstract base for observational evidence
- PiCo model Observation pattern
- 'Subtypes: CustodianObservation, PersonObservation, WebObservation'