@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:36
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:exactMatch <http://purl.obolibrary.org/obo/ENVO_01000336> ;
  skos:definition "[Henderson's] the horizontal ecological stratum of a plant community composed of shrubs, which is higher than the ﬁeld, or herb, layer and lower than the tree layer. alt. bush layer."@en ;
  skos:broader envthes:21900 ;
  skos:prefLabel "shrub layer"@en ;
  dc:creator "0000-0003-0631-8231"@en .

envthes:21900
  skos:prefLabel "layer"@en ;
  a skos:Concept ;
  skos:narrower envthes:36 .

