- Remove slot_uri, description, mappings from slot_usage sections - Move these properties to centralized slot files in modules/slots/ - Keep only class-specific overrides in slot_usage (required, inlined, examples) - Update 1,499 centralized slot files with enriched definitions - Clean 188 class files Violations fixed: - slot_uri in slot_usage: 1,676 → 0 - description in slot_usage: 2,287 → 0 (moved to centralized) Schema still validates: 816 classes, 2028 slots, 127 enums
125 lines
6.4 KiB
YAML
125 lines
6.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/Event
|
|
name: Event
|
|
title: Event Hub Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
prov: http://www.w3.org/ns/prov#
|
|
schema: http://schema.org/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
dcterms: http://purl.org/dc/terms/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ./TimeSpan
|
|
- ../enums/EventTypeEnum
|
|
- ../slots/event_description
|
|
- ../slots/confidence_score
|
|
- ../slots/event_id
|
|
- ../slots/documentation_source
|
|
- ../slots/event_label
|
|
- ../slots/has_timespan
|
|
- ../slots/hypernym_event_type
|
|
- ../slots/has_or_had_involved_actor
|
|
- ../slots/specificity_annotation
|
|
- ../slots/template_specificity
|
|
- ../slots/took_place_at
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScores
|
|
classes:
|
|
Event:
|
|
class_uri: crm:E5_Event
|
|
description: "An abstract hub class representing temporal phenomena - things that happen\nand involve actors, places,\
|
|
\ and temporal extents.\n\n**HUB ARCHITECTURE**:\n\nThe Event class follows the hub pattern established by Custodian:\n\
|
|
- Minimal hub with persistent identifier (event_id)\n- Links to temporal extent (TimeSpan) via has_timespan\n- Links\
|
|
\ to actors (Custodian, Person) via involved_actors\n- Links to place via took_place_at\n- Categorized by hypernym_event_type\
|
|
\ (generic) and domain-specific type\n\n**INHERITANCE HIERARCHY**:\n\n```\nEvent (this class - abstract)\n├── OrganizationalChangeEvent\
|
|
\ (existing - organizational changes)\n├── IntangibleHeritageEvent (future - ICH-related events)\n├── CollectionEvent\
|
|
\ (future - accession, deaccession, loan)\n└── PersonEvent (future - birth, death, career milestones)\n```\n\n**CIDOC-CRM\
|
|
\ ALIGNMENT**:\n\nMaps to crm:E5_Event which is defined as:\n\"This class comprises distinct, delimited and coherent\
|
|
\ processes and states, \neither deliberately or spontaneously caused by E39 Actors, that result in \nchanges in E18\
|
|
\ Physical Things.\"\n\nKey relationships:\n- crm:P4_has_time-span → TimeSpan (when)\n- crm:P7_took_place_at → Place\
|
|
\ (where)\n- crm:P11_had_participant → Actor (who)\n- crm:P2_has_type → EventTypeEnum (what kind)\n\n**RELATIONSHIP\
|
|
\ TO EXISTING OrganizationalChangeEvent**:\n\nOrganizationalChangeEvent already exists and maps to crm:E5_Event.\nThis\
|
|
\ Event class provides:\n1. Shared base properties (has_timespan, involved_actors, took_place_at)\n2. Generic event\
|
|
\ typing (hypernym_event_type)\n3. Foundation for other event types\n\nFuture migration: OrganizationalChangeEvent can\
|
|
\ inherit from Event.\n\n**RELATIONSHIP TO ACTORS**:\n\nEvents link to actors bidirectionally:\n- Event → involved_actors\
|
|
\ → Custodian/Person (who participated)\n- Custodian → organizational_change_events → Event (what events affected org)\n\
|
|
- Person → is_or_was_affected_by_event → Event (what events affected person)\n\n**EXAMPLE - Merger Event**:\n```yaml\n\
|
|
Event:\n event_id: \"https://nde.nl/ontology/hc/event/nha-merger-2001\"\n event_label: \"Noord-Hollands Archief Merger\"\
|
|
\n hypernym_event_type: TRANSFORMATION\n has_timespan:\n begin_of_the_begin: \"2001-01-01\"\n end_of_the_end:\
|
|
\ \"2001-01-01\"\n took_place_at: \"https://nde.nl/ontology/hc/place/nl-nh-haa\"\n involved_actors:\n - \"https://nde.nl/ontology/hc/nl-nh-haa-a-gah\"\
|
|
\n - \"https://nde.nl/ontology/hc/nl-nh-haa-a-ranh\"\n event_description: |\n Merger of Gemeentearchief Haarlem\
|
|
\ (founded 1910) and\n Rijksarchief in Noord-Holland (founded 1802) to form\n Noord-Hollands Archief.\n confidence_score:\
|
|
\ 0.95\n documentation_source:\n - \"https://noord-hollandsarchief.nl/over-ons/geschiedenis\"\n```\n\n**EXAMPLE\
|
|
\ - Destruction Event**:\n```yaml\nEvent:\n event_id: \"https://nde.nl/ontology/hc/event/gaza-library-destruction-2024\"\
|
|
\n event_label: \"Gaza Public Library Destruction\"\n hypernym_event_type: DESTRUCTION\n has_timespan:\n begin_of_the_begin:\
|
|
\ \"2024-01-15\"\n end_of_the_end: \"2024-01-15\"\n took_place_at: \"https://nde.nl/ontology/hc/place/ps-gz-gaz\"\
|
|
\n event_description: |\n Gaza Public Library destroyed during military operations.\n confidence_score: 0.85\n\
|
|
```\n"
|
|
exact_mappings:
|
|
- crm:E5_Event
|
|
- prov:Activity
|
|
- rico:Event
|
|
close_mappings:
|
|
- schema:Event
|
|
- crm:E4_Period
|
|
- crm:E7_Activity
|
|
broad_mappings:
|
|
- crm:E2_Temporal_Entity
|
|
- prov:Entity
|
|
narrow_mappings:
|
|
- crm:E63_Beginning_of_Existence
|
|
- crm:E64_End_of_Existence
|
|
- crm:E81_Transformation
|
|
- crm:E10_Transfer_of_Custody
|
|
- crm:E9_Move
|
|
- crm:E85_Joining
|
|
- crm:E86_Leaving
|
|
slots:
|
|
- confidence_score
|
|
- documentation_source
|
|
- event_description
|
|
- event_id
|
|
- event_label
|
|
- has_timespan
|
|
- hypernym_event_type
|
|
- has_or_had_involved_actor
|
|
- specificity_annotation
|
|
- template_specificity
|
|
- took_place_at
|
|
slot_usage:
|
|
event_id:
|
|
required: true
|
|
identifier: true
|
|
hypernym_event_type:
|
|
required: true
|
|
has_timespan:
|
|
required: false
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
comments:
|
|
- Event is the hub class for all temporal phenomena in the HC ontology
|
|
- Domain-specific events (OrganizationalChangeEvent, CollectionEvent) can inherit from Event
|
|
- TimeSpan link (has_timespan) is critical - enables fuzzy temporal reasoning
|
|
- Actor links (involved_actors) connect events to both persons and organizations
|
|
- hypernym_event_type provides cross-domain event queries
|
|
- 'Future: Add participated_in_events slot to Custodian and Person for inverse navigation'
|
|
examples:
|
|
- value:
|
|
event_id: https://nde.nl/ontology/hc/event/nha-merger-2001
|
|
event_label: Noord-Hollands Archief Merger
|
|
hypernym_event_type: TRANSFORMATION
|
|
has_timespan:
|
|
begin_of_the_begin: '2001-01-01'
|
|
end_of_the_end: '2001-01-01'
|
|
has_or_had_involved_actor:
|
|
- https://nde.nl/ontology/hc/nl-nh-haa-a-gah
|
|
- https://nde.nl/ontology/hc/nl-nh-haa-a-ranh
|
|
description: Merger of two archives to form Noord-Hollands Archief
|