crm:P132_overlaps_with


URI

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

Label

P132 overlaps with

Description

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

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

Examples:
- the "Urnfield" period (E4) overlaps with the "Hallstatt" period (E4)

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

Sub Property

Usage

DOMAINPROPERTYRANGE
crm:E92_Spacetime_Volume crm:P132_overlaps_with 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:P132_overlaps_with a owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "P132 overlaps with"@en ;
    rdfs:comment """Scope note:
This symmetric property allows instances of E4 Period that overlap both temporally and spatially to be related, i,e. they share some spatio-temporal extent.

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

Examples:
- the "Urnfield" period (E4) overlaps with the "Hallstatt" period (E4)

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