@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-DEG_F>
        a                 <http://qudt.org/schema/qudt/DerivedUnit> , <http://qudt.org/schema/qudt/Unit> ;
        rdfs:isDefinedBy  <http://qudt.org/2.1/vocab/unit> ;
        rdfs:label        "Pound Mole Degree Fahrenheit"@en ;
        <http://purl.org/dc/terms/description>
                "\n  The $\\text{Pound Mole Degree Fahrenheit}$ is a unit for $\\text{Mass Amount Of Substance Temperature}$ expressed as $lb-mol-degF$.\n  "^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://purl.org/dc/terms/isReplacedBy>
                <http://qudt.org/vocab/unit/MOL_LB-DEG_F> ;
        <http://qudt.org/schema/qudt/deprecated>
                true ;
        <http://qudt.org/schema/qudt/expression>
                "$lb-mol-degF$"^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H1T0D0> ;
        <http://qudt.org/schema/qudt/hasQuantityKind>
                <http://qudt.org/vocab/quantitykind/MassAmountOfSubstanceTemperature> ;
        <http://qudt.org/schema/qudt/symbol>
                "lb-mol·°F" ;
        <http://qudt.org/schema/qudt/ucumCode>
                "[mol_lb].[degF]"^^<http://qudt.org/schema/qudt/UCUMcs> .
