107 lines
4.2 KiB
YAML
107 lines
4.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/Conflict
|
|
name: conflict_class
|
|
title: Conflict Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_label
|
|
- ../slots/has_provenance
|
|
- ../slots/has_type
|
|
- ../slots/based_on
|
|
- ../slots/temporal_extent
|
|
classes:
|
|
Conflict:
|
|
class_uri: crm:E5_Event
|
|
description: "A conflict event affecting heritage custodians.\n\n**DEFINITION**:\n\
|
|
\nA Conflict represents an armed conflict, natural disaster, or other\ndestructive\
|
|
\ event that impacts heritage institutions. This class\ncaptures the CONFLICT\
|
|
\ ITSELF, while ConflictStatus captures the\nSTATUS of a specific custodian\
|
|
\ affected by the conflict.\n\n**SEMANTIC PATTERN**:\n\n```\nCustodian\n │\n\
|
|
\ └── involved_in → Conflict (THIS CLASS)\n ├── has_type\
|
|
\ → ConflictType (ARMED_CONFLICT, NATURAL_DISASTER, etc.)\n ├── has_label:\
|
|
\ \"Gaza War 2023-2024\"\n ├── temporal_extent → TimeSpan (duration of\
|
|
\ conflict)\n └── involvement_status → ConflictStatus (status of THIS\
|
|
\ custodian)\n```\n\n**DISTINCTION FROM ConflictStatus**:\n- **Conflict** (THIS\
|
|
\ CLASS): The conflict event itself (e.g., \"Gaza War 2023\")\n- **ConflictStatus**:\
|
|
\ The status of a specific custodian (DESTROYED, DAMAGED, etc.)\n\nA single\
|
|
\ Conflict can affect multiple custodians, each with different statuses.\n\n\
|
|
**CIDOC-CRM ALIGNMENT**:\n- Primary: `crm:E5_Event` - \"comprises occurrences\
|
|
\ in spacetime that can be\n delimited within a defined extent of the spacetime\"\
|
|
\n- Specialization: `crm:E6_Destruction` when resulting in destruction\n\n**USE\
|
|
\ CASES**:\n\n1. **Gaza 2023-2024**: Armed conflict affecting 30+ heritage institutions\n\
|
|
2. **Syrian Civil War**: Ongoing conflict affecting museums and archives\n3.\
|
|
\ **Nepal Earthquake 2015**: Natural disaster affecting heritage sites\n4. **Iraq\
|
|
\ War**: Looting and destruction of cultural heritage\n\nCreated as part of\
|
|
\ conflict_status migration per slot_fixes.yaml (Rule 53).\n"
|
|
exact_mappings:
|
|
- crm:E5_Event
|
|
close_mappings:
|
|
- crm:E6_Destruction
|
|
- schema:Event
|
|
related_mappings:
|
|
- prov:Activity
|
|
slots:
|
|
- has_type
|
|
- has_label
|
|
- has_description
|
|
- temporal_extent
|
|
- has_provenance
|
|
slot_usage:
|
|
has_type:
|
|
# range: string # uriorcurie
|
|
required: true
|
|
has_label:
|
|
examples:
|
|
- value:
|
|
label_text: Gaza War 2023-2024
|
|
language: en
|
|
- value:
|
|
label_text: Syrian Civil War
|
|
language: en
|
|
has_description: null
|
|
temporal_extent:
|
|
examples:
|
|
- value:
|
|
begin_of_the_begin: '2023-10-07'
|
|
end_of_the_end: null
|
|
has_provenance:
|
|
range: Provenance
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
based_on:
|
|
has_label: UNESCO Cultural Heritage in Gaza Assessment
|
|
- value:
|
|
based_on:
|
|
has_label: Librarians and Archivists with Palestine - Gaza Report
|
|
2024
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
custodian_types_rationale: Conflicts can affect all heritage custodian types.
|
|
specificity_score: 0.55
|
|
specificity_rationale: Specialized event type for conflict documentation.
|
|
comments:
|
|
- Created 2026-01-22 per slot_fixes.yaml conflict_status migration
|
|
- Separates the CONFLICT from the CUSTODIAN'S STATUS in that conflict
|
|
- Enables linking multiple custodians to the same conflict event
|
|
examples:
|
|
- value:
|
|
has_type: ARMED_CONFLICT
|
|
has_label:
|
|
label_text: Gaza War 2023-2024
|
|
language: en
|
|
has_description:
|
|
description_text: Armed conflict beginning October 2023 affecting Gaza heritage
|
|
institutions
|
|
temporal_extent:
|
|
begin_of_the_begin: '2023-10-07'
|
|
has_provenance:
|
|
based_on:
|
|
has_label: Librarians and Archivists with Palestine
|