@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:msa0269
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:altLabel "CBD"@en ;
  skos:scopeNote "MS Academic Keywords"@en ;
  skos:definition "[Marcus Zisenis] The Convention on Biological Diversity (CBD) is a major step forward towards an integrated approachof biodiversity and conservation to sustainable development. The CBD mentions in its preamble theintrinsic value of biological diversity and the ecological, genetic, social, economic, scientific,educational, cultural, recreational and aesthetic values of biological diversity and itscomponents..."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "convention on biological diversity"@en ;
  dc:creator <https://orcid.org/0000-0003-2195-3997> .

