@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://vocab.uncece-test.workers.dev/> .

<https://vocab.uncece-test.workers.dev/unit-of-measure/D49> a skos:Concept ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D49" ;
    skos:prefLabel "millivolt per kelvin"@en ;
    unece:rec20Quantity "Thompson coefficient"@en ;
    unece:rec20Sector "Solid State Physics"@en ;
    unece:unitSymbol "mV/K" .

