glam/schemas/20251121/linkml/modules/classes/CustodianTimelineEvent.yaml
kempersc 37852a46b0 Refactor significance and social media classes for improved clarity and multilingual support
- Updated SignificanceType.yaml to enhance descriptions, add alternative language descriptions, and clarify comments.
- Refined CommunitySignificance, EconomicSignificance, HistoricalSignificance, ScientificSignificance, AestheticSignificance, TerroirSignificance, and DiplomaticSignificance classes with structured aliases and comments.
- Enhanced SilenceSegment.yaml with multilingual descriptions and structured aliases.
- Improved Size.yaml with clearer descriptions and added multilingual support.
- Updated SocialMediaPlatformType.yaml and SocialMediaProfile.yaml to include alternative descriptions in multiple languages and refined modeling notes.
- Added has_url slot to SocialMediaProfile for better URL management.
- Enhanced Warehouse and WarehouseType classes with preserved modeling notes for clarity on definitions and distinctions.
- Updated WebClaim and WebPortalType classes with preserved descriptions for better understanding of their roles and structures.
2026-02-15 23:26:52 +01:00

72 lines
2.8 KiB
YAML

id: https://nde.nl/ontology/hc/class/CustodianTimelineEvent
name: CustodianTimelineEvent
title: Custodian Timeline Event Class - Organizational Change Events
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
prov: http://www.w3.org/ns/prov#
crm: http://www.cidoc-crm.org/cidoc-crm/
tooi: https://identifier.overheid.nl/tooi/def/ont/
default_prefix: hc
imports:
- linkml:types
- ../slots/has_provenance
- ../slots/degree_of_certainty
- ../slots/has_description
- ../slots/has_level
- ../slots/has_method
- ../slots/has_note
- ../slots/has_score
- ../slots/has_type
- ../slots/approximate
- ../slots/retrieved_through
- ../slots/based_on
- ../slots/has_url
- ../slots/temporal_extent
- ../enums/OrganizationalChangeEventTypeEnum
- ../enums/TimelineExtractionMethodEnum
classes:
CustodianTimelineEvent:
class_uri: prov:Entity
description: >-
Organizational-change event entity representing dated transitions in institutional lifecycle.
broad_mappings:
- prov:Entity
close_mappings:
- crm:E5_Event
- schema:Event
- tooi:Wijzigingsgebeurtenis
slots:
- approximate
- has_provenance
- has_level
- degree_of_certainty
- has_description
- temporal_extent
- has_type
- has_method
- has_note
- retrieved_through
- based_on
- has_url
- has_score
slot_usage:
has_type:
required: true
range: OrganizationalChangeEventTypeEnum
degree_of_certainty:
required: true
approximate:
required: true
has_method:
required: true
range: TimelineExtractionMethodEnum
notes:
- |
Preserved from prior description (commit 5e94e52b):
Preserved from prior description (commit 5e94e52b):
"An organizational change event for a heritage custodian.\n\n**PURPOSE**\n\nCaptures organizational change events (founding, mergers, name changes, etc.)\nas domain entities, independent of how they were discovered.\n\n**SOURCE-AGNOSTIC DESIGN**\n\nThis class models WHAT happened, not HOW we know. For source-specific\nprovenance, use observation classes:\n\n- `WebObservation` - For web-scraped data with XPath or API provenance\n- `CustodianObservation` - For institutional source documents\n\nThe optional `observation_ref` slot links events to their source observations\nwhen detailed provenance is needed.\n\n**DATA QUALITY**\n\nUse `has_level` (DataTierLevel) to indicate trustworthiness:\n- TIER_4_INFERRED: Initial extraction (LLM-generated, unverified)\n- TIER_3_CROWD_SOURCED: Verified against Wikipedia/Wikidata\n- TIER_2_VERIFIED: Verified against institutional website\n- TIER_1_AUTHORITATIVE: Verified against official registry\n\nUse `extraction_notes` to capture\