@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/CAL_TH-PER-G>
        a                 <http://qudt.org/schema/qudt/Unit> ;
        rdfs:isDefinedBy  <http://qudt.org/2.1/vocab/unit> ;
        rdfs:label        "calorie (thermochemical) per gram (calTH/g)"@en ;
        <http://purl.org/dc/terms/description>
                "\n  The unit $\\textit{Thermochemical Calorie per Gram}$ measures the amount of energy, in thermochemical calories,\n   contained in or required to heat up one gram of a substance. \n   This unit is often used to describe the energy content of substances or the energy released/absorbed in\n    chemical reactions relative to the mass of the substance involved.\n  "^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://purl.org/dc/terms/isReplacedBy>
                <http://qudt.org/vocab/unit/CAL_TH-PER-GM> ;
        <http://qudt.org/schema/qudt/applicableSystem>
                <http://qudt.org/vocab/sou/IMPERIAL> , <http://qudt.org/vocab/sou/CGS> , <http://qudt.org/vocab/sou/USCS> ;
        <http://qudt.org/schema/qudt/conversionMultiplier>
                4184.0 ;
        <http://qudt.org/schema/qudt/conversionMultiplierSN>
                4.184E3 ;
        <http://qudt.org/schema/qudt/definedUnitOfSystem>
                <http://qudt.org/vocab/sou/USCS> ;
        <http://qudt.org/schema/qudt/deprecated>
                true ;
        <http://qudt.org/schema/qudt/expression>
                "$cal$"^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
        <http://qudt.org/schema/qudt/hasQuantityKind>
                <http://qudt.org/vocab/quantitykind/SpecificEnergy> ;
        <http://qudt.org/schema/qudt/informativeReference>
                "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:anyURI , "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ;
        <http://qudt.org/schema/qudt/symbol>
                "cal/G" ;
        <http://qudt.org/schema/qudt/ucumCode>
                "cal_th/g"^^<http://qudt.org/schema/qudt/UCUMcs> , "cal_th.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
        <http://www.w3.org/2004/02/skos/core#changeNote>
                "2020-10-30 - incorrect local-name - G is for Gravity, GM is for gram - the correct named individual was already present, so this one deprecated. " .
