@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/J22> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_IT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J22" ;
    skos:prefLabel "degree Fahrenheit hour square foot per British thermal unit (international table)"@en ;
    unece:conversionMultiplier 0.17611018368230585 ;
    unece:dimensionVector "M-1 Θ1 T3" ;
    unece:rec20Quantity "thermal insulance, coefficient of thermal insulation"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "[degF].h-1.[ft_i]-2.[Btu_IT]-1" ;
    unece:unitSymbol "°F·h·ft²/BtuIT" .

