@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:USLterCV_370
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:note "[controlled by ] Staszewski 08.06.2013"@en ;
  skos:scopeNote "US LTER controlled vocabulary"@en ;
  skos:exactMatch <http://vocab.lternet.edu/vocab/vocab/index.php?tema=370&/nitrification>, <http://www.eionet.europa.eu/gemet/concept/5598>, <http://en.wikipedia.org/wiki/nitrification>, <http://aims.fao.org/aos/agrovoc/c_12834> ;
  skos:definition "[Henderson's] n. the oxidation of ammonium ion to nitrite, and the oxidation of nitrite to nitrate, carried out chieﬂy by a few groups of soil bacteria (nitriﬁers), mainly genera Nitrosomonas and Nitrobacter and also by a few species of fungi."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "nitrification"@fr, "nitrification"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

