@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

<https://test.uncefact.org/vocabulary/unit-of-measure/M20> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-MegaK> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M20" ;
    skos:prefLabel "reciprocal megakelvin or megakelvin to the power minus one"@en ;
    unece:dimensionVector "Θ-1" ;
    unece:rec20Quantity "linear expansion coefficient, cubic expansion coefficient, relative pressure coefficient"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:unitSymbol "1/MK" .

