@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/P44> a skos:Concept ;
    skos:definition "Non SI-conforming unit of quantity of a substance relating that one pound mole of a chemical composition corresponds to the same number of pounds as the molecular weight of one molecule of this composition in atomic mass units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL_LB> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P44" ;
    skos:prefLabel "pound mole"@en ;
    unece:conversionMultiplier 453.59237 ;
    unece:dimensionVector "N1" ;
    unece:rec20Quantity "amount of substance"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "[mol_lb]" ;
    unece:unitSymbol "lbmol" .

