@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:10099
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:exactMatch <http://purl.bioontology.org/ontology/MESH/D033342> ;
  skos:definition "[MESH] A huge subclass of mostly marine CRUSTACEA, containing over 14,000 species. The 10 orders comprise both planktonic and benthic organisms, and include both free-living and parasitic forms. Planktonic copepods form the principle link between PHYTOPLANKTON and the higher trophic levels of the marine food chains."@en ;
  skos:broader envthes:20613 ;
  skos:prefLabel "copepoda"@en ;
  dc:modified "2022-10-10"^^xsd:date ;
  dc:creator "0000-0003-1068-2394"@en ;
  dc:created "2015-05-12"^^xsd:date .

envthes:20613
  skos:prefLabel "crustaceans"@en ;
  a skos:Concept ;
  skos:narrower envthes:10099 .

