@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/K52> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloCAL_IT-PER-HR-M-DEG_C> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K52" ;
    skos:prefLabel "kilocalorie (international table) per hour metre degree Celsius"@en ;
    unece:conversionMultiplier 1.163 ;
    unece:dimensionVector "L1 M1 Θ-1 T-3" ;
    unece:rec20Quantity "thermal conductivity"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "kcal_IT.h-1.m-1.Cel-1" ;
    unece:unitSymbol "kcal/(m·h·°C)" .

