@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/C92> a skos:Concept ;
    skos:exactMatch <http://qudt.org/vocab/unit/PER-M> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "C92" ;
    skos:prefLabel "reciprocal metre"@en ;
    unece:conversionMultiplier 1.0 ;
    unece:dimensionVector "L-1" ;
    unece:rec20Quantity "Rydberg constant"@en,
        "angular reciprocal lattice vector, fundamental reciprocal lattice vector"@en,
        "angular repetency, angular wave number"@en,
        "attenuation coefficient, phase coefficient, propagation coefficient"@en,
        "curvature"@en,
        "linear attenuation coefficient"@en,
        "linear attenuation coefficient, linear extinction coefficient,linear absorption coefficient"@en,
        "linear ionization by a particle, total ionization by a particle"@en,
        "macroscopic cross-section, volumic cross-section, volumic total cross-section, macroscopic total cross-section"@en,
        "repetency, wavenumber"@en,
        "vergence, lens power"@en,
        "wave number, attenuation coefficient, phase coefficient, propagation coefficient, repetency"@en,
        "wavenumber, repetency"@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,
        "Solid State Physics"@en,
        "Space and Time"@en ;
    unece:ucumCode "/m" ;
    unece:unitSymbol "m⁻¹" .

