@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:MilliDEG_C
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description "$\\textit{Millidegree Celsius}$ is a scaled unit of measurement for temperature."^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 0.001 ;
  qudt:conversionMultiplierSN 1.0E-3 ;
  qudt:conversionOffset 273150.0 ;
  qudt:conversionOffsetSN 2.7315E5 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Celsius"^^xsd:anyURI ;
  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:informativeReference "https://en.wikipedia.org/wiki/Celsius?oldid=494152178"^^xsd:anyURI ;
  qudt:latexDefinition "millieDegree Celsius"^^qudt:LatexString ;
  qudt:prefix prefix:Milli ;
  qudt:scalingOf unit:DEG_C ;
  qudt:symbol "m°C" ;
  qudt:ucumCode "mCel"^^qudt:UCUMcs ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q96070276> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Milli Darjah Celsius"@ms ;
  rdfs:label "Milli Degree Celsius" ;
  rdfs:label "Milli Degree Celsius"@en ;
  rdfs:label "Milli Degré Celsius"@fr ;
  rdfs:label "Milli Grad Celsius"@de ;
  rdfs:label "Milli Grad Celsius"@ro ;
  rdfs:label "Milli Grado Celsius"@es ;
  rdfs:label "Milli Grado Celsius"@it ;
  rdfs:label "Milli Stopień Celsjusza"@pl ;
  rdfs:label "Milli Stopinja Celzija"@sl ;
  rdfs:label "Milli Stupně Celsia"@cs ;
  rdfs:label "Millicelsius-fok"@hu ;
  rdfs:label "Millicelsius"@tr .
