@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/M90> a skos:Concept ;
    skos:definition "1000-fold of the unit of the mass avoirdupois pound according to the avoirdupois unit system divided by the unit hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloLB-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M90" ;
    skos:prefLabel "kilopound per hour"@en ;
    unece:dimensionVector "M1 T-1" ;
    unece:rec20Quantity "mass flow rate"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:unitSymbol "klb/h" .

