@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/NM3> a skos:Concept ;
    skos:definition "Normalised cubic metre (temperature 0°C and pressure 101325 millibars )"@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "NM3" ;
    skos:prefLabel "Normalised cubic metre"@en ;
    unece:rec20Quantity "volume"@en ;
    unece:rec20Sector "Space and Time"@en .

