@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:BoltzmannConstant
  a qudt:PhysicalConstant ;
  dcterms:description """
  The $\\textit{Boltzmann Constant}$, symbol $k$ or $kB$, is the physical constant relating energy at the individual particle level with temperature,
   which must necessarily be observed at the collective or bulk level. 
  It is the gas constant $R$ divided by the Avogadro constant $N_A$, having the same dimension as entropy. 
  It is named after the Austrian physicist Ludwig Boltzmann.
  """^^qudt:LatexString ;
  qudt:applicableUnit unit:J-PER-K ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Boltzmann_constant"^^xsd:anyURI ;
  qudt:hasQuantityKind quantitykind:HeatCapacity ;
  qudt:informativeReference "http://en.wikipedia.org/wiki/Boltzmann_constant?oldid=495542430"^^xsd:anyURI ;
  qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
  qudt:latexSymbol "$k$"^^qudt:LatexString ;
  qudt:quantityValue constant:Value_BoltzmannConstant ;
  qudt:siExactMatch si-constant:BoltzmannConstant ;
  qudt:ucumCode "[k]"^^qudt:UCUMcs ;
  rdfs:isDefinedBy <http://qudt.org/3.1.11/vocab/constant> ;
  rdfs:label "Boltzmann Constant"@en .
