@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/C88> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-EV-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C88" ;
    skos:prefLabel "reciprocal electron volt per cubic metre"@en ;
    unece:conversionMultiplier 6.241509e+18 ;
    unece:dimensionVector "L-5 M-1 T2" ;
    unece:rec20Quantity "density of states"@en ;
    unece:rec20Sector "Solid State Physics"@en ;
    unece:ucumCode "eV-1.m-3" ;
    unece:unitSymbol "eV⁻¹/m³" .

