@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/Q29> a skos:Concept ;
    skos:definition "Microgram per hectogram."@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "Q29" ;
    skos:prefLabel "microgram per hectogram"@en ;
    unece:rec20Quantity "mass ratio"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "µg/hg" .

