- Created 'updated_at.yaml' to record the last modified date and time of entities, including multilingual descriptions and structured aliases. - Created 'written_in.yaml' to specify the language in which content is composed, covering both natural and programming languages, with detailed comments and close ontology mappings.
66 lines
3.5 KiB
YAML
66 lines
3.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/ConflictStatus
|
|
name: conflict_status_class
|
|
title: Conflict Status Class
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/ConflictStatusEnum
|
|
- ../metadata
|
|
- ../slots/20260202_matang/has_description
|
|
- ../slots/20260202_matang/has_score
|
|
- ../slots/20260202_matang/new/is_rebuilding
|
|
- ../slots/20260202_matang/new/reported_date
|
|
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#
|
|
classes:
|
|
ConflictStatus:
|
|
class_uri: hc:ConflictStatus
|
|
description: "Represents the status of a heritage custodian affected by armed\
|
|
\ conflict,\nnatural disaster, or deliberate destruction.\n\n**PURPOSE**:\n\
|
|
Documents the current condition of heritage institutions impacted by external\n\
|
|
forces beyond normal organizational dissolution. This is critical for:\n- Tracking\
|
|
\ heritage destruction in conflict zones (Gaza, Syria, Ukraine, Iraq)\n- Monitoring\
|
|
\ post-disaster recovery efforts\n- Supporting cultural heritage protection\
|
|
\ advocacy\n- Connecting with international monitoring organizations\n\n**DISTINCTION\
|
|
\ FROM DISSOLUTION**:\n- Normal dissolution (merger, closure) → Use `temporal_extent.end_of_the_end`\n\
|
|
- Involuntary destruction (conflict, disaster) → Use `conflict_status` + `time_of_destruction`\n\
|
|
\n**RELATIONSHIP TO time_of_destruction**:\n- `conflict_status`: Summary status\
|
|
\ object with description and sources\n- `time_of_destruction`: Detailed TimeSpan\
|
|
\ with fuzzy temporal bounds\n\n**DATA FLOW**:\n1. Source documents (reports,\
|
|
\ news) → `conflict_status` extraction\n2. `conflict_status.destruction_date`\
|
|
\ → `time_of_destruction.begin_of_the_end`\n3. Frontend displays both in CustodianTimeline\
|
|
\ component\n\n**EXAMPLE - Gaza Institution**:\n```yaml\nconflict_status:\n\
|
|
\ status: destroyed\n destruction_date: \"2023-12-08\"\n reported_date: \"\
|
|
2024-01-15\"\n description: \"Library destroyed by Israeli airstrike during\
|
|
\ Gaza conflict.\"\n is_rebuilding: false\n sources:\n - \"Librarians and\
|
|
\ Archivists with Palestine - Gaza Report 2024\"\n```\n\n**FRONTEND DISPLAY**:\n\
|
|
- CustodianTimeline.tsx shows \"\U0001F4A5 Vernietigd\" or \"\U0001F4A5 Vernietigd\
|
|
\ (herbouwend)\"\n- InstitutionInfoPanel.tsx passes destruction data to timeline\n\
|
|
- Color: Dark red for destroyed+defunct, orange for rebuilding\n\n**CIDOC-CRM\
|
|
\ ALIGNMENT**:\nModels the result of crm:E6_Destruction or crm:E11_Modification\
|
|
\ events.\nThe causing event is documented in OrganizationalChangeEvent.\n"
|
|
mixins: []
|
|
exact_mappings:
|
|
- crm:E6_Destruction
|
|
related_mappings:
|
|
- crm:E11_Modification
|
|
- prov:Activity
|
|
comments:
|
|
- Used for Gaza 2023-2024 conflict documentation (30+ institutions)
|
|
- 'Frontend: CustodianTimeline.tsx displays destruction events'
|
|
- Populated from LAP Gaza Report 2024 and other verified sources
|
|
see_also:
|
|
- hc:time_of_destruction
|
|
- https://github.com/nde-lab/glam/blob/main/frontend/src/components/map/CustodianTimeline.tsx
|
|
- https://github.com/nde-lab/glam/blob/main/scripts/convert_palestinian_to_custodian.py
|
|
slots:
|
|
- has_score
|
|
- reported_date
|
|
- is_rebuilding
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|