@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/P45> 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-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P45" ;
    skos:prefLabel "pound mole per second"@en ;
    unece:conversionMultiplier 453.59237 ;
    unece:dimensionVector "N1 T-1" ;
    unece:rec20Quantity "catalytic activity"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "[mol_lb].s-1" ;
    unece:unitSymbol "lbmol/s" .

