@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:10167
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:scopeNote "LTER EU controlled vocabulary"@en ;
  skos:definition "[http://www.lter-europe.net/sites-platforms/categories] In principle, these sites comply with the description of Master LTER Sites, but differ in volume of instrumentation as well as multi use and availability of long-term data across all ecosystem compartments and disciplines."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "regular site"@en ;
  dc:creator "0000-0003-1068-2394"@en .

