@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/N84> a skos:Concept ;
    skos:definition "Non SI-conforming unit of the thermal resistance according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F-HR-PER-BTU_IT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N84" ;
    skos:prefLabel "degree Fahrenheit hour per British thermal unit (international table)"@en ;
    unece:conversionMultiplier 1.8956342406266347 ;
    unece:dimensionVector "L-2 M-1 Θ1 T3" ;
    unece:rec20Quantity "thermal resistance"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].h.[Btu_IT]-1" ;
    unece:unitSymbol "ºF/(BtuIT/h)" .

