<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/unit/DEG_C">
<j.0:uneceCommonCode>CEL</j.0:uneceCommonCode>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/MeltingPoint"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/FlashPoint"/>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(\textit{Celsius}\), also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely \(273.15\,^{\circ}{\rm C}\).</p></j.1:description>
<j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Celsius?oldid=494152178</j.0:informativeReference>
<j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.0</j.0:conversionMultiplier>
<j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">Cel</j.0:ucumCode>
<j.0:iec61360Code>0112/2///62720#UAA033</j.0:iec61360Code>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Temperature"/>
<rdfs:label xml:lang="en">Degree Celsius</rdfs:label>
<j.2:altLabel>degree-centigrade</j.2:altLabel>
<j.0:guidance rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"><p>See NIST section <a href="http://physics.nist.gov/Pubs/SP811/sec04.html#4.2.1.1">SP811 section 4.2.1.1</a></p></j.0:guidance>
<j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Celsius</j.0:dbpediaMatch>
<j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(degC\)</j.0:expression>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/BoilingPoint"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/DerivedUnit"/>
<j.0:latexDefinition rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(\,^{\circ}{\rm C}\)</j.0:latexDefinition>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
<j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
<j.0:conversionOffset rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">273.15</j.0:conversionOffset>
<j.0:symbol>°C</j.0:symbol>
<j.0:udunitsCode>°C</j.0:udunitsCode>
<j.0:omUnit rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius"/>
<j.0:guidance rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"><p>See NIST section <a href="http://physics.nist.gov/Pubs/SP811/sec06.html#6.2.8">SP811 section 6.2.8</a></p></j.0:guidance>
<j.0:udunitsCode>℃</j.0:udunitsCode>
</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/unit/DEG_C>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\\(\\textit{Celsius}\\), also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely \\(273.15\\,^{\\circ}{\\rm C}\\).</p>"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionOffset> 273.15 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Celsius"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/expression> "\\(degC\\)"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/guidance> "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec04.html#4.2.1.1\">SP811 section 4.2.1.1</a></p>"^^rdf:HTML ;
<http://qudt.org/schema/qudt/guidance> "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec06.html#6.2.8\">SP811 section 6.2.8</a></p>"^^rdf:HTML ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BoilingPoint> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FlashPoint> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MeltingPoint> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Temperature> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA033" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Celsius?oldid=494152178"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "\\(\\,^{\\circ}{\\rm C}\\)"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
<http://qudt.org/schema/qudt/symbol> "°C" ;
<http://qudt.org/schema/qudt/ucumCode> "Cel"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "°C" ;
<http://qudt.org/schema/qudt/udunitsCode> "℃" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "CEL" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Degree Celsius"@en ;
<http://www.w3.org/2004/02/skos/core#altLabel> "degree-centigrade" ;
.
{"resource":"Degree Celsius"
,"qname":"unit:DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C"
,"properties":["alternative label":"degree-centigrade"
,"applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion offset":"273.15"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Celsius"
,"description":"\\(\\textit{Celsius}\\), also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely \\(273.15\\,^{\\circ}{\\rm C}\\).<\/p>"
,"expression":"\\(degC\\)"
,"guidance":"<p>See NIST section <a href=\"http:\/\/physics.nist.gov\/Pubs\/SP811\/sec04.html#4.2.1.1\">SP811 section 4.2.1.1<\/a><\/p>"
,"guidance":"<p>See NIST section <a href=\"http:\/\/physics.nist.gov\/Pubs\/SP811\/sec06.html#6.2.8\">SP811 section 6.2.8<\/a><\/p>"
,"has dimension vector":"dimension:A0E0L0I0M0H1T0D0"
,"has quantity kind":"quantitykind:BoilingPoint"
,"has quantity kind":"quantitykind:FlashPoint"
,"has quantity kind":"quantitykind:MeltingPoint"
,"has quantity kind":"quantitykind:Temperature"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA033"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Celsius?oldid=494152178"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"Degree Celsius"
,"latex definition":"\\(\\,^{\\circ}{\\rm C}\\)"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/degreeCelsius>"
,"symbol":"°C"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Cel"
,"udunits code":"°C"
,"udunits code":"℃"
,"unece common code":"CEL"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\\(\\textit{Celsius}\\), also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely \\(273.15\\,^{\\circ}{\\rm C}\\).</p>",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionOffset" : "273.15",
"dbpediaMatch" : "http://dbpedia.org/resource/Celsius",
"expression" : "\\(degC\\)",
"guidance" : [ "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec04.html#4.2.1.1\">SP811 section 4.2.1.1</a></p>", "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec06.html#6.2.8\">SP811 section 6.2.8</a></p>" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MeltingPoint", "http://qudt.org/vocab/quantitykind/FlashPoint", "http://qudt.org/vocab/quantitykind/Temperature", "http://qudt.org/vocab/quantitykind/BoilingPoint" ],
"iec61360Code" : "0112/2///62720#UAA033",
"informativeReference" : "http://en.wikipedia.org/wiki/Celsius?oldid=494152178",
"latexDefinition" : "\\(\\,^{\\circ}{\\rm C}\\)",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius",
"symbol" : "°C",
"ucumCode" : "Cel",
"udunitsCode" : [ "°C", "℃" ],
"uneceCommonCode" : "CEL",
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "Degree Celsius"
},
"altLabel" : "degree-centigrade",
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@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"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"guidance" : {
"@id" : "http://qudt.org/schema/qudt/guidance",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@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#"
}
}