@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/Q40> a skos:Concept ;
    skos:definition "Normalized cubic metre (temperature 0°C and pressure 101325 millibars ) per hour"@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "Q40" ;
    skos:prefLabel "Normalized cubic metre per hour"@en ;
    unece:rec20Quantity "volume flow rate"@en ;
    unece:rec20Sector "Mechanics"@en .

