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

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

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

envthes:EnvEU_259
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:altLabel "VPD"@en ;
  skos:definition "The difference (deficit) between the amount of moisture in the air and how much moisture the air can hold when it is saturated. Once air becomes saturated water will condense out to form clouds, dew or films of water over leaves."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "vapor pressure deficit"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

