@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/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

envthes:
  skos:prefLabel "EnvThes"@en ;
  a skos:ConceptScheme .

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

envthes:1
  skos:prefLabel "deprecated concept"@en ;
  a skos:Concept .

envthes:EnvEu_89
  skos:inScheme envthes: ;
  a skos:Concept ;
  dc:contributor "0000-0003-0631-8231"@en ;
  dc:isReplacedBy envthes:21900 ;
  skos:altLabel "layers"@en ;
  skos:scopeNote "LTER EU controlled vocabulary"@en ;
  skos:definition "[Henderson's] n. horizontal stratum in a plant com­munity. The following are usually distin­guished: the tree layer or canopy, the shrub layer, comprising the shrubby understorey, the herb layer of grass and herbaceous plants, and the ground (moss) layer, com­prising the ground surface and lichens and mosses."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "layer"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

