@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:P39i_was_measured_by a owl:ObjectProperty ;
rdfs:label "P39 was measured by"@en ;
rdfs:domain crm:E1_CRM_Entity ;
rdfs:range crm:E16_Measurement ;
rdfs:subPropertyOf crm:P140i_was_attributed_by ;
owl:equivalentProperty ecrm:P39i_was_measured_by ;
owl:inverseOf crm:P39_measured ;
skos:notation "P39i"^^xsd:string .