@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/M30> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M30" ;
    skos:prefLabel "reciprocal volt - ampere reciprocal second"@en ;
    unece:rec20Quantity "coefficient, performance characteristic"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:unitSymbol "1/(V·A·s)" .

