@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/K59> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloMOL-PER-M3-K> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "K59" ;
    skos:prefLabel "kilomole per cubic metre kelvin"@en ;
    unece:conversionMultiplier 1000.0 ;
    unece:dimensionVector "N1 L-3 Θ-1" ;
    unece:rec20Quantity "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "kmol.m-3.K-1" ;
    unece:unitSymbol "(kmol/m³)/K" .

