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

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

envthes:21845
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:scopeNote "ILTER BIOME"@en ;
  skos:exactMatch <http://www.owl-ontologies.com/unnamed.owl#Taiga> ;
  skos:definition "[ADW] Coniferous or boreal forest, located in a band across northern North America, Europe, and Asia. This terrestrial biome also occurs at high elevations. Long, cold winters and short, wet summers. Few species of trees are present; these are primarily conifers that grow in dense stands with little undergrowth. Some deciduous trees also may be present."@en ;
  skos:broader envthes:21819 ;
  skos:prefLabel "taiga"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

envthes:21819
  skos:prefLabel "森林"@zh, "森林"@ja, "forest"@en ;
  a skos:Concept ;
  skos:narrower envthes:21845 .

