@prefix envthes: <http://vocabs.lter-europe.net/EnvThes/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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:22240
  skos:prefLabel "snow depth"@en ;
  a envthes:22240 .

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

envthes:USLterCV_515
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:note "[source of definition ] http://meteorology.geography-dictionary.org/Meteorology-and-Weather-Dictionary/\" , \"[controlled by ] Heikki Hamalainen"@en ;
  dc:isReplacedBy envthes:22240 ;
  skos:altLabel "snow thickness"@en ;
  skos:scopeNote "US LTER controlled vocabulary"@en ;
  skos:definition "The vertical height of frozen precipitation on the ground: For this purpose, frozen precipitation includes ice pellets, glaze, hail, any combination of these, and sheet ice formed directly or indirectly from precipitation"@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "snow depth"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

