@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/Q31> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "Q31" ;
    skos:prefLabel "kilojoule per gram"@en ;
    unece:rec20Quantity "massic thermodynamic energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:unitSymbol "kJ/g" .

