@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://vocab.uncece-test.workers.dev/> .

<https://vocab.uncece-test.workers.dev/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)" .

