@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/D43> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/U> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "D43" ;
    skos:prefLabel "unified atomic mass unit"@en ;
    unece:conversionMultiplier 1.660539e-27 ;
    unece:dimensionVector "M1" ;
    unece:rec20Quantity "mass defect"@en,
        "mass of atom (of a nuclide x), nuclidic mass, unified atomic mass constant"@en,
        "mass of molecule"@en ;
    unece:rec20Sector "Atomic and Nuclear Physics"@en,
        "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "u" ;
    unece:unitSymbol "u" .

