@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:HeatCapacity
  a qudt:QuantityKind ;
  dcterms:description "\"Heat Capacity\" (usually denoted by a capital $C$, often with subscripts), or thermal capacity, is the measurable physical quantity that characterizes the amount of heat required to change a substance's temperature by a given amount. In the International System of Units (SI), heat capacity is expressed in units of joule(s) (J) per kelvin (K)."^^qudt:LatexString ;
  qudt:applicableUnit unit:BTU_IT-PER-DEG_F ;
  qudt:applicableUnit unit:BTU_IT-PER-DEG_R ;
  qudt:applicableUnit unit:EV-PER-K ;
  qudt:applicableUnit unit:J-PER-K ;
  qudt:applicableUnit unit:MegaJ-PER-K ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M1H-1T-2D0 ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Heat_capacity"^^xsd:anyURI ;
  qudt:latexDefinition "$C = dQ/dT$, where $Q$ is amount of heat and $T$ is thermodynamic temperature."^^qudt:LatexString ;
  qudt:siExactMatch si-quantity:HECA ;
  qudt:symbol "C_P" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q179388> ;
  rdfs:comment "Applicable units are those of quantitykind:HeatCapacity" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Wärmekapazität"@de ;
  rdfs:label "capacidad calorífica"@es ;
  rdfs:label "capacidade térmica"@pt ;
  rdfs:label "capacitate termică"@ro ;
  rdfs:label "capacità termica"@it ;
  rdfs:label "capacité thermique"@fr ;
  rdfs:label "heat capacity"@en ;
  rdfs:label "isı kapasitesi"@tr ;
  rdfs:label "muatan haba"@ms ;
  rdfs:label "pojemność cieplna"@pl ;
  rdfs:label "tepelná kapacita"@cs ;
  rdfs:label "toplotna kapaciteta"@sl ;
  rdfs:label "теплоёмкость"@ru ;
  rdfs:label "سعة حرارية"@ar ;
  rdfs:label "ظرفیت گرمایی"@fa ;
  rdfs:label "ऊष्मा धारिता"@hi ;
  rdfs:label "热容"@zh ;
  rdfs:label "熱容量"@ja ;
  skos:broader quantitykind:EnergyPerTemperature .
