@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:SpecificEnergy
  a qudt:QuantityKind ;
  dcterms:description """$\\textit{Specific Energy}$ is defined as the energy per unit mass. Common metric units are $J/kg$. It is
    an intensive property. Contrast this with energy, which is an extensive property. There are two main types of specific energy:
    potential energy and specific kinetic energy. Others are the $\\textit{gray}$ and $\\textit{sievert}$, which are measures for
    the absorption of radiation. $$$$ The concept of specific energy applies to a particular or theoretical way of extracting
    useful energy from the material considered that is usually implied by context. These intensive properties are each symbolized
    by using the lower case letter of the symbol for the corresponding extensive property, which is symbolized by a capital
    letter. For example, the extensive thermodynamic property enthalpy is symbolized by $H$; specific enthalpy is symbolized by
    $h$.
  """^^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/Specific_energy"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-2D0 ;
  qudt:informativeReference "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Specific_energy"^^xsd:anyURI ;
  qudt:latexDefinition "$e = E/m$, where $E$ is energy and $m$ is mass."^^qudt:LatexString ;
  qudt:siExactMatch si-quantity:SENG ;
  qudt:symbol "e" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q3023293> ;
  rdfs:comment "Applicable units are those of quantitykind:SpecificEnergy" ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/quantitykind> ;
  rdfs:label "Specific Energy"@en ;
  rdfs:seeAlso quantitykind:Enthalpy ;
  rdfs:seeAlso quantitykind:MassieuFunction ;
  rdfs:seeAlso quantitykind:PlanckFunction ;
  rdfs:seeAlso quantitykind:SpecificEnthalpy ;
  rdfs:seeAlso quantitykind:SpecificGibbsEnergy ;
  rdfs:seeAlso quantitykind:SpecificHelmholtzEnergy ;
  rdfs:seeAlso quantitykind:SpecificInternalEnergy ;
  rdfs:seeAlso unit:GRAY ;
  rdfs:seeAlso unit:SV .
