<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
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/Temperature">
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/DEG_C"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/K"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/DEG_R"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/PlanckTemperature"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/DEG_F"/>
<rdfs:label xml:lang="en">Temperature</rdfs:label>
<rdfs:seeAlso rdf:resource="http://qudt.org/vocab/quantitykind/ThermodynamicTemperature"/>
<j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Temperature</j.0:dbpediaMatch>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MilliDEG_C"/>
<j.0:plainTextDescription>Temperature is a physical property of matter that quantitatively expresses the common notions of hot and cold. Objects of low temperature are cold, while various degrees of higher temperatures are referred to as warm or hot. Heat spontaneously flows from bodies of a higher temperature to bodies of lower temperature, at a rate that increases with the temperature difference and the thermal conductivity.</j.0:plainTextDescription>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
</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/Temperature>
rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/DEG_C> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/DEG_F> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/DEG_R> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/K> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MilliDEG_C> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/PlanckTemperature> ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Temperature"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
<http://qudt.org/schema/qudt/plainTextDescription> "Temperature is a physical property of matter that quantitatively expresses the common notions of hot and cold. Objects of low temperature are cold, while various degrees of higher temperatures are referred to as warm or hot. Heat spontaneously flows from bodies of a higher temperature to bodies of lower temperature, at a rate that increases with the temperature difference and the thermal conductivity." ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
rdfs:label "Temperature"@en ;
rdfs:seeAlso <http://qudt.org/vocab/quantitykind/ThermodynamicTemperature> ;
.
{"resource":"Temperature"
,"qname":"quantitykind:Temperature"
,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/Temperature"
,"properties":["applicable unit":"unit:DEG_C"
,"applicable unit":"unit:DEG_F"
,"applicable unit":"unit:DEG_R"
,"applicable unit":"unit:K"
,"applicable unit":"unit:MilliDEG_C"
,"applicable unit":"unit:PlanckTemperature"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Temperature"
,"description (plain text)":"Temperature is a physical property of matter that quantitatively expresses the common notions of hot and cold. Objects of low temperature are cold, while various degrees of higher temperatures are referred to as warm or hot. Heat spontaneously flows from bodies of a higher temperature to bodies of lower temperature, at a rate that increases with the temperature difference and the thermal conductivity."
,"has dimension vector":"dimension:A0E0L0I0M0H1T0D0"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/quantitykind>"
,"label":"Temperature"
,"seeAlso":"quantitykind:ThermodynamicTemperature"
,"type":"qudt:QuantityKind"
]}
{
"@id" : "http://qudt.org/vocab/quantitykind/Temperature",
"@type" : "http://qudt.org/schema/qudt/QuantityKind",
"applicableUnit" : [ "http://qudt.org/vocab/unit/DEG_C", "http://qudt.org/vocab/unit/K", "http://qudt.org/vocab/unit/DEG_R", "http://qudt.org/vocab/unit/PlanckTemperature", "http://qudt.org/vocab/unit/DEG_F", "http://qudt.org/vocab/unit/MilliDEG_C" ],
"dbpediaMatch" : "http://dbpedia.org/resource/Temperature",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0",
"plainTextDescription" : "Temperature is a physical property of matter that quantitatively expresses the common notions of hot and cold. Objects of low temperature are cold, while various degrees of higher temperatures are referred to as warm or hot. Heat spontaneously flows from bodies of a higher temperature to bodies of lower temperature, at a rate that increases with the temperature difference and the thermal conductivity.",
"isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
"label" : {
"@language" : "en",
"@value" : "Temperature"
},
"seeAlso" : "http://qudt.org/vocab/quantitykind/ThermodynamicTemperature",
"@context" : {
"applicableUnit" : {
"@id" : "http://qudt.org/schema/qudt/applicableUnit",
"@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"
},
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"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#"
}
}