@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/M99> a skos:Concept ;
    skos:definition "Product of the 0,001-fold of the SI base unit kilogram and the 0,01-fold of the SI base unit metre divided by the SI base unit second."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/GM-CentiM-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M99" ;
    skos:prefLabel "gram centimetre per second"@en ;
    unece:conversionMultiplier 1e-05 ;
    unece:dimensionVector "L1 M1 T-1" ;
    unece:rec20Quantity "momentum"@en ;
    unece:rec20Sector "Mechanics"@en ;
    unece:ucumCode "g.cm.s-1" ;
    unece:unitSymbol "g·(cm/s)" .

