crm:P113i_was_removed_by leaf node


URI

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

Label

P113 was removed by

Inherits from

Usage

DOMAINPROPERTYRANGE
crm:E18_Physical_Thing crm:P113i_was_removed_by crm:E80_Part_Removal

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:P113i_was_removed_by a owl:ObjectProperty ;
    rdfs:label "P113 was removed by"@en ;
    rdfs:domain crm:E18_Physical_Thing ;
    rdfs:range crm:E80_Part_Removal ;
    rdfs:subPropertyOf crm:P12i_was_present_at ;
    owl:equivalentProperty ecrm:P113i_was_removed_by ;
    owl:inverseOf crm:P113_removed ;
    skos:notation "P113i"^^xsd:string .