@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:radiometerbroadband
  skos:prefLabel "radiometer broadband"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:radiation.direct_flag .

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

evdc_vocab:radiation.direct_flag
  skos:broader evdc_vocab:radiometerbroadband ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "radiation.direct_flag"@en ;
  dc:description "Quality codes of the 1-minutes means. Each quality code holds 6 quality flags resulting in quality codes between 0 and 63. A quality code of 0 means that all checks were passed successfully. 1=Measurement falls below the physically possible limit; 2=Measurement exceeds the physically possible limit; 4=Measurement falls below the extremely rare limit; 8=Measurement exceeds the extremely rare limit; 16=Compared with a corresponding measurement the measurement is too low; 32=Compared with a corresponding measurement the measurement is too high"@en ;
  a skos:Concept .

