@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:20928
  skos:prefLabel "woody debris biomass"@en ;
  a skos:Concept .

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

envthes:USLterCV_638
  skos:inScheme envthes: ;
  a skos:Concept ;
  dc:isReplacedBy envthes:20928 ;
  skos:scopeNote "US LTER controlled vocabulary"@en ;
  skos:definition "can be defined as any piece of dead woody debris greater than 0.5 cm and less than 10 cm in diameter and typically represents material such as tree and shrub branches and roots (Woodall and Monleon, 2008)."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "woody debris"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

