@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/N86> 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-SEC-PER-BTU_IT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N86" ;
    skos:prefLabel "degree Fahrenheit second per British thermal unit (international table)"@en ;
    unece:conversionMultiplier 0.0005265650668407318 ;
    unece:dimensionVector "L-2 M-1 Θ1 T3" ;
    unece:rec20Quantity "thermal resistance"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].s.[Btu_IT]-1" ;
    unece:unitSymbol "ºF/(BtuIT/s)" .

