crm:P100_was_death_of leaf node


URI

http://www.cidoc-crm.org/cidoc-crm/P100_was_death_of

Label

P100 was death of

Description

Scope note:
This property links an E69 Death event to the E21 Person that died.

A Death event may involve multiple people, for example in the case of a battle or disaster.
This is not intended for use with general Natural History material, only people.

Examples:
- Mozart's death (E69) was death of Mozart (E21)

Usage

DOMAINPROPERTYRANGE
crm:E69_Death crm:P100_was_death_of crm:E21_Person

Implementation

@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix ecrm: <http://erlangen-crm.org/current/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

crm:P100_was_death_of a owl:ObjectProperty ;
    rdfs:label "P100 was death of"@en ;
    rdfs:comment """Scope note:
This property links an E69 Death event to the E21 Person that died.

A Death event may involve multiple people, for example in the case of a battle or disaster.
This is not intended for use with general Natural History material, only people.

Examples:
- Mozart's death (E69) was death of Mozart (E21)"""@en ;
    rdfs:domain crm:E69_Death ;
    rdfs:range crm:E21_Person ;
    rdfs:subPropertyOf crm:P93_took_out_of_existence ;
    owl:equivalentProperty ecrm:P100_was_death_of ;
    owl:inverseOf crm:P100i_died_in ;
    skos:notation "P100"^^xsd:string .