@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:10230
  skos:narrower envthes:20003 ;
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:exactMatch <http://purl.obolibrary.org/obo/ENVO_01000620> ;
  skos:definition "A mesocosm is an experimental method that brings a small part of the natural environment under controlled conditions. In this way mesocosms provide a link between observational field studies that take place in natural environments, but without replication, and controlled laboratory experiments that may take place under somewhat unnatural conditions"@en ;
  skos:broader envthes:20138 ;
  skos:prefLabel "mesocosm"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

envthes:20003
  skos:prefLabel "aquatic mesocosm"@en ;
  a skos:Concept ;
  skos:broader envthes:10230 .

envthes:20138
  skos:prefLabel "laboratory method"@en ;
  a skos:Concept ;
  skos:narrower envthes:10230 .

