crm:P119_meets_in_time_with leaf node


URI

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

Label

P119 meets in time with

Description

Scope note:
This property indicates that one E2 Temporal Entity immediately follows another.

It implies a particular order between the two entities: if A meets in time with B, then A must precede B. This property is only necessary if the relevant time spans are unknown (otherwise the relationship can be calculated).

This property is the same as the "meets / met-by" relationships of Allen's temporal logic (Allen, 1983, pp. 832-843).

Examples:
- Early Saxon Period (E4) meets in time with Middle Saxon Period (E4)

Usage

DOMAINPROPERTYRANGE
crm:E2_Temporal_Entity crm:P119_meets_in_time_with crm:E2_Temporal_Entity

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:P119_meets_in_time_with a owl:ObjectProperty ;
    rdfs:label "P119 meets in time with"@en ;
    rdfs:comment """Scope note:
This property indicates that one E2 Temporal Entity immediately follows another.

It implies a particular order between the two entities: if A meets in time with B, then A must precede B. This property is only necessary if the relevant time spans are unknown (otherwise the relationship can be calculated).

This property is the same as the "meets / met-by" relationships of Allen's temporal logic (Allen, 1983, pp. 832-843).

Examples:
- Early Saxon Period (E4) meets in time with Middle Saxon Period (E4)"""@en ;
    rdfs:domain crm:E2_Temporal_Entity ;
    rdfs:range crm:E2_Temporal_Entity ;
    owl:equivalentProperty ecrm:P119_meets_in_time_with ;
    owl:inverseOf crm:P119i_is_met_in_time_by ;
    skos:notation "P119"^^xsd:string .