@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

<https://test.uncefact.org/vocabulary/unit-of-measure/P23> a skos:Concept ;
    skos:definition "Unit of resistivity."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/OHM_CIRC-MIL-PER-FT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P23" ;
    skos:prefLabel "ohm circular-mil per foot"@en ;
    unece:dimensionVector "I-2 L3 M1 T-3" ;
    unece:rec20Quantity "resistivity"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "Ω·cmil/ft" .

