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

<https://test.uncefact.org/vocabulary/unit-of-measure/N91> a skos:Concept ;
    skos:definition "Reciprocal of the derived SI unit joule."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-J> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N91" ;
    skos:prefLabel "reciprocal joule"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-2 M-1 T2" ;
    unece:rec20Quantity "coefficient, performance characteristic"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "/J" ;
    unece:unitSymbol "1/J" .

