@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

<https://test.uncefact.org/vocabulary/unit-of-measure/J49> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "J49" ;
    skos:prefLabel "British thermal unit (thermochemical) inch per second square foot degree Fahrenheit"@en ;
    unece:rec20Quantity "thermal conductivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:unitSymbol "Btuth·in/(s·ft²·°F)" .

