@prefix evdc_vocab: <https://vocabulary.evdc.nilu.no/evdc_vocab/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

evdc_vocab:aerosol.backscatter.ratio_uncertainty.combined.standard
  skos:broader evdc_vocab:lidaraerosoll3, evdc_vocab:lidaraerosol ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "aerosol.backscatter.ratio_uncertainty.combined.standard"@en ;
  dc:description "Combined uncertainty of backcatter ratio at corresponding wavelength"@en, "Combined Uncertainty of the Aerosol Backscatter Ratio: standard definition is square root of the sum of the squares of the random and systematic uncertainties"@en ;
  a skos:Concept .

evdc_vocab:lidaraerosol
  skos:prefLabel "lidar aerosol"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:aerosol.backscatter.ratio_uncertainty.combined.standard .

evdc_vocab:lidaraerosoll3
  skos:prefLabel "lidar aerosol l3"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:aerosol.backscatter.ratio_uncertainty.combined.standard .

evdc_vocab:
  skos:prefLabel "EVDC vocabulary"@en ;
  a skos:ConceptScheme .

