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

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

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

envthes:10198
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:note "Definition edited by Ulf Grandin, 2016-10-14"@en ;
  dc:isReplacedBy elter_cl:10546 ;
  skos:exactMatch <http://www.eea.europa.eu/data-and-maps/figures/biogeographical-regions-in-europe-1> ;
  skos:definition "A designated area of the Earth determined by the distribution of flora and fauna. The concept has been adoped by the European Union, which has recognised nine terrestrial biogeographical regions, each with its own characteristic blend of vegetation, climate and geology. Marine regions were created for practical reasons for the Article 17 reporting and they are used also in the assessment of marine Natura 2000 sites during biogeographical seminars and associated bilateral meetings (EEA, 2002)."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "Bio-geographical Region"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

