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

quantitykind:CelsiusTemperature
  a qudt:QuantityKind ;
  dcterms:description "\"Celsius Temperature\", the thermodynamic temperature T_0, is exactly 0.01 kelvin below the thermodynamic temperature of the triple point of water."^^qudt:LatexString ;
  prov:wasDerivedFrom quantitykind:ThermodynamicTemperature ;
  qudt:applicableUnit unit:DEG_C ;
  qudt:applicableUnit unit:DEG_C_GROWING_CEREAL ;
  qudt:applicableUnit unit:DEG_F ;
  qudt:applicableUnit unit:DEG_R ;
  qudt:applicableUnit unit:DecaK ;
  qudt:applicableUnit unit:K ;
  qudt:applicableUnit unit:MegaK ;
  qudt:applicableUnit unit:MilliDEG_C ;
  qudt:applicableUnit unit:MilliK ;
  qudt:applicableUnit unit:PlanckTemperature ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ;
  qudt:iec61360Code "0112/2///62720#UAD023" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD023"^^xsd:anyURI ;
  qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31890"^^xsd:anyURI ;
  qudt:latexDefinition """"Celsius Temperature", the thermodynamic temperature $T_0$, is exactly $0.01$kelvin below the thermodynamic temperature of the triple point of water.
$t = T - T_0$, where $T$ is Thermodynamic Temperature and $T_0 = 273.15 K$."""^^qudt:LatexString ;
  qudt:plainTextDescription "\"Celsius Temperature\", the thermodynamic temperature T_0, is exactly 0.01 kelvin below the thermodynamic temperature of the triple point of water." ;
  qudt:siExactMatch si-quantity:TEMC ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q74758530> ;
  rdfs:comment "Applicable units are those of quantitykind:Temperature" ;
  rdfs:isDefinedBy <http://qudt.org/3.1.11/vocab/quantitykind> ;
  rdfs:label "Celsius sıcaklık"@tr ;
  rdfs:label "Celsius temperature"@en ;
  rdfs:label "Celsius-Temperatur"@de ;
  rdfs:label "Suhu Celsius"@ms ;
  rdfs:label "temperatura Celsius"@es ;
  rdfs:label "temperatura Celsius"@it ;
  rdfs:label "temperatura celsius"@pt ;
  rdfs:label "temperatura"@pl ;
  rdfs:label "temperatura"@sl ;
  rdfs:label "temperatură Celsius"@ro ;
  rdfs:label "température Celsius"@fr ;
  rdfs:label "teplota"@cs ;
  rdfs:label "Температура Цельсия"@ru ;
  rdfs:label "צלזיוס"@he ;
  rdfs:label "درجة الحرارة المئوية أو السيلسيوس"@ar ;
  rdfs:label "دمای سلسیوس/سانتیگراد"@fa ;
  rdfs:label "सेल्सियस तापमान"@hi ;
  rdfs:label "温度"@ja ;
  rdfs:label "温度"@zh ;
  skos:broader quantitykind:Temperature .
