@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_azimuth
  skos:broader evdc_vocab:ftiriso, evdc_vocab:uvvisdobsontotalcol, evdc_vocab:ftir, evdc_vocab:ftuv ;
  a skos:Concept ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "angle.lunar_azimuth"@en ;
  dc:description "The azimuth viewing direction of the instrument using north as the reference plane and increasing clockwise (0 for north; 90 for east and so on)"@en, "The solar (or lunar) azimuth angle at which the measurement was taken (0 for north; 90 for east and so on)"@en, "The lunar azimuth angle at which the measurement was taken using north as the reference plane and increasing clockwise (0 for north; 90 for east and so on)"@en .

evdc_vocab:ftir
  skos:prefLabel "ftir"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:angle.lunar_azimuth .

evdc_vocab:ftiriso
  skos:prefLabel "ftir iso"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:angle.lunar_azimuth .

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

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

evdc_vocab:ftuv
  skos:prefLabel "ftuv"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:angle.lunar_azimuth .

