@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/D93> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D93" ;
    skos:prefLabel "second per cubic metre"@en ;
    unece:rec20Quantity "volumic dose"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:unitSymbol "s/m³" .

