@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_13
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:note "[controlled by ] Mark Frenzel, 22 May 2013"@en ;
  skos:scopeNote "LTER EU controlled vocabulary"@en ;
  skos:exactMatch <http://www.eionet.europa.eu/gemet/concept/3808>, <http://linkeddata.ge.imati.cnr.it:2020/resource/EARTh/25170>, <http://eurovoc.europa.eu/1221>, <http://en.wikipedia.org/wiki/habitat> ;
  skos:definition "[Henderson's] n. the environment within which an organism is normally found. A habitat is characterized by the physical characteris­tics of the environment and/or the dominant vegetation or other stable biotic charac­teristics. Examples of habitats can be as general as lakes, woodland or soil, or more speciﬁc, such as mudﬂats, the bark of an oak tree, chalk downland. cf. niche. see also Shelford’s law of tolerance."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "habitat"@fr, "habitat"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

