@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_R
  a qudt:Unit ;
  dcterms:description """
  The unit $\\textit{Degree Rankine}$ is a thermodynamic (absolute) temperature scale.
  The symbol for degrees Rankine is $^\\circ R$ or $^\\circ Ra$ if necessary to distinguish it from the Rømer and Réaumur scales).
  Zero on both the Kelvin and Rankine scales is absolute zero, but the Rankine degree is defined as equal
   to one degree Fahrenheit, rather than the one degree Celsius used by the Kelvin scale.
  A temperature of $-459.67 ^\\circ F$ is exactly equal to $0 ^\\circ R$.
  """^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS ;
  qudt:conversionMultiplier 0.5555555555555556 ;
  qudt:conversionMultiplierSN 5.555555555555556E-1 ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T0D0 ;
  qudt:hasQuantityKind quantitykind:BoilingPoint ;
  qudt:hasQuantityKind quantitykind:FlashPoint ;
  qudt:hasQuantityKind quantitykind:MeltingPoint ;
  qudt:hasQuantityKind quantitykind:Temperature ;
  qudt:hasQuantityKind quantitykind:ThermodynamicTemperature ;
  qudt:iec61360Code "0112/2///62720#UAA050" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA050"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Rankine_scale"^^xsd:anyURI ;
  qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeRankine> ;
  qudt:scalingOf unit:K ;
  qudt:symbol "°R" ;
  qudt:ucumCode "[degR]"^^qudt:UCUMcs ;
  qudt:udunitsCode "°R" ;
  qudt:uneceCommonCode "A48" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q37732658> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Degree Rankine" ;
  rdfs:label "Degree Rankine"@en .
