@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/MTS> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M-PER-SEC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MTS" ;
    skos:prefLabel "metre per second"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1 T-1" ;
    unece:rec20Quantity "(instantaneous) sound particle velocity"@en,
        "neutron speed"@en,
        "phase velocity of electromagnetic_x000D_ waves, phase speed of electromagnetic waves"@en,
        "velocity (speed) on propagation of electromagnetic waves in vacuo"@en,
        "velocity of sound (phase velocity), group velocity"@en,
        "velocity, phase velocity, group velocity"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Electricity and Magnetism"@en,
        "Light and Related Electromagnetic Radiations"@en,
        "Nuclear Reactions and Ionizing Radiations"@en,
        "Space and Time"@en ;
    unece:ucumCode "m.s-1" ;
    unece:unitSymbol "m/s" .

