@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:sodar
  skos:prefLabel "sodar"@en ;
  a skos:Concept ;
  skos:narrower evdc_vocab:wind.vertical_kurtosis .

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

evdc_vocab:wind.vertical_kurtosis
  skos:broader evdc_vocab:sodar ;
  skos:inScheme evdc_vocab: ;
  skos:prefLabel "wind.vertical_kurtosis"@en ;
  dc:description "Kurtosis of the vertical component of the wind speed. Defined as the ratio of the fourth central statistical moment of the sample to the 4th power of the standard deviation."@en ;
  a skos:Concept .

