@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/MNJ> a skos:Concept ;
    skos:definition "Energy in Mega Joules per normalised cubic metre for gas (temperature 0°C and pressure 101325 millibars)"@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MNJ" ;
    skos:prefLabel "Mega Joule per Normalised cubic Metre"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "MJ/m³" .

