@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://test.uncefact.org/vocabulary/unit-of-measure/kind/temperature> a skos:Collection ;
    rdfs:label "Temperature units"@en ;
    skos:definition "Units of measure grouped by quantity kind: temperature."@en ;
    skos:member <https://test.uncefact.org/vocabulary/unit-of-measure/A48>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/CEL>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/E98>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F02>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F10>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F11>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F12>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F60>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/F61>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/FAH>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H12>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H13>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/H14>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J20>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J21>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/J26>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/KEL>,
        <https://test.uncefact.org/vocabulary/unit-of-measure/N79> .

<https://test.uncefact.org/vocabulary/unit-of-measure/A48> a skos:Concept ;
    skos:definition "Refer ISO 80000-5 (Quantities and units — Part 5: Thermodynamics)"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_R> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A48" ;
    skos:prefLabel "degree Rankine"@en ;
    unece:conversionMultiplier 0.5555555555555556 ;
    unece:dimensionVector "Θ1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degR]" ;
    unece:unitSymbol "°R" .

<https://test.uncefact.org/vocabulary/unit-of-measure/CEL> a skos:Concept ;
    skos:definition "Refer ISO 80000-5 (Quantities and units — Part 5: Thermodynamics)"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_C> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "CEL" ;
    skos:prefLabel "degree Celsius"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:conversionOffset 273.15 ;
    unece:dimensionVector "Θ1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "Cel" ;
    unece:unitSymbol "°C" .

<https://test.uncefact.org/vocabulary/unit-of-measure/E98> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_C-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "E98" ;
    skos:prefLabel "degree Celsius per kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "Cel.K-1" ;
    unece:unitSymbol "°C/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F02> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/K-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F02" ;
    skos:prefLabel "kelvin per kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "K.K-1" ;
    unece:unitSymbol "K/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F10> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/K-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F10" ;
    skos:prefLabel "kelvin per hour"@en ;
    unece:conversionMultiplier 0.0002777777777777778 ;
    unece:dimensionVector "Θ1 T-1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "K.h-1" ;
    unece:unitSymbol "K/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F11> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/K-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F11" ;
    skos:prefLabel "kelvin per minute"@en ;
    unece:conversionMultiplier 0.01666667 ;
    unece:dimensionVector "Θ1 T-1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "K.min-1" ;
    unece:unitSymbol "K/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F12> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/K-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F12" ;
    skos:prefLabel "kelvin per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "Θ1 T-1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "K.s-1" ;
    unece:unitSymbol "K/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F60> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_C-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F60" ;
    skos:prefLabel "degree Celsius per bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L1 M-1 Θ1 T2" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "Cel.bar-1" ;
    unece:unitSymbol "°C/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/F61> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/K-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F61" ;
    skos:prefLabel "kelvin per bar"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L1 M-1 Θ1 T2" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "K.bar-1" ;
    unece:unitSymbol "K/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/FAH> a skos:Concept ;
    skos:definition "Refer ISO 80000-5 (Quantities and units — Part 5: Thermodynamics)"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "FAH" ;
    skos:prefLabel "degree Fahrenheit"@en ;
    unece:conversionMultiplier 0.5555555555555556 ;
    unece:conversionOffset 459.67 ;
    unece:dimensionVector "Θ1" ;
    unece:rec20Quantity "fahrenheit temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF]" ;
    unece:unitSymbol "°F" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H12> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_C-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H12" ;
    skos:prefLabel "degree Celsius per hour"@en ;
    unece:conversionMultiplier 0.0002777777777777778 ;
    unece:dimensionVector "Θ1 T-1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "Cel.h-1" ;
    unece:unitSymbol "°C/h" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H13> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_C-PER-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H13" ;
    skos:prefLabel "degree Celsius per minute"@en ;
    unece:conversionMultiplier 0.016666666666666666 ;
    unece:dimensionVector "Θ1 T-1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "Cel.min-1" ;
    unece:unitSymbol "°C/min" .

<https://test.uncefact.org/vocabulary/unit-of-measure/H14> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_C-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "H14" ;
    skos:prefLabel "degree Celsius per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "Θ1 T-1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "Cel.s-1" ;
    unece:unitSymbol "°C/s" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J20> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F-PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J20" ;
    skos:prefLabel "degree Fahrenheit per kelvin"@en ;
    unece:conversionMultiplier 0.5555556 ;
    unece:dimensionVector "1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].K-1" ;
    unece:unitSymbol "°F/K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J21> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F-PER-BAR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J21" ;
    skos:prefLabel "degree Fahrenheit per bar"@en ;
    unece:conversionMultiplier 5.555556e-06 ;
    unece:dimensionVector "L1 M-1 Θ1 T2" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].bar-1" ;
    unece:unitSymbol "°F/bar" .

<https://test.uncefact.org/vocabulary/unit-of-measure/J26> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-DEG_F> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J26" ;
    skos:prefLabel "reciprocal degree Fahrenheit"@en ;
    unece:conversionMultiplier 1.7999999999999998 ;
    unece:dimensionVector "Θ-1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "/[degF]" ;
    unece:unitSymbol "1/°F" .

<https://test.uncefact.org/vocabulary/unit-of-measure/KEL> a skos:Concept ;
    skos:definition "Refer ISO 80000-5 (Quantities and units — Part 5: Thermodynamics)"@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KEL" ;
    skos:prefLabel "kelvin"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "Θ1" ;
    unece:rec20Quantity "Debye temperature, Curie temperature, Néel temperature, Fermi temperature, Super conductor transition temperature"@en,
        "thermodynamic"@en ;
    unece:rec20Sector "Heat"@en,
        "Solid State Physics"@en ;
    unece:ucumCode "K" ;
    unece:unitSymbol "K" .

<https://test.uncefact.org/vocabulary/unit-of-measure/N79> a skos:Concept ;
    skos:definition "SI base unit kelvin divided by the derived SI unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/K-PER-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N79" ;
    skos:prefLabel "kelvin per pascal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 M-1 Θ1 T2" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "K.Pa-1" ;
    unece:unitSymbol "K/Pa" .

