@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:52
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:note "[controlled by ] Leca Stefan 14.06.2013"@en ;
  skos:scopeNote "MAES Working Group"@en ;
  skos:definition "[Henderson's] n. biome found in regions where the average annual precipitation (ca. 25– 76 cm) is sufﬁcient to support the growth of grasses and other herbaceous plants but generally insufﬁcient to support continu­ous tree cover. In wetter regions grassland is maintained as a result of grazing by her­bivores. see alpine grassland, giant-grass community, prairie, savanna, short-grass community, steppe, tall-grass community, veld."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "prairie"@fr, "grassland"@en ;
  dc:creator "0000-0003-0631-8231"@en .

