@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/M21> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M21" ;
    skos:prefLabel "reciprocal kilovolt - ampere reciprocal hour"@en ;
    unece:rec20Quantity "coefficient, performance characteristic"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "1/kVAh" .

