crm:P133_is_separated_from leaf node


URI

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

Label

P133 is separated from

Description

Scope note:
This symmetric property allows instances of E4 Period that do not overlap both temporally and spatially, to be related i,e. they do not share any spatio-temporal extent.

This property does not imply any ordering or sequence between the two periods either spatial or temporal.

Examples:
- the "Hallstatt" period (E4) is separated from the "La Tène" era (E4)

In First Order Logic:
P133(x,y) ⊃ E92(x)
P133(x,y) ⊃ E92(y)
P133(x,y) ⊃ P133(y,x)

Usage

DOMAINPROPERTYRANGE
crm:E92_Spacetime_Volume crm:P133_is_separated_from crm:E92_Spacetime_Volume

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:P133_is_separated_from a owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "P133 is separated from"@en ;
    rdfs:comment """Scope note:
This symmetric property allows instances of E4 Period that do not overlap both temporally and spatially, to be related i,e. they do not share any spatio-temporal extent.

This property does not imply any ordering or sequence between the two periods either spatial or temporal.

Examples:
- the "Hallstatt" period (E4) is separated from the "La Tène" era (E4)

In First Order Logic:
P133(x,y) ⊃ E92(x) 
P133(x,y) ⊃ E92(y) 
P133(x,y) ⊃ P133(y,x)"""@en ;
    rdfs:domain crm:E92_Spacetime_Volume ;
    rdfs:range crm:E92_Spacetime_Volume ;
    owl:equivalentProperty ecrm:P133_is_separated_from ;
    owl:inverseOf crm:P133_is_separated_from ;
    skos:notation "P133"^^xsd:string .