crm:P145_separated leaf node


URI

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

Label

P145 separated

Description

Scope note:
This property identifies the instance of E39 Actor that leaves an instance of E74 Group through an instance of E86 Leaving.

Examples:
- The end of Sir Isaac Newton's duty as Member of Parliament for the University of Cambridge to the Convention Parliament in 1702 separated Sir Isaac Newton
- George Washington's leaving office in 1797 separated George Washington
- The implementation of the treaty regulating the termination of Greenland membership in EU between EU, Denmark and Greenland February 1. 1985 (E86) separated Greenland (E40)

In First Order Logic:
P145(x,y) ⊃ E86(x)
P145(x,y) ⊃ E39(y)
P145(x,y) ⊃ P11(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E86_Leaving crm:P145_separated owl:Thing (inferred)

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:P145_separated a owl:ObjectProperty ;
    rdfs:label "P145 separated"@en ;
    rdfs:comment """Scope note:
This property identifies the instance of E39 Actor that leaves an instance of E74 Group through an instance of E86 Leaving.

Examples:
- The end of Sir Isaac Newton's duty as Member of Parliament for the University of Cambridge to the Convention Parliament in 1702 separated Sir Isaac Newton
- George Washington's leaving office in 1797 separated George Washington
- The implementation of the treaty regulating the termination of Greenland membership in EU between EU, Denmark and Greenland February 1. 1985 (E86) separated Greenland (E40)

In First Order Logic:
P145(x,y) ⊃ E86(x)
P145(x,y) ⊃ E39(y)
P145(x,y) ⊃ P11(x,y)"""@en ;
    rdfs:domain crm:E86_Leaving ;
    rdfs:subPropertyOf crm:P11_had_participant ;
    owl:equivalentProperty ecrm:P145_separated ;
    owl:inverseOf crm:P145i_left_by ;
    skos:notation "P145"^^xsd:string .