unit:BTU_IT-PER-LB-MOL

URI: http://qudt.org/vocab/unit/BTU_IT-PER-LB-MOL

Type
Description

\({\bf BTU \, per \, Pound \,Mole}\) is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as \(Btu/(lb-mol)\).

Properties
qudt:symbol
Btu{IT}/(lb⋅mol)
qudt:ucumCode
[Btu_IT].[lb_av]-1.mol-1
[Btu_IT]/([lb_av].mol)
Annotations
dcterms:description
\({\bf BTU \, per \, Pound \,Mole}\) is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as \(Btu/(lb-mol)\).
qudt:expression
\(Btu/(lb-mol)\)
rdfs:label
BTU per Pound Mole(en)
View as:  CSV

Work in progress

RDF/XML
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:j.0="http://qudt.org/schema/qudt/"
    xmlns:j.1="http://purl.org/dc/terms/"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#" > 
  <rdf:Description rdf:about="http://qudt.org/vocab/unit/BTU_IT-PER-LB-MOL">
    <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(Btu/(lb-mol)\)</j.0:expression>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">\({\bf BTU \, per \, Pound \,Mole}\) is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as \(Btu/(lb-mol)\).</j.1:description>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/EnergyPerMassAmountOfSubstance"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DerivedUnit"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/USCS"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0"/>
    <j.0:symbol>Btu{IT}/(lb⋅mol)</j.0:symbol>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/IMPERIAL"/>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[Btu_IT]/([lb_av].mol)</j.0:ucumCode>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[Btu_IT].[lb_av]-1.mol-1</j.0:ucumCode>
    <rdfs:label xml:lang="en">BTU per Pound Mole</rdfs:label>
  </rdf:Description>
</rdf:RDF>
TURTLE
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://qudt.org/vocab/unit/BTU_IT-PER-LB-MOL>
  rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <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://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
  <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/A0E0L2I0M0H0T-2D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerMassAmountOfSubstance> ;
  <http://qudt.org/schema/qudt/symbol> "Btu{IT}/(lb⋅mol)" ;
  <http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[lb_av]-1.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  <http://qudt.org/schema/qudt/ucumCode> "[Btu_IT]/([lb_av].mol)"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "BTU per Pound Mole"@en ;
.
JSON
{"resource":"BTU per Pound Mole" 
 ,"qname":"unit:BTU_IT-PER-LB-MOL" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-LB-MOL" 
 ,"properties":["applicable system":"sou:IMPERIAL" 
    ,"applicable system":"sou:USCS" 
    ,"description":"\\({\\bf BTU \\, per \\, Pound \\,Mole}\\) is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as \\(Btu\/(lb-mol)\\)." 
    ,"expression":"\\(Btu\/(lb-mol)\\)" 
    ,"has dimension vector":"dimension:A0E0L2I0M0H0T-2D0" 
    ,"has quantity kind":"quantitykind:EnergyPerMassAmountOfSubstance" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"BTU per Pound Mole" 
    ,"symbol":"Btu{IT}\/(lb&sdot;mol)" 
    ,"type":"qudt:DerivedUnit" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"[Btu_IT].[lb_av]-1.mol-1" 
    ,"ucum code":"[Btu_IT]\/([lb_av].mol)" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-LB-MOL",
  "@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
  "description" : "\\({\\bf BTU \\, per \\, Pound \\,Mole}\\) is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as \\(Btu/(lb-mol)\\).",
  "applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
  "expression" : "\\(Btu/(lb-mol)\\)",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyPerMassAmountOfSubstance",
  "symbol" : "Btu{IT}/(lb⋅mol)",
  "ucumCode" : [ "[Btu_IT]/([lb_av].mol)", "[Btu_IT].[lb_av]-1.mol-1" ],
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "BTU per Pound Mole"
  },
  "@context" : {
    "expression" : {
      "@id" : "http://qudt.org/schema/qudt/expression",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "applicableSystem" : {
      "@id" : "http://qudt.org/schema/qudt/applicableSystem",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "owl" : "http://www.w3.org/2002/07/owl#",
    "xsd" : "http://www.w3.org/2001/XMLSchema#",
    "rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
  }
}

Generated 2023-08-28T11:35:45.260-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)