@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:57
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:note "[controlled by ] Heikki Hamalainen"@en ;
  skos:scopeNote "MAES Working Group"@en ;
  skos:definition "A river is a natural watercourse, usually freshwater, flowing towards an ocean, a lake, a sea, or another river. Small rivers may be called by several other names, including stream, creek, brook, rivulet, and rill. A lake is a body of relatively still water of considerable size, localized in a basin, that is surrounded by land apart from a river, stream, or other form of moving water that serves to feed or drain the lake. Lakes are inland and not part of the ocean and therefore are distinct from lagoons, and are larger and deeper than ponds. Lakes can be contrasted with rivers or streams, which are usually flowing."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "rivers and lakes"@en ;
  dc:creator "0000-0003-0631-8231"@en .

