crm:P111_added leaf node


URI

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

Label

P111 added

Description

Scope note:
This property identifies the E18 Physical Thing that is added during an E79 Part Addition activity

Examples:
- the insertion of the final nail (E79) added the last nail in George VI's coffin (E18)

In First Order Logic:
P111(x,y) ⊃ E79(x)
P111(x,y) ⊃ E18(y)
P111(x,y) ⊃ P12(x,y)
P111(x,y) ⊃ P16(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E79_Part_Addition crm:P111_added 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:P111_added a owl:ObjectProperty ;
    rdfs:label "P111 added"@en ;
    rdfs:comment """Scope note:
This property identifies the E18 Physical Thing that is added during an E79 Part Addition activity

Examples:
- the insertion of the final nail (E79) added the last nail in George VI's coffin (E18)

In First Order Logic:
P111(x,y) ⊃ E79(x)
P111(x,y) ⊃ E18(y)
P111(x,y) ⊃ P12(x,y)
P111(x,y) ⊃ P16(x,y)"""@en ;
    rdfs:domain crm:E79_Part_Addition ;
    rdfs:range crm:E18_Physical_Thing ;
    rdfs:subPropertyOf crm:P12i_was_present_at,
        crm:P16_used_specific_object ;
    owl:equivalentProperty ecrm:P111_added ;
    owl:inverseOf crm:P111i_was_added_by ;
    skos:notation "P111"^^xsd:string .