constant:MolarGasConstant

URI: http://qudt.org/vocab/constant/MolarGasConstant

Type
Description

The constant Molar Gas Constant, also known as the gas constant, universal, or ideal gas constant, denoted by the symbol R, is a physical constant which is featured in many fundamental equations in the physical sciences, such as the ideal gas law and the Nernst equation. It is equivalent to the Boltzmann constant, but expressed in units of energy (i.e. the pressure-volume product) per temperature increment per mole (rather than energy per temperature increment per particle).

Properties
qudt:abbreviation
j-mol^{-1}-k^{-1}
qudt:latexDefinition
pVm=RT, where p is pressure, Vm is molar volume, and T is thermodynamic temperature.
Annotations
dcterms:description
The constant Molar Gas Constant, also known as the gas constant, universal, or ideal gas constant, denoted by the symbol R, is a physical constant which is featured in many fundamental equations in the physical sciences, such as the ideal gas law and the Nernst equation. It is equivalent to the Boltzmann constant, but expressed in units of energy (i.e. the pressure-volume product) per temperature increment per mole (rather than energy per temperature increment per particle).
rdfs:label
molar gas constant(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/constant/MolarGasConstant">
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Gas_constant</j.0:dbpediaMatch>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/MolarHeatCapacity"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.0/vocab/constant"/>
    <j.0:exactMatch rdf:resource="http://qudt.org/vocab/constant/UniversalGasConstant"/>
    <j.0:latexSymbol rdf:datatype="http://qudt.org/schema/qudt/LatexString">$R$</j.0:latexSymbol>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H-1T-2D0"/>
    <j.0:abbreviation>j-mol^{-1}-k^{-1}</j.0:abbreviation>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://physics.nist.gov/cuu/Constants/bibliography.html</j.0:informativeReference>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Gas_constant</j.0:informativeReference>
    <j.0:normativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.iso.org/iso/catalogue_detail?csnumber=31894</j.0:normativeReference>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">
  The constant $\textit{Molar Gas Constant}$, also known as the gas constant, universal, or ideal gas constant, denoted by the symbol $R$,
   is a physical constant which is featured in many fundamental equations in the physical sciences,
   such as the ideal gas law and the Nernst equation. 
  It is equivalent to the Boltzmann constant, but expressed in units of energy (i.e. the pressure-volume
   product) per temperature increment per mole (rather than energy per temperature increment per particle).
  </j.1:description>
    <rdfs:label xml:lang="en">molar gas constant</rdfs:label>
    <j.0:quantityValue rdf:resource="http://qudt.org/vocab/constant/Value_MolarGasConstant"/>
    <j.0:latexDefinition rdf:datatype="http://qudt.org/schema/qudt/LatexString">$pV_m = RT$, where $p$ is pressure, $V_m$ is molar volume, and $T$ is thermodynamic temperature.</j.0:latexDefinition>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/PhysicalConstant"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/J-PER-MOL-K"/>
    <j.0:isoNormativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.iso.org/iso/catalogue_detail?csnumber=31894</j.0:isoNormativeReference>
  </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/constant/MolarGasConstant>
  rdf:type <http://qudt.org/schema/qudt/PhysicalConstant> ;
  <http://purl.org/dc/terms/description> """
  The constant $\\textit{Molar Gas Constant}$, also known as the gas constant, universal, or ideal gas constant, denoted by the symbol $R$,
   is a physical constant which is featured in many fundamental equations in the physical sciences,
   such as the ideal gas law and the Nernst equation. 
  It is equivalent to the Boltzmann constant, but expressed in units of energy (i.e. the pressure-volume
   product) per temperature increment per mole (rather than energy per temperature increment per particle).
  """^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/abbreviation> "j-mol^{-1}-k^{-1}" ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/J-PER-MOL-K> ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Gas_constant"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/constant/UniversalGasConstant> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H-1T-2D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarHeatCapacity> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Gas_constant"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/informativeReference> "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/latexDefinition> "$pV_m = RT$, where $p$ is pressure, $V_m$ is molar volume, and $T$ is thermodynamic temperature."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/latexSymbol> "$R$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/normativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/quantityValue> <http://qudt.org/vocab/constant/Value_MolarGasConstant> ;
  rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/constant> ;
  rdfs:label "molar gas constant"@en ;
.
JSON
{"resource":"molar gas constant" 
 ,"qname":"constant:MolarGasConstant" 
 ,"uri":"http:\/\/qudt.org\/vocab\/constant\/MolarGasConstant" 
 ,"properties":["abbreviation":"j-mol^{-1}-k^{-1}" 
    ,"applicable unit":"unit:J-PER-MOL-K" 
    ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Gas_constant" 
    ,"description":"\n  The constant $\\textit{Molar Gas Constant}$, also known as the gas constant, universal, or ideal gas constant, denoted by the symbol $R$,\n   is a physical constant which is featured in many fundamental equations in the physical sciences,\n   such as the ideal gas law and the Nernst equation. \n  It is equivalent to the Boltzmann constant, but expressed in units of energy (i.e. the pressure-volume\n   product) per temperature increment per mole (rather than energy per temperature increment per particle).\n  " 
    ,"exact match":"constant:UniversalGasConstant" 
    ,"has dimension vector":"dimension:A-1E0L2I0M1H-1T-2D0" 
    ,"has quantity kind":"quantitykind:MolarHeatCapacity" 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Gas_constant" 
    ,"informative reference":"http:\/\/physics.nist.gov\/cuu\/Constants\/bibliography.html" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.0\/vocab\/constant&gt;" 
    ,"label":"molar gas constant" 
    ,"latex definition":"$pV_m = RT$, where $p$ is pressure, $V_m$ is molar volume, and $T$ is thermodynamic temperature." 
    ,"latex symbol":"$R$" 
    ,"normative reference":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31894" 
    ,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31894" 
    ,"quantity value":"constant:Value_MolarGasConstant" 
    ,"type":"qudt:PhysicalConstant" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/constant/MolarGasConstant",
  "@type" : "http://qudt.org/schema/qudt/PhysicalConstant",
  "description" : "\n  The constant $\\textit{Molar Gas Constant}$, also known as the gas constant, universal, or ideal gas constant, denoted by the symbol $R$,\n   is a physical constant which is featured in many fundamental equations in the physical sciences,\n   such as the ideal gas law and the Nernst equation. \n  It is equivalent to the Boltzmann constant, but expressed in units of energy (i.e. the pressure-volume\n   product) per temperature increment per mole (rather than energy per temperature increment per particle).\n  ",
  "abbreviation" : "j-mol^{-1}-k^{-1}",
  "applicableUnit" : "http://qudt.org/vocab/unit/J-PER-MOL-K",
  "dbpediaMatch" : "http://dbpedia.org/resource/Gas_constant",
  "exactMatch" : "http://qudt.org/vocab/constant/UniversalGasConstant",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H-1T-2D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarHeatCapacity",
  "informativeReference" : [ "http://physics.nist.gov/cuu/Constants/bibliography.html", "http://en.wikipedia.org/wiki/Gas_constant" ],
  "isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31894",
  "latexDefinition" : "$pV_m = RT$, where $p$ is pressure, $V_m$ is molar volume, and $T$ is thermodynamic temperature.",
  "latexSymbol" : "$R$",
  "normativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31894",
  "quantityValue" : "http://qudt.org/vocab/constant/Value_MolarGasConstant",
  "isDefinedBy" : "http://qudt.org/3.1.0/vocab/constant",
  "label" : {
    "@language" : "en",
    "@value" : "molar gas constant"
  },
  "@context" : {
    "dbpediaMatch" : {
      "@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "exactMatch" : {
      "@id" : "http://qudt.org/schema/qudt/exactMatch",
      "@type" : "@id"
    },
    "latexSymbol" : {
      "@id" : "http://qudt.org/schema/qudt/latexSymbol",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "abbreviation" : {
      "@id" : "http://qudt.org/schema/qudt/abbreviation"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "normativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/normativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "quantityValue" : {
      "@id" : "http://qudt.org/schema/qudt/quantityValue",
      "@type" : "@id"
    },
    "latexDefinition" : {
      "@id" : "http://qudt.org/schema/qudt/latexDefinition",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "isoNormativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "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 2025-03-20T15:08:01.534-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)