@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:SpecificEnthalpy
  a qudt:QuantityKind ;
  dcterms:description "$\\textit{Specific Enthalpy}$ is enthalpy per mass of substance involved. Specific enthalpy is denoted by a lower case h, with dimension of energy per mass (SI unit: joule/kg). In thermodynamics, $\\textit{enthalpy}$ is the sum of the internal energy U and the product of pressure p and volume V of a system: $H = U + pV$.  The internal energy U and the work term pV have dimension of energy, in SI units this is joule; the extensive (linear in size) quantity H has the same dimension."^^qudt:LatexString ;
  qudt:applicableUnit unit:BTU_IT-PER-LB ;
  qudt:applicableUnit unit:BTU_TH-PER-LB ;
  qudt:applicableUnit unit:CAL_IT-PER-GM ;
  qudt:applicableUnit unit:CAL_TH-PER-GM ;
  qudt:applicableUnit unit:ERG-PER-GM ;
  qudt:applicableUnit unit:J-PER-GM ;
  qudt:applicableUnit unit:J-PER-KiloGM ;
  qudt:applicableUnit unit:KiloCAL-PER-GM ;
  qudt:applicableUnit unit:KiloJ-PER-KiloGM ;
  qudt:applicableUnit unit:KiloLB_F-FT-PER-LB ;
  qudt:applicableUnit unit:MegaJ-PER-KiloGM ;
  qudt:applicableUnit unit:MilliJ-PER-GM ;
  qudt:applicableUnit unit:N-M-PER-KiloGM ;
  qudt:applicableUnit unit:W-HR-PER-KiloGM ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Entropy"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ;
  qudt:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI ;
  qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
  qudt:latexDefinition "$h = H/m$, where $H$ is enthalpy and $m$ is mass."^^qudt:LatexString ;
  qudt:symbol "h" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q21572993> ;
  rdfs:comment "Applicable units are those of quantitykind:SpecificEnergy" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Specific Enthalpy"@en ;
  rdfs:seeAlso quantitykind:Enthalpy ;
  rdfs:seeAlso quantitykind:MassieuFunction ;
  rdfs:seeAlso quantitykind:PlanckFunction ;
  rdfs:seeAlso quantitykind:SpecificEnergy ;
  rdfs:seeAlso quantitykind:SpecificGibbsEnergy ;
  rdfs:seeAlso quantitykind:SpecificHelmholtzEnergy ;
  rdfs:seeAlso quantitykind:SpecificInternalEnergy ;
  skos:broader quantitykind:SpecificEnergy .
