@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#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix constant: <http://qudt.org/vocab/constant/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix qkdv: <http://qudt.org/vocab/dimensionvector/> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix si-constant: <https://si-digital-framework.org/constants/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sou: <http://qudt.org/vocab/sou/> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .

constant:MolarGasConstant
  a qudt:PhysicalConstant ;
  dcterms: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).
  """^^qudt:LatexString ;
  qudt:abbreviation "j-mol^{-1}-k^{-1}" ;
  qudt:applicableUnit unit:J-PER-MOL-K ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Gas_constant"^^xsd:anyURI ;
  qudt:exactMatch constant:UniversalGasConstant ;
  qudt:hasDimensionVector qkdv:A-1E0L2I0M1H-1T-2D0 ;
  qudt:hasQuantityKind quantitykind:MolarHeatCapacity ;
  qudt:informativeReference "http://en.wikipedia.org/wiki/Gas_constant"^^xsd:anyURI ;
  qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
  qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
  qudt:latexDefinition "$pV_m = RT$, where $p$ is pressure, $V_m$ is molar volume, and $T$ is thermodynamic temperature."^^qudt:LatexString ;
  qudt:latexSymbol "$R$"^^qudt:LatexString ;
  qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
  qudt:quantityValue constant:Value_MolarGasConstant ;
  rdfs:isDefinedBy <http://qudt.org/3.1.11/vocab/constant> ;
  rdfs:label "molar gas constant"@en .
