@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 dcterms: <http://purl.org/dc/terms/> .
@prefix prefix: <http://qudt.org/vocab/prefix/> .
@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-unit: <https://si-digital-framework.org/SI/units/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sou: <http://qudt.org/vocab/sou/> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

unit:DEG_C
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description """
  The unit $\\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}\\text{C}$.
  """^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:conversionOffset 273.15 ;
  qudt:conversionOffsetSN 2.7315E2 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Celsius"^^xsd:anyURI ;
  qudt:expression "$degC$"^^qudt:LatexString ;
  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 ;
  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 ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ;
  qudt:hasQuantityKind quantitykind:BoilingPoint ;
  qudt:hasQuantityKind quantitykind:FlashPoint ;
  qudt:hasQuantityKind quantitykind:MeltingPoint ;
  qudt:hasQuantityKind quantitykind:Temperature ;
  qudt:iec61360Code "0112/2///62720#UAA033" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA033"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Celsius?oldid=494152178"^^xsd:anyURI ;
  qudt:latexDefinition "$\\,^{\\circ}{C}$"^^qudt:LatexString ;
  qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
  qudt:scalingOf unit:K ;
  qudt:siExactMatch si-unit:degreeCelsius ;
  qudt:symbol "°C" ;
  qudt:ucumCode "Cel"^^qudt:UCUMcs ;
  qudt:udunitsCode "°C" ;
  qudt:udunitsCode "℃" ;
  qudt:uneceCommonCode "CEL" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q25267> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Celsius-fok"@hu ;
  rdfs:label "Celsius"@tr ;
  rdfs:label "Darjah Celsius"@ms ;
  rdfs:label "Degree Celsius" ;
  rdfs:label "Degree Celsius"@en ;
  rdfs:label "Degré Celsius"@fr ;
  rdfs:label "Grad Celsius"@de ;
  rdfs:label "Grad Celsius"@ro ;
  rdfs:label "Grado Celsius"@es ;
  rdfs:label "Grado Celsius"@it ;
  rdfs:label "Gradus Celsii"@la ;
  rdfs:label "Grau Celsius"@pt ;
  rdfs:label "Stopień Celsjusza"@pl ;
  rdfs:label "Stopinja Celzija"@sl ;
  rdfs:label "Stupně Celsia"@cs ;
  rdfs:label "Βαθμός Κελσίου"@el ;
  rdfs:label "Градус Целзий"@bg ;
  rdfs:label "Градус Цельсия"@ru ;
  rdfs:label "צלזיוס"@he ;
  rdfs:label "درجة مئوية"@ar ;
  rdfs:label "درجه سانتی گراد/سلسیوس"@fa ;
  rdfs:label "सेल्सियस"@hi ;
  rdfs:label "セルシウス度"@ja ;
  rdfs:label "摄氏度"@zh ;
  skos:altLabel "degree-centigrade" .
