@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/A30> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/C-PER-MilliM3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "A30" ;
    skos:prefLabel "coulomb per cubic millimetre"@en ;
    unece:conversionMultiplier 1000000000.0 ;
    unece:dimensionVector "I1 L-3 T1" ;
    unece:rec20Quantity "volume density of charge, charge density, volumic charge"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "C.mm-3" ;
    unece:unitSymbol "C/mm³" .

