@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:20911
  skos:prefLabel "forest canopy"@en ;
  a skos:Concept .

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

envthes:USLterCV_82
  skos:inScheme envthes: ;
  a skos:Concept ;
  dc:isReplacedBy envthes:20911 ;
  skos:altLabel "canopy"@en ;
  skos:scopeNote "US LTER controlled vocabulary"@en ;
  skos:definition "the canopy is the aboveground portion of a plant community or crop, formed by plant crowns. For forests, canopy also refers to the upper layer or habitat zone, formed by mature tree crowns and including other biological organisms (epiphytes, lianas, arboreal animals, etc.)."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "forest canopy"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

