@prefix rdf: . @prefix ecrm: . @prefix owl: . ecrm:P91_has_unit rdf:type owl:ObjectProperty ; owl:inverseOf ecrm:P91i_is_unit_of . @prefix rdfs: . ecrm:P91_has_unit rdfs:label "P91 has unit"@en ; rdfs:domain ecrm:E54_Dimension ; rdfs:range ecrm:E58_Measurement_Unit ; rdfs:comment "Scope note:\nThis property shows the type of unit an E54 Dimension was expressed in.\n\nExamples:\n- height of silver cup 232 (E54) has unit mm (E58)\n\nIn First Order Logic:\nP91(x,y) \u2283 E54(x)\nP91(x,y) \u2283 E58(y)"@en . @prefix xsd: . @prefix skos: . ecrm:P91_has_unit skos:notation "P91"^^xsd:string .