crm:P113_removed leaf node


URI

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

Label

P113 removed

Description

Scope note:
This property identifies the E18 Physical Thing that is removed during an E80 Part Removal activity.

Examples:
- the opening of the coffin of Tut-Ankh-Amun (E80) removed The mummy of Tut-Ankh-Amun (E20,E22)

In First Order Logic:
P113(x,y) ⊃ E80(x)
P113(x,y) ⊃ E18(y)
P113(x,y) ⊃ P12(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E80_Part_Removal crm:P113_removed crm:E18_Physical_Thing

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:P113_removed a owl:ObjectProperty ;
    rdfs:label "P113 removed"@en ;
    rdfs:comment """Scope note:
This property identifies the E18 Physical Thing that is removed during an E80 Part Removal activity.

Examples:
- the opening of the coffin of Tut-Ankh-Amun (E80) removed The mummy of Tut-Ankh-Amun (E20,E22)

In First Order Logic:
P113(x,y) ⊃ E80(x)
P113(x,y) ⊃ E18(y)
P113(x,y) ⊃ P12(x,y)"""@en ;
    rdfs:domain crm:E80_Part_Removal ;
    rdfs:range crm:E18_Physical_Thing ;
    rdfs:subPropertyOf crm:P12_occurred_in_the_presence_of ;
    owl:equivalentProperty ecrm:P113_removed ;
    owl:inverseOf crm:P113i_was_removed_by ;
    skos:notation "P113"^^xsd:string .