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

evdc_vocab:groundbasedin-situ
  skos:prefLabel "groundbased in-situ"@en ;
  a skos:Concept ;
  skos:broader evdc_vocab:groundbased .

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

evdc_vocab:groundbasedremotesensing
  skos:prefLabel "groundbased remote sensing"@en ;
  a skos:Concept ;
  skos:broader evdc_vocab:groundbased .

evdc_vocab:platformtype
  skos:prefLabel "platform type"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:groundbased .

evdc_vocab:groundbased
  skos:broader evdc_vocab:platformtype ;
  skos:narrower evdc_vocab:groundbasedremotesensing, evdc_vocab:groundbasedin-situ ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "groundbased"@en ;
  a skos:Concept .

