crm:P13i_was_destroyed_by leaf node


URI

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

Label

P13 was destroyed by

Usage

DOMAINPROPERTYRANGE
crm:E18_Physical_Thing crm:P13i_was_destroyed_by crm:E6_Destruction

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:P13i_was_destroyed_by a owl:ObjectProperty ;
    rdfs:label "P13 was destroyed by"@en ;
    rdfs:domain crm:E18_Physical_Thing ;
    rdfs:range crm:E6_Destruction ;
    rdfs:subPropertyOf crm:P93i_was_taken_out_of_existence_by ;
    owl:equivalentProperty ecrm:P13i_was_destroyed_by ;
    owl:inverseOf crm:P13_destroyed ;
    skos:notation "P13i"^^xsd:string .