@prefix rdf: . @prefix ecrm: . @prefix owl: . ecrm:E69_Death rdf:type owl:Class . @prefix rdfs: . ecrm:E69_Death rdfs:label "E69 Death"@en ; rdfs:comment "Scope note:\nThis class comprises the deaths of human beings.\nIf a person is killed, their death should be instantiated as E69 Death and as E7 Activity. The death or perishing of other living beings should be documented using E64 End of Existence.\n\nExamples:\n- the murder of Julius Caesar (E69,E7)\n- the death of Senator Paul Wellstone\n\nIn First Order Logic:\nE69(x) \u2283 E64(x)"@en ; rdfs:subClassOf _:b10049 , ecrm:E64_End_of_Existence . @prefix xsd: . @prefix skos: . ecrm:E69_Death skos:notation "E69"^^xsd:string . _:b10049 rdf:type owl:Restriction ; owl:onProperty ecrm:P100_was_death_of ; owl:someValuesFrom ecrm:E21_Person .