@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:10168
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:scopeNote "LTER EU controlled vocabulary"@en ;
  skos:definition "[http://www.lter-europe.net/sites-platforms/categories] a) EMERGING: recently established LTER Sites (3-5 years of observation) being developed towards a higher category; b) EXTENSIVE: LTER Sites with specific long-term monitoring and scientific foci and therefore not following the full ecosystem approach (e.g. for reasons of limited considered spatial scale). Extensive LTER Sites may emphasize the long-term monitoring (observation), but there must be an explicit research component."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "emerging site"@en ;
  dc:creator "0000-0003-1068-2394"@en .

