@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/M35> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M35" ;
    skos:prefLabel "millivolt - ampere"@en ;
    unece:rec20Quantity "apparent power"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "mV·A" .

