@prefix envthes: <http://vocabs.lter-europe.net/EnvThes/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix iop: <https://w3id.org/iadopt/ont/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

envthes:
  skos:prefLabel "EnvThes"@en ;
  a skos:ConceptScheme .

envthes:22317
  skos:prefLabel "wind direction"@en ;
  a iop:Variable, skos:Concept .

envthes:1
  skos:prefLabel "deprecated concept"@en ;
  a skos:Concept .

envthes:USLterCV_634
  skos:inScheme envthes: ;
  a skos:Concept ;
  dc:isReplacedBy envthes:22317 ;
  skos:scopeNote "US LTER controlled vocabulary"@en ;
  skos:exactMatch <http://en.wikipedia.org/wiki/wind_direction>, <http://aims.fao.org/aos/agrovoc/c_29583> ;
  skos:definition "The true direction from which the wind is blowing at a given location (i.e., wind blowing from the north to the south is a north wind). It is normally measured in tens of degrees from 10 degrees clockwise through 360 degrees. North is 360 degrees. A wind direction of 0 degrees is only used when wind is calm."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "wind direction"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

