@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/N87> 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_TH> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N87" ;
    skos:prefLabel "degree Fahrenheit second per British thermal unit (thermochemical)"@en ;
    unece:conversionMultiplier 0.000526917452635168 ;
    unece:dimensionVector "L-2 M-1 Θ1 T3" ;
    unece:rec20Quantity "thermal resistance"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].s.[Btu_th]-1" ;
    unece:unitSymbol "ºF/(Btuth/s)" .

