@prefix actris_vocab: <https://vocabulary.actris.nilu.no/actris_vocab/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

actris_vocab:
  skos:prefLabel "ACTRIS Vocabulary"@en ;
  a skos:ConceptScheme .

actris_vocab:FourierTransformInfraredSpectrometer
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/aa2c39cf-1c4c-437e-ae2d-29e6a77f1aa2>, <https://codes.wmo.int/wmdr/ObservingMethodAtmosphere/322> ;
  skos:related actris_vocab:reactivetracegasremotesensing ;
  skos:broader actris_vocab:lightabsorptionspectrometer, actris_vocab:experimenttechnique ;
  skos:altLabel "FTIR spectrometer"@en ;
  skos:inScheme actris_vocab: ;
  skos:definition "Instrument to measure the spectral light emission or absorption of a sample, here in the infrared spectral range. The light emitted by the sample, or passed through the sample from a polychromatic light source, is passed into a Michelson interferometer. The Michelson interferometer splits the light beam into 2 parts, where both parts are individually reflected, re-united, and the intensity of the united beam measured. The 2 parts of the light beam experience a difference in optical path length, where the optical path difference can be varied. By scanning through the optical path difference, various combinations of wavelengths are passed through the Michelson interferometer. The mathematical operation of converting the optical path difference scan into an emission / absorption spectrum is called Fourier transform."@en ;
  a skos:Concept ;
  dc:creator <https://orcid.org/0000-0001-8911-7253> ;
  dc:contributor <https://orcid.org/0000-0003-2972-2851> ;
  skos:prefLabel "Fourier Transform Infrared Spectrometer"@en .

actris_vocab:reactivetracegasremotesensing
  skos:prefLabel "reactive trace gas remote sensing"@en ;
  a skos:Concept .

actris_vocab:experimenttechnique
  skos:prefLabel "experiment technique"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:FourierTransformInfraredSpectrometer .

actris_vocab:lightabsorptionspectrometer
  skos:prefLabel "light absorption spectrometer"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:FourierTransformInfraredSpectrometer .

