@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/CKG> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/C-PER-KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "CKG" ;
    skos:prefLabel "coulomb per kilogram"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "I1 M-1 T1" ;
    unece:rec20Quantity "exposure"@en ;
    unece:rec20Sector "Nuclear Reactions and Ionizing Radiations"@en ;
    unece:ucumCode "C.kg-1" ;
    unece:unitSymbol "C/kg" .

