@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:USLterCV_196
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:scopeNote "US LTER controlled vocabulary"@en ;
  skos:exactMatch <http://en.wikipedia.org/wiki/fishes>, <http://aims.fao.org/aos/agrovoc/c_2943> ;
  skos:definition "[Henderson's] n.plu. group of aquatic limbless vertebrates, breathing mainly by means of gills, with streamlined bodies and ﬁns and with the body covered in scales (in bony ﬁshes), and comprising the Chondrichthyes (cartilaginous ﬁshes) and the Osteichthyes (bony ﬁshes). The Agnatha are also some­times called ﬁshes."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "fishes"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

