@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/KMQ> a skos:Concept ;
    skos:definition "A unit of weight expressed in kilograms of a substance that fills a volume of one cubic metre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-PER-M3> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KMQ" ;
    skos:prefLabel "kilogram per cubic metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-3 M1" ;
    unece:rec20Quantity "density, mass density, volumic mass"@en,
        "volumic mass, density, mass density"@en,
        "volumic mass, mass density, density, mass concentration of B, amount of substance, concentration of B"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Mechanics"@en,
        "Physical Chemistry and Molecular Physics"@en ;
    unece:ucumCode "kg.m-3" ;
    unece:unitSymbol "kg/m³" .

