59 lines
3.5 KiB
YAML
59 lines
3.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/CauseOfDeath
|
|
name: cause_of_death_class
|
|
title: Cause Of Death Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
wd: http://www.wikidata.org/entity/
|
|
dcterms: http://purl.org/dc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
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
|
|
- ../enums/CauseOfDeathTypeEnum
|
|
- ../metadata
|
|
- ../slots/has_or_had_description
|
|
- ../slots/has_or_had_location
|
|
- ../slots/has_or_had_type
|
|
classes:
|
|
CauseOfDeath:
|
|
class_uri: hc:CauseOfDeath
|
|
description: "Structured representation of the cause and circumstances of a person's death.\n\n**Purpose**:\nCaptures structured information about how and why a person died:\n- **Type**: Category of death (natural, conflict, accident, etc.)\n- **Location**: Where the death occurred\n- **Description**: Narrative details and context\n\n**Ontological Alignment**:\n- **Primary** (`class_uri`): `hc:CauseOfDeath` - Heritage Custodian class\n- **Related**: Wikidata P1196 (manner of death) - semantic equivalent\n- **Related**: `schema:causeOfDeath` - Schema.org (MedicalCause context)\n\n**Heritage Sector Context**:\nParticularly important for documenting deaths of heritage workers due to:\n- **CONFLICT**: Armed conflict, airstrikes, military operations\n- **TARGETED_ATTACK**: Violence specifically targeting cultural workers\n- **OCCUPATIONAL**: Hazards from heritage work (conservation chemicals, etc.)\n- **NATURAL**: Age, illness, medical conditions\n- **ACCIDENT**: Non-occupational accidents\n\
|
|
- **PERSECUTION**: Targeting due to identity or beliefs\n\n**Example - Conflict Death**:\n```yaml\nis_or_was_caused_by:\n cause_type: CONFLICT\n has_or_had_description: |\n Killed in Israeli airstrike on residential building in Gaza City.\n The attack occurred during the 2023-2024 Israeli military operations.\n has_or_had_location:\n city: Gaza City\n country: PS\n```\n\n**Sensitivity Guidelines**:\n- Handle with respect and dignity\n- Verify facts from authoritative sources before documenting\n- Consult with family or institution when possible\n- Follow journalistic standards for reporting deaths\n- Link to source documentation (news reports, institutional records)\n"
|
|
exact_mappings:
|
|
- wd:P1196
|
|
slots:
|
|
- has_or_had_type
|
|
- has_or_had_description
|
|
- has_or_had_location
|
|
slot_usage:
|
|
has_or_had_type:
|
|
range: CauseOfDeathTypeEnum
|
|
description: 'The category/type of death cause. Uses CauseOfDeathTypeEnum values:
|
|
|
|
NATURAL, CONFLICT, TARGETED_ATTACK, OCCUPATIONAL, ACCIDENT, PERSECUTION, UNKNOWN.
|
|
|
|
'
|
|
has_or_had_description:
|
|
# range: string
|
|
has_or_had_location:
|
|
# range: string
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
comments:
|
|
- Structured cause of death for heritage workers
|
|
- Wikidata P1196 (manner of death) is semantically equivalent
|
|
- Important for documenting conflict-related deaths
|
|
- Handle with respect and verify facts before documenting
|
|
- Include source documentation for verification
|
|
see_also:
|
|
- https://www.wikidata.org/wiki/Property:P1196
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|