crm:P4i_is_time-span_of leaf node


URI

http://www.cidoc-crm.org/cidoc-crm/P4i_is_time-span_of

Label

P4 is time-span of

Usage

DOMAINPROPERTYRANGE
crm:E52_Time-Span crm:P4i_is_time-span_of 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:P4i_is_time-span_of a owl:ObjectProperty ;
    rdfs:label "P4 is time-span of"@en ;
    rdfs:domain crm:E52_Time-Span ;
    rdfs:range crm:E2_Temporal_Entity ;
    owl:equivalentProperty ecrm:P4i_is_time-span_of ;
    owl:inverseOf crm:P4_has_time-span ;
    skos:notation "P4i"^^xsd:string .