@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:elasticpolarizationlidar .

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

actris_vocab:elasticpolarizationlidar
  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. 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 coefficient at the laser wavelength using a priori assumptions and further ancillary information, and volume and particle depolarization ratios at the laser wavelength."@en ;
  skos:broader actris_vocab:lidar ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "elastic polarization lidar"@en ;
  dc:creator <https://orcid.org/0000-0001-8301-1319> ;
  dc:contributor <https://orcid.org/0000-0003-4157-0838> ;
  a skos:Concept .

