View as:
CSV
RDF/XML
<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:j.2="http://www.w3.org/2004/02/skos/core#"
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/HeatCapacity">
<j.0:symbol>C_P</j.0:symbol>
<j.0:latexDefinition rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(C = dQ/dT\), where \(Q\) is amount of heat and \(T\) is thermodynamic temperature.</j.0:latexDefinition>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/BTU_IT-PER-DEG_R"/>
<rdfs:label xml:lang="en">Heat Capacity</rdfs:label>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/J-PER-K"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/BTU_IT-PER-DEG_F"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/EV-PER-K"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"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).</j.1:description>
<j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Heat_capacity</j.0:informativeReference>
<j.2:broader rdf:resource="http://qudt.org/vocab/quantitykind/EnergyPerTemperature"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MegaJ-PER-K"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
</rdf:Description>
</rdf:RDF>
TURTLE
@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/HeatCapacity>
rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
<http://purl.org/dc/terms/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)."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/BTU_IT-PER-DEG_F> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/BTU_IT-PER-DEG_R> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/EV-PER-K> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/J-PER-K> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MegaJ-PER-K> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Heat_capacity"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "\\(C = dQ/dT\\), where \\(Q\\) is amount of heat and \\(T\\) is thermodynamic temperature."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/symbol> "C_P" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
rdfs:label "Heat Capacity"@en ;
<http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/quantitykind/EnergyPerTemperature> ;
.
JSON
{"resource":"Heat Capacity"
,"qname":"quantitykind:HeatCapacity"
,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/HeatCapacity"
,"properties":["applicable unit":"unit:BTU_IT-PER-DEG_F"
,"applicable unit":"unit:BTU_IT-PER-DEG_R"
,"applicable unit":"unit:EV-PER-K"
,"applicable unit":"unit:J-PER-K"
,"applicable unit":"unit:MegaJ-PER-K"
,"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)."
,"has broader":"quantitykind:EnergyPerTemperature"
,"has dimension vector":"dimension:A0E0L2I0M1H-1T-2D0"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Heat_capacity"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/quantitykind>"
,"label":"Heat Capacity"
,"latex definition":"\\(C = dQ\/dT\\), where \\(Q\\) is amount of heat and \\(T\\) is thermodynamic temperature."
,"symbol":"C_P"
,"type":"qudt:QuantityKind"
]}
JSON-LD
{
"@id" : "http://qudt.org/vocab/quantitykind/HeatCapacity",
"@type" : "http://qudt.org/schema/qudt/QuantityKind",
"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).",
"applicableUnit" : [ "http://qudt.org/vocab/unit/BTU_IT-PER-DEG_R", "http://qudt.org/vocab/unit/J-PER-K", "http://qudt.org/vocab/unit/BTU_IT-PER-DEG_F", "http://qudt.org/vocab/unit/EV-PER-K", "http://qudt.org/vocab/unit/MegaJ-PER-K" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0",
"informativeReference" : "http://en.wikipedia.org/wiki/Heat_capacity",
"latexDefinition" : "\\(C = dQ/dT\\), where \\(Q\\) is amount of heat and \\(T\\) is thermodynamic temperature.",
"symbol" : "C_P",
"isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
"label" : {
"@language" : "en",
"@value" : "Heat Capacity"
},
"broader" : "http://qudt.org/vocab/quantitykind/EnergyPerTemperature",
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableUnit" : {
"@id" : "http://qudt.org/schema/qudt/applicableUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"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#"
}
}