@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/MTR> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "MTR" ;
    skos:prefLabel "metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L1" ;
    unece:rec20Quantity "(instantaneous) sound particle displacement"@en,
        "Bohr radius"@en,
        "diffusion coefficient for neutron fluence rate, (diffusion coefficient for neutron flux density)"@en,
        "half-thickness, half-value thickness"@en,
        "lattice vector, fundamental lattice vector"@en,
        "length, breadth, height, thickness, radius, radius of curvature, cartesian coordinates, diameter, length of path, distance"@en,
        "mean free path"@en,
        "mean free path of phonons or electrons, London penetration depth, coherence length, diffusion length"@en,
        "mean linear range, mean free path"@en,
        "nuclear radius, electron radius, Compton wavelength"@en,
        "object distance, image distance, focal distance"@en,
        "particle position vector, equilibrium position vector of ion or atom, displacement vector of ion or atom"@en,
        "slowing-down length, diffusion length, migration length"@en,
        "wavelength"@en ;
    unece:rec20Sector "Acoustics"@en,
        "Atomic and Nuclear Physics"@en,
        "Light and Related Electromagnetic Radiations"@en,
        "Nuclear Reactions and Ionizing Radiations"@en,
        "Periodic and related phenomena"@en,
        "Physical Chemistry and Molecular Physics"@en,
        "Solid State Physics"@en,
        "Space and Time"@en ;
    unece:ucumCode "m" ;
    unece:unitSymbol "m" .

