@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:P119i_is_met_in_time_by a owl:ObjectProperty ;
rdfs:label "P119 is met in time by"@en ;
rdfs:domain crm:E2_Temporal_Entity ;
rdfs:range crm:E2_Temporal_Entity ;
owl:equivalentProperty ecrm:P119i_is_met_in_time_by ;
owl:inverseOf crm:P119_meets_in_time_with ;
skos:notation "P119i"^^xsd:string .