@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:off-axisintegratedcavityoutputspectrometer
  skos:related actris_vocab:reactivetracegasesinsitu ;
  skos:definition "Instrument that determines the mixing ratio of an analyte by the optical extinction of laser light of a specific wavelength in a high-finesse optical cavity consisting of two highly reflective mirrors. The optical extinction is caused by scattering or absorption by the analyte. The continuous-wave laser is coupled in an off-axis configuration with respect to the optical cavity."@en ;
  skos:broader actris_vocab:lightabsorptionspectrometer ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "off-axis integrated cavity output spectrometer"@en ;
  dc:creator <https://orcid.org/0000-0002-3380-3470> ;
  dc:contributor <https://orcid.org/0000-0003-2042-9333> ;
  a skos:Concept .

actris_vocab:reactivetracegasesinsitu
  skos:prefLabel "reactive trace gases in situ"@en ;
  a skos:Concept .

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

actris_vocab:LosGatosNO2Analyzer skos:related actris_vocab:off-axisintegratedcavityoutputspectrometer .
