@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:elasticlidar
  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. The system provides spatially resolved aerosol optical properties and aerosol geometrical features: i.e., layer height and thickness, and aerosol backscatter coefficient at the laser wavelength using a priori assumptions and further ancillary information."@en ;
  skos:broader actris_vocab:lidar ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "elastic 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:elasticlidar .

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

