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

evdc_vocab:aircraft
  skos:prefLabel "aircraft"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:aircraftremotesensing .

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

evdc_vocab:aircraftremotesensing
  skos:broader evdc_vocab:aircraft ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "aircraft remote sensing"@en ;
  a skos:Concept .

