@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/F10> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/K-PER-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "F10" ;
    skos:prefLabel "kelvin per hour"@en ;
    unece:conversionMultiplier 0.0002777777777777778 ;
    unece:dimensionVector "Θ1 T-1" ;
    unece:rec20Quantity "temperature"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "K.h-1" ;
    unece:unitSymbol "K/h" .

