@prefix envthes: <http://vocabs.lter-europe.net/EnvThes/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .

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

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

envthes:EnvEU_224
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:note "[controlled by ] Giorgio Matteucci, 23/05/2013\" , \"[source of definition ] Expert (first part) + Hend for habitat definition"@en ;
  skos:definition "Structure of the habitat where an organism is living. It may include the number and type of layers (e.g. herb-, understory-, tree-layer), their features such as height, coverage, percent over the whole habitat. A habitat is the environment within which an organism is normally found. A habitat is characterized by the physical characteristics of the environment and/or the dominant vegetation or other stable biotic characteristics."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "biotic diversity within habitat structure"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

