@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:40
  skos:inScheme envthes: ;
  a skos:Concept ;
  dc:contributor "0000-0003-0631-8231"@en ;
  skos:note "[controlled by ] Staszewski 08.06.2013"@en ;
  skos:altLabel "O layer"@en, "organic layer"@en ;
  skos:definition "[Agren & Andersson 2012] Accumulation of litter and particular decomposed plant parts on top of the mineral soil. Often sub-divided into litter (S, L and F) and humus (H) horizons. This horizon consists mostly of organic matter. In forest soils, this horizon is often called forest floor"@en ;
  skos:broader envthes:39 ;
  skos:prefLabel "O horizon"@en ;
  dc:creator "0000-0003-0631-8231"@en .

envthes:39
  skos:prefLabel "soil horizon"@en ;
  a skos:Concept ;
  skos:narrower envthes:40 .

