@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/C91> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C91" ;
    skos:prefLabel "reciprocal kelvin or kelvin to the power minus one"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "Θ-1" ;
    unece:rec20Quantity "linear expansion coefficient, cubic expansion coefficient, relative pressure coefficient"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "/K" ;
    unece:unitSymbol "K⁻¹" .

