@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:angle.lunar_zenith
  skos:broader evdc_vocab:uvvisdobsontotalcol ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "angle.lunar_zenith"@en ;
  dc:description "The lunar zenith angle at which the measurement was taken (for stations that make direct moon measurements)"@en ;
  a skos:Concept .

evdc_vocab:uvvisdobsontotalcol
  skos:prefLabel "uvvis dobson totalcol"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:angle.lunar_zenith .

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

