@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .

<http://qudt.org/vocab/unit/LB-MOL>
        a                 <http://qudt.org/schema/qudt/Unit> , <http://qudt.org/schema/qudt/DerivedUnit> ;
        rdfs:isDefinedBy  <http://qudt.org/2.1/vocab/unit> ;
        rdfs:label        "Pound Mole"@en ;
        <http://purl.org/dc/terms/description>
                "\n  A $\\textit{Pound Mole}$ is a unit for $\\textit{'Mass Amount Of Substance'}$,\n   expressed as $lb-mol$.\n  "^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://purl.org/dc/terms/isReplacedBy>
                <http://qudt.org/vocab/unit/MOL_LB> ;
        <http://qudt.org/schema/qudt/conversionMultiplier>
                0.45359237 ;
        <http://qudt.org/schema/qudt/conversionMultiplierSN>
                4.5359237E-1 ;
        <http://qudt.org/schema/qudt/deprecated>
                true ;
        <http://qudt.org/schema/qudt/expression>
                "$lb-mol$"^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
        <http://qudt.org/schema/qudt/hasQuantityKind>
                <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ;
        <http://qudt.org/schema/qudt/iec61360Code>
                "0112/2///62720#UAB402" ;
        <http://qudt.org/schema/qudt/informativeReference>
                "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB402"^^xsd:anyURI ;
        <http://qudt.org/schema/qudt/symbol>
                "lb-mol" ;
        <http://qudt.org/schema/qudt/ucumCode>
                "[mol_lb]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
        <http://qudt.org/schema/qudt/uneceCommonCode>
                "P44" .
