@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://test.uncefact.org/vocabulary/unit-of-measure/P46> a skos:Concept ;
    skos:definition "Non SI-conforming unit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL_LB-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P46" ;
    skos:prefLabel "pound mole per minute"@en ;
    unece:conversionMultiplier 7.559872833333333 ;
    unece:dimensionVector "N1 T-1" ;
    unece:rec20Quantity "catalytic activity"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "[mol_lb].min-1" ;
    unece:unitSymbol "lbmol/h" .

