@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/N82> a skos:Concept ;
    skos:definition "1000-fold of the derived SI unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloW-PER-M-DEG_C> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N82" ;
    skos:prefLabel "kilowatt per metre degree Celsius"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "L1 M1 Θ-1 T-3" ;
    unece:rec20Quantity "thermal conductivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "kW.m-1.Cel-1" ;
    unece:unitSymbol "kW/(m·°C)" .

