@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 owl: <http://www.w3.org/2002/07/owl#> .

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

envthes:20621
  skos:prefLabel "蜗牛"@zh, "巻貝類"@ja, "snails"@en ;
  a skos:Concept .

envthes:1
  skos:prefLabel "deprecated concept"@en ;
  a skos:Concept .

envthes:USLterCV_512
  skos:inScheme envthes: ;
  a skos:Concept ;
  dc:isReplacedBy envthes:20621 ;
  skos:scopeNote "US LTER controlled vocabulary"@en ;
  skos:exactMatch <http://en.wikipedia.org/wiki/snails>, <http://aims.fao.org/aos/agrovoc/c_7121> ;
  skos:definition "[Henderson's] n. generally refers to a member of the large group of terrestrial and freshwater gastropod molluscs of the subclass Pulmonata, which have a helically coiled shell, no ctenidia, and in which the mantle cavity is used as a lung."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "snails"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

