@prefix actris_vocab: <https://vocabulary.actris.nilu.no/actris_vocab/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix actris_ctrl_lists: <https://vocabulary.actris.nilu.no/actris_controlled_lists/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

actris_vocab:Rayleightfittest
  dc:isReplacedBy actris_ctrl_lists:Rayleightfittest ;
  owl:deprecated "true"@en ;
  skos:definition "This checkup tells us the quality of the signals in the far range. Especially analog signals show distortions there. The Rayleigh-fit is a normalization of the range corrected lidar signal to the calculated attenuated molecular backscatter coefficient (Rayleigh signal) in a range where we assume clean air without aerosols and where the calculated signal fits the lidar signal sufficiently good."@en ;
  skos:broader actris_vocab:instrumentstatuscheck ;
  skos:inScheme actris_vocab: ;
  skos:prefLabel "Rayleight fit test"@en ;
  dc:creator <https://orcid.org/0000-0001-8301-1319> ;
  dc:contributor <https://orcid.org/0000-0001-5722-3430> ;
  a skos:Concept .

actris_vocab:instrumentstatuscheck
  skos:prefLabel "instrument status check"@en ;
  a skos:Concept ;
  skos:narrower actris_vocab:Rayleightfittest .

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

