@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 owl: <http://www.w3.org/2002/07/owl#> .

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

envthes:20599
  skos:prefLabel "bees"@en ;
  a skos:Concept .

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

envthes:EnvEu_51
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:note "[source of definition ] http://en.wikipedia.org/wiki/Bee"@en ;
  dc:isReplacedBy envthes:20599 ;
  skos:scopeNote "LTER EU controlled vocabulary"@en ;
  skos:exactMatch <http://en.wikipedia.org/wiki/bees> ;
  skos:definition "[Henderson's] n.plu. insects of the superfamily Apoidea of the order Hymenoptera, some of which are social and some solitary. They include the honey bees (Apis), bumblebees (Bombus) and ﬂower bees (Anthophora). Bees feed themselves and their young on pollen and nectar gathered from ﬂowers, and are important plant pollinators. The social bees form colonies with a single queen, males (drones) and workers."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "bees"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

