@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/D39> a skos:Concept ;
    owl:deprecated true ;
    skos:exactMatch <http://qudt.org/vocab/unit/CAL_TH-PER-SEC-CentiM2-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D39" ;
    skos:prefLabel "calorie (thermochemical) per second square centimetre kelvin"@en ;
    unece:conversionMultiplier 41840.0 ;
    unece:dimensionVector "M1 Θ-1 T-3" ;
    unece:rec20Quantity "surface coefficient of heat transfer"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "cal_th.s-1.cm-2.K-1" ;
    unece:unitSymbol "calth/(s·cm²·K)" .

