@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/P48> a skos:Concept ;
    skos:definition "Non SI-conforming unit of the material molar flux divided by the avoirdupois pound for mass according to the avoirdupois unit system."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MOL_LB-PER-LB> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P48" ;
    skos:prefLabel "pound mole per pound"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "N1 M-1" ;
    unece:rec20Quantity "ionic strength"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "[mol_lb].[lb_av]-1" ;
    unece:unitSymbol "lbmol/lb" .

