@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/KGM> a skos:Concept ;
    skos:definition "A unit of mass equal to one thousand grams."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KGM" ;
    skos:prefLabel "kilogram"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "effective mass"@en,
        "mass"@en,
        "mass excess"@en,
        "mass of atom (of a nuclide x), nuclidic mass"@en,
        "mass of molecule"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en,
        "Mechanics"@en,
        "Physical Chemistry and Molecular Physics"@en,
        "Solid State Physics"@en ;
    unece:ucumCode "kg" ;
    unece:unitSymbol "kg" .

