@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:P78i_identifies a owl:ObjectProperty ;
rdfs:label "P78 identifies"@en ;
rdfs:domain crm:E49_Time_Appellation ;
rdfs:range crm:E52_Time-Span ;
rdfs:subPropertyOf crm:P1i_identifies ;
owl:equivalentProperty ecrm:P78i_identifies ;
owl:inverseOf crm:P78_is_identified_by ;
skos:notation "P78i"^^xsd:string .