<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
xmlns:j.1="http://purl.org/dc/terms/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" >
<rdf:Description rdf:about="http://qudt.org/vocab/quantitykind/SpecificEnergy">
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/W-HR-PER-KiloGM"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/J-PER-GM"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/CAL_TH-PER-GM"/>
<j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.citizendium.org/wiki/Enthalpy</j.0:informativeReference>
<rdfs:seeAlso rdf:resource="http://qudt.org/vocab/quantitykind/SpecificGibbsEnergy"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MilliJ-PER-GM"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/J-PER-KiloGM"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloJ-PER-KiloGM"/>
<rdfs:seeAlso rdf:resource="http://qudt.org/vocab/quantitykind/SpecificHelmholtzEnergy"/>
<rdfs:label xml:lang="en">Specific Energy</rdfs:label>
<rdfs:seeAlso rdf:resource="http://qudt.org/vocab/quantitykind/MassieuFunction"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloCAL-PER-GM"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/BTU_IT-PER-LB"/>
<rdfs:seeAlso rdf:resource="http://qudt.org/vocab/quantitykind/Enthalpy"/>
<rdfs:seeAlso rdf:resource="http://qudt.org/vocab/unit/SV"/>
<j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Specific_energy</j.0:informativeReference>
<rdfs:seeAlso rdf:resource="http://qudt.org/vocab/quantitykind/SpecificInternalEnergy"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/CAL_IT-PER-GM"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/N-M-PER-KiloGM"/>
<rdfs:seeAlso rdf:resource="http://qudt.org/vocab/quantitykind/PlanckFunction"/>
<rdfs:seeAlso rdf:resource="http://qudt.org/vocab/quantitykind/SpecificEnthalpy"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/KiloLB_F-FT-PER-LB"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/ERG-PER-GM"/>
<j.0:siExactMatch rdf:resource="https://si-digital-framework.org/SI/quantities/SENG"/>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">
$\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$.
</j.1:description>
<rdfs:seeAlso rdf:resource="http://qudt.org/vocab/unit/GRAY"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MegaJ-PER-KiloGM"/>
<j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Specific_energy</j.0:dbpediaMatch>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/BTU_TH-PER-LB"/>
<j.0:symbol>e</j.0:symbol>
<j.0:latexDefinition rdf:datatype="http://qudt.org/schema/qudt/LatexString">$e = E/m$, where $E$ is energy and $m$ is mass.</j.0:latexDefinition>
</rdf:Description>
</rdf:RDF>
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .
<http://qudt.org/vocab/quantitykind/SpecificEnergy>
rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
<http://purl.org/dc/terms/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$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/BTU_IT-PER-LB> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/BTU_TH-PER-LB> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/CAL_IT-PER-GM> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/CAL_TH-PER-GM> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/ERG-PER-GM> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/J-PER-GM> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/J-PER-KiloGM> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KiloCAL-PER-GM> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KiloJ-PER-KiloGM> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/KiloLB_F-FT-PER-LB> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MegaJ-PER-KiloGM> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MilliJ-PER-GM> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/N-M-PER-KiloGM> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/W-HR-PER-KiloGM> ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Specific_energy"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.citizendium.org/wiki/Enthalpy"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Specific_energy"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$e = E/m$, where $E$ is energy and $m$ is mass."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/quantities/SENG> ;
<http://qudt.org/schema/qudt/symbol> "e" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
rdfs:label "Specific Energy"@en ;
rdfs:seeAlso <http://qudt.org/vocab/quantitykind/Enthalpy> ;
rdfs:seeAlso <http://qudt.org/vocab/quantitykind/MassieuFunction> ;
rdfs:seeAlso <http://qudt.org/vocab/quantitykind/PlanckFunction> ;
rdfs:seeAlso <http://qudt.org/vocab/quantitykind/SpecificEnthalpy> ;
rdfs:seeAlso <http://qudt.org/vocab/quantitykind/SpecificGibbsEnergy> ;
rdfs:seeAlso <http://qudt.org/vocab/quantitykind/SpecificHelmholtzEnergy> ;
rdfs:seeAlso <http://qudt.org/vocab/quantitykind/SpecificInternalEnergy> ;
rdfs:seeAlso <http://qudt.org/vocab/unit/GRAY> ;
rdfs:seeAlso <http://qudt.org/vocab/unit/SV> ;
.
{"resource":"Specific Energy"
,"qname":"quantitykind:SpecificEnergy"
,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/SpecificEnergy"
,"properties":["Individual from SI Reference Point":"si-quantity:SENG"
,"applicable unit":"unit:BTU_IT-PER-LB"
,"applicable unit":"unit:BTU_TH-PER-LB"
,"applicable unit":"unit:CAL_IT-PER-GM"
,"applicable unit":"unit:CAL_TH-PER-GM"
,"applicable unit":"unit:ERG-PER-GM"
,"applicable unit":"unit:J-PER-GM"
,"applicable unit":"unit:J-PER-KiloGM"
,"applicable unit":"unit:KiloCAL-PER-GM"
,"applicable unit":"unit:KiloJ-PER-KiloGM"
,"applicable unit":"unit:KiloLB_F-FT-PER-LB"
,"applicable unit":"unit:MegaJ-PER-KiloGM"
,"applicable unit":"unit:MilliJ-PER-GM"
,"applicable unit":"unit:N-M-PER-KiloGM"
,"applicable unit":"unit:W-HR-PER-KiloGM"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Specific_energy"
,"description":"\n $\\textit{Specific Energy}$ is defined as the energy per unit mass. \n Common metric units are $J\/kg$. \n It is an intensive property. \n Contrast this with energy, which is an extensive property. \n There are two main types of specific energy: potential energy and specific kinetic energy. \n Others are the $\\textit{gray}$ and $\\textit{sievert}$, which are measures for the absorption of radiation. \n $$$$\n 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. \n These intensive properties are each symbolized by using the lower case letter of the symbol for the corresponding extensive property,\n which is symbolized by a capital letter. \n For example, the extensive thermodynamic property enthalpy is symbolized by $H$; specific enthalpy is symbolized by $h$.\n "
,"has dimension vector":"dimension:A0E0L2I0M0H0T-2D0"
,"informative reference":"http:\/\/en.citizendium.org\/wiki\/Enthalpy"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Specific_energy"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/quantitykind>"
,"label":"Specific Energy"
,"latex definition":"$e = E\/m$, where $E$ is energy and $m$ is mass."
,"seeAlso":"quantitykind:Enthalpy"
,"seeAlso":"quantitykind:MassieuFunction"
,"seeAlso":"quantitykind:PlanckFunction"
,"seeAlso":"quantitykind:SpecificEnthalpy"
,"seeAlso":"quantitykind:SpecificGibbsEnergy"
,"seeAlso":"quantitykind:SpecificHelmholtzEnergy"
,"seeAlso":"quantitykind:SpecificInternalEnergy"
,"seeAlso":"unit:GRAY"
,"seeAlso":"unit:SV"
,"symbol":"e"
,"type":"qudt:QuantityKind"
]}
{
"@id" : "http://qudt.org/vocab/quantitykind/SpecificEnergy",
"@type" : "http://qudt.org/schema/qudt/QuantityKind",
"description" : "\n $\\textit{Specific Energy}$ is defined as the energy per unit mass. \n Common metric units are $J/kg$. \n It is an intensive property. \n Contrast this with energy, which is an extensive property. \n There are two main types of specific energy: potential energy and specific kinetic energy. \n Others are the $\\textit{gray}$ and $\\textit{sievert}$, which are measures for the absorption of radiation. \n $$$$\n 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. \n These intensive properties are each symbolized by using the lower case letter of the symbol for the corresponding extensive property,\n which is symbolized by a capital letter. \n For example, the extensive thermodynamic property enthalpy is symbolized by $H$; specific enthalpy is symbolized by $h$.\n ",
"applicableUnit" : [ "http://qudt.org/vocab/unit/W-HR-PER-KiloGM", "http://qudt.org/vocab/unit/J-PER-GM", "http://qudt.org/vocab/unit/CAL_TH-PER-GM", "http://qudt.org/vocab/unit/MilliJ-PER-GM", "http://qudt.org/vocab/unit/J-PER-KiloGM", "http://qudt.org/vocab/unit/KiloJ-PER-KiloGM", "http://qudt.org/vocab/unit/KiloCAL-PER-GM", "http://qudt.org/vocab/unit/BTU_IT-PER-LB", "http://qudt.org/vocab/unit/CAL_IT-PER-GM", "http://qudt.org/vocab/unit/N-M-PER-KiloGM", "http://qudt.org/vocab/unit/KiloLB_F-FT-PER-LB", "http://qudt.org/vocab/unit/ERG-PER-GM", "http://qudt.org/vocab/unit/MegaJ-PER-KiloGM", "http://qudt.org/vocab/unit/BTU_TH-PER-LB" ],
"dbpediaMatch" : "http://dbpedia.org/resource/Specific_energy",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"informativeReference" : [ "http://en.citizendium.org/wiki/Enthalpy", "http://en.wikipedia.org/wiki/Specific_energy" ],
"latexDefinition" : "$e = E/m$, where $E$ is energy and $m$ is mass.",
"siExactMatch" : "https://si-digital-framework.org/SI/quantities/SENG",
"symbol" : "e",
"isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
"label" : {
"@language" : "en",
"@value" : "Specific Energy"
},
"seeAlso" : [ "http://qudt.org/vocab/quantitykind/SpecificGibbsEnergy", "http://qudt.org/vocab/quantitykind/SpecificHelmholtzEnergy", "http://qudt.org/vocab/quantitykind/MassieuFunction", "http://qudt.org/vocab/quantitykind/Enthalpy", "http://qudt.org/vocab/unit/SV", "http://qudt.org/vocab/quantitykind/SpecificInternalEnergy", "http://qudt.org/vocab/quantitykind/PlanckFunction", "http://qudt.org/vocab/quantitykind/SpecificEnthalpy", "http://qudt.org/vocab/unit/GRAY" ],
"@context" : {
"applicableUnit" : {
"@id" : "http://qudt.org/schema/qudt/applicableUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}