@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix constant: <http://qudt.org/vocab/constant/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix qkdv: <http://qudt.org/vocab/dimensionvector/> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix si-quantity: <https://si-digital-framework.org/quantities/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

quantitykind:Wavenumber
  a qudt:QuantityKind ;
  dcterms:description "\"Wavenumber\" is the spatial frequency of a wave - the number of waves that exist over a specified distance. More formally, it is the reciprocal of the wavelength. It is also the magnitude of the wave vector. Light passing through different media keeps its frequency, but not its wavelength or wavenumber. The unit for wavenumber commonly used in spectroscopy is centimetre to power minus one, PER-CM, rather than metre to power minus one, PER-M."^^qudt:LatexString ;
  qudt:applicableUnit unit:KY ;
  qudt:applicableUnit unit:M-PER-HA ;
  qudt:applicableUnit unit:M-PER-M2 ;
  qudt:applicableUnit unit:MESH ;
  qudt:applicableUnit unit:NUM-PER-M ;
  qudt:applicableUnit unit:PER-ANGSTROM ;
  qudt:applicableUnit unit:PER-CentiM ;
  qudt:applicableUnit unit:PER-KiloM ;
  qudt:applicableUnit unit:PER-M ;
  qudt:applicableUnit unit:PER-MicroM ;
  qudt:applicableUnit unit:PER-MilliM ;
  qudt:applicableUnit unit:PER-NanoM ;
  qudt:applicableUnit unit:PER-PicoM ;
  qudt:hasDimensionVector qkdv:A0E0L-1I0M0H0T0D0 ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Wavenumber"^^xsd:anyURI ;
  qudt:latexDefinition """$\\sigma = \\frac{\\nu}{c}$, where $\\sigma$ is the wave number, $\\nu$ is the frequency, and $c$ is the speed of light in the medium.

Or:

$k = \\frac{2\\pi}{\\lambda}= \\frac{2\\pi\\upsilon}{\\upsilon_p}=\\frac{\\omega}{\\upsilon_p}$, where $\\upsilon$ is the frequency of the wave, $\\lambda$ is the wavelength, $\\omega = 2\\pi \\upsilon$ is the angular frequency of the wave, and $\\upsilon_p$ is the phase velocity of the wave."""^^qudt:LatexString ;
  qudt:latexSymbol "$\\sigma$"^^qudt:LatexString ;
  qudt:plainTextDescription "\"Wavenumber\" is the spatial frequency of a wave - the number of waves that exist over a specified distance. More formally, it is the reciprocal of the wavelength. It is also the magnitude of the wave vector. Light passing through different media keeps its frequency, but not its wavelength or wavenumber. The unit for wavenumber commonly used in spectroscopy is centimetre to power minus one, PER-CM, rather than metre to power minus one, PER-M." ;
  qudt:siExactMatch si-quantity:WANU ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q192510> ;
  rdfs:comment "Applicable units are those of quantitykind:InverseLength" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Bilangan gelombang"@ms ;
  rdfs:label "Liczba falowa"@pl ;
  rdfs:label "Repetenz"@de ;
  rdfs:label "Vlnové číslo"@cs ;
  rdfs:label "dalga sayısı"@tr ;
  rdfs:label "nombre d'onde"@fr ;
  rdfs:label "numero d'onda"@it ;
  rdfs:label "número de ola"@es ;
  rdfs:label "número de onda"@pt ;
  rdfs:label "valovno število"@sl ;
  rdfs:label "wavenumber"@en ;
  rdfs:label "Волновое число"@ru ;
  rdfs:label "عدد الموجة"@ar ;
  rdfs:label "عدد موج"@fa ;
  rdfs:label "波数"@ja ;
  rdfs:label "波数"@zh ;
  rdfs:seeAlso quantitykind:AngularWavenumber ;
  skos:altLabel "Wellenzahl"@de ;
  skos:broader quantitykind:InverseLength .
