@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:AF_c3_2433
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:altLabel "biogeochemical cycling"@en, "biogeochem cycles"@en, "biochemical cycles"@en ;
  skos:definition "[GEMET] Movement of chemical elements in a circular pathway, from organisms to physical environment, back to organisms. The process is termed a nutrient cycle if the elements concerned are trace elements, which are essential to life. A biogeochemical cycle occurs when vegetation decomposes and minerals are incorporated naturally in the humus for future plant growth"@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "biogeochemical cycle"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

