@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:03733596-c643-4c14-a7bc-3048591a3f2d
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:note "[source of definition ] Wikipedia\" , \"[controlled by ] Heikki Hamalainen\" , \"[comments ] should basically read Daphnia (starting with upper case D) as a name of a genus"@en ;
  skos:definition "Daphnia (genus) are small, planktonic crustaceans, between 0.2 and 5 mm in length. Daphnia are members of the order Cladocera, and are one of the several small aquatic crustaceans commonly called water fleas because of their saltatory swimming style."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "daphnia"@en ;
  dc:creator "nsb@ceh.ac.uk"@en .

