@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:2
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:definition "[Henderson's] n. (1) the plants peculiar to a country, area, speciﬁed environment or period; (2) a book giving descriptions of these plants; (3) the microorganisms that naturally live in and on animals and plants, e.g. gut ﬂora, skin ﬂora."@en ;
  skos:broader envthes:20708 ;
  skos:prefLabel "flora"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

envthes:20708
  skos:prefLabel "biological system"@en ;
  a skos:Concept ;
  skos:narrower envthes:2 .

