@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/BTU_IT-PER-LB-MOL>
        a                 <http://qudt.org/schema/qudt/DerivedUnit> , <http://qudt.org/schema/qudt/Unit> ;
        rdfs:isDefinedBy  <http://qudt.org/2.1/vocab/unit> ;
        rdfs:label        "BTU per Pound Mole"@en ;
        <http://purl.org/dc/terms/description>
                "${\\bf BTU \\, per \\, Pound \\,Mole}$ is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as $Btu/(lb-mol)$."^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://purl.org/dc/terms/isReplacedBy>
                <http://qudt.org/vocab/unit/BTU_IT-PER-MOL_LB> ;
        <http://qudt.org/schema/qudt/applicableSystem>
                <http://qudt.org/vocab/sou/USCS> , <http://qudt.org/vocab/sou/IMPERIAL> ;
        <http://qudt.org/schema/qudt/deprecated>
                true ;
        <http://qudt.org/schema/qudt/expression>
                "$Btu/(lb-mol)$"^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ;
        <http://qudt.org/schema/qudt/hasQuantityKind>
                <http://qudt.org/vocab/quantitykind/EnergyPerMassAmountOfSubstance> ;
        <http://qudt.org/schema/qudt/symbol>
                "Btu{IT}/(mol-lb)" ;
        <http://qudt.org/schema/qudt/ucumCode>
                "[Btu_IT]/[mol_lb]"^^<http://qudt.org/schema/qudt/UCUMcs> , "[Btu_IT].[mol_lb]-1"^^<http://qudt.org/schema/qudt/UCUMcs> .
