@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:P40i_was_observed_in a owl:ObjectProperty ;
rdfs:label "P40 was observed in"@en ;
rdfs:domain crm:E54_Dimension ;
rdfs:range crm:E16_Measurement ;
rdfs:subPropertyOf crm:P141i_was_assigned_by ;
owl:equivalentProperty ecrm:P40i_was_observed_in ;
owl:inverseOf crm:P40_observed_dimension ;
skos:notation "P40i"^^xsd:string .