@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_skewness .

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

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

