@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:Ramanpolarizationlidar
  skos:related actris_vocab:aerosolremotesensing ;
  skos:definition "Instrument that transmits single-wavelength pulsed laser light into the atmosphere and collects the backscattered radiation at the laser wavelength as well as the backscattered radiation from the atmospheric nitrogen due to the frequency Raman shift of the transmitted light. Furthermore, it can collect at least one of the backscattered polarization components of the linearly polarized emitted laser light. The system provides spatially resolved aerosol optical properties and aerosol geometrical features: i.e., layer height and thickness, aerosol backscatter and extinction coefficient at the laser wavelength without reliance on a priori assumptions, and volume and particle depolarization ratios at the laser wavelength."@en ;
  skos:broader actris_vocab:lidar ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "Raman polarization 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:lidar
  skos:prefLabel "lidar"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:Ramanpolarizationlidar .

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

