@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/M59> a skos:Concept ;
    skos:definition "SI base unit meter divided by the product of SI base unit second and the derived SI unit pascal."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/M-PER-SEC-PA> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "M59" ;
    skos:prefLabel "metre per second pascal"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L2 M-1 T1" ;
    unece:rec20Quantity "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Space and Time"@en ;
    unece:ucumCode "m.s-1.Pa-1" ;
    unece:unitSymbol "(m/s)/Pa" .

