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

