@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/N89> a skos:Concept ;
    skos:definition "Unit of specific thermal resistance according to the Imperial system of units."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_TH-IN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N89" ;
    skos:prefLabel "degree Fahrenheit hour square foot per British thermal unit (thermochemical) inch"@en ;
    unece:conversionMultiplier 6.938111789130206 ;
    unece:dimensionVector "L-1 M-1 Θ1 T3" ;
    unece:rec20Quantity "thermal resistance"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].h.[ft_i]2.[Btu_th]-1.[in_i]-1" ;
    unece:unitSymbol "ºF·h·ft²/(Btuth·in)" .

