@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/M94> a skos:Concept ;
    skos:definition "Unit of imbalance as a product of the SI base unit kilogram and the SI base unit metre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/KiloGM-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M94" ;
    skos:prefLabel "kilogram metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 M1" ;
    unece:rec20Quantity "moment of force, moment of a couple, torque"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "kg.m" ;
    unece:unitSymbol "kg·m" .

