@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 dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix qkdv: <http://qudt.org/vocab/dimensionvector/> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix si-quantity: <https://si-digital-framework.org/quantities/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

quantitykind:RatioOfSpecificHeatCapacities
  a qudt:QuantityKind ;
  dcterms:description """
  The specific heat ratio of a gas is the ratio of the specific heat at constant pressure,
   $c_p$, to the specific heat at constant volume, $c_V$. 
  It is sometimes referred to as the $\\textit{adiabatic index}$,
   or the $\\textit{heat capacity ratio}$,
   or the $\\textit{isentropic expansion factor}$,
   or the $\\textit{adiabatic exponent}$,
  or the $\\textit{isentropic exponent}$.
  """^^qudt:LatexString ;
  qudt:applicableUnit unit:UNITLESS ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ;
  qudt:informativeReference "http://en.citizendium.org/wiki/Specific_heat_ratio"^^xsd:anyURI ;
  qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
  qudt:latexDefinition "$\\gamma = c_p / c_V$, where $c$ is the specific heat of a gas, $c_p$ is specific heat capacity at constant pressure, $c_V$ is specific heat capacity at constant volume."^^qudt:LatexString ;
  qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ;
  qudt:latexSymbol "$\\varkappa$"^^qudt:LatexString ;
  rdfs:comment "Applicable units are those of quantitykind:RatioOfSpecificHeatCapacities" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Ratio of Specific Heat Capacities"@en ;
  rdfs:seeAlso quantitykind:IsentropicExponent .
