@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:aerosolremotesensing
  skos:prefLabel "aerosol remote sensing"@en ;
  a skos:Concept .

actris_vocab:lidar
  skos:prefLabel "lidar"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:multiwavelengthRamanlidar .

actris_vocab:multiwavelengthRamanlidar
  skos:related actris_vocab:aerosolremotesensing ;
  skos:definition "Instrument that transmits multiple-wavelength pulsed laser light into the atmosphere and collects the backscattered radiation at the laser wavelengths as well as the backscattered radiation from the atmospheric nitrogen due to the frequency shift of the transmitted light for more than one of the laser wavelengths. The system provides spatially resolved aerosol optical properties and aerosol geometrical features: i.e., layer height and thickness, and aerosol backscatter and extinction coefficient without reliance on a priori assumptions for more than one of the laser wavelengths."@en ;
  skos:broader actris_vocab:lidar ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "multiwavelength Raman lidar"@en ;
  dc:creator <https://orcid.org/0000-0001-8301-1319> ;
  dc:contributor <https://orcid.org/0000-0003-4157-0838> ;
  a skos:Concept .

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

