crm:P164i_was_time-span_of leaf node


URI

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

Label

P164i_was_time-span_of

Usage

DOMAINPROPERTYRANGE
crm:E52_Time-Span crm:P164i_was_time-span_of crm:E93_Presence

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#> .

crm:P164i_was_time-span_of a owl:ObjectProperty ;
    rdfs:domain crm:E52_Time-Span ;
    rdfs:range crm:E93_Presence ;
    owl:equivalentProperty ecrm:P164i_was_time-span_of .