@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/L14> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M2-HR-DEG_C-PER-KiloCAL_IT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "L14" ;
    skos:prefLabel "square metre hour degree Celsius per kilocalorie (international table)"@en ;
    unece:conversionMultiplier 0.859845 ;
    unece:dimensionVector "M-1 Θ1 T3" ;
    unece:rec20Quantity "thermal insulance, coefficient of thermal insulation"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "m2.h.Cel/kcal_IT" ;
    unece:unitSymbol "m²·h·°C/kcal" .

