@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

envthes:20599
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:note "[source of definition ] http://en.wikipedia.org/wiki/Bee"@en ;
  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:20596 ;
  skos:prefLabel "bees"@en ;
  dc:modified "2022-10-10"^^xsd:date ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

envthes:20596
  skos:prefLabel "arthropods"@en ;
  a skos:Concept ;
  skos:narrower envthes:20599 .

