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

