@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:22211
  skos:prefLabel "relative abundance"@en ;
  a skos:Concept .

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

envthes:USLterCV_462
  skos:inScheme envthes: ;
  a skos:Concept ;
  skos:note "[controlled by ] U Grandin, 2013-08-22\" , \"[source of definition ] http://en.wikipedia.org/wiki/Relative_species_abundance, 2013-08-22"@en ;
  dc:isReplacedBy envthes:22211 ;
  skos:scopeNote "US LTER controlled vocabulary"@en ;
  skos:exactMatch <http://en.wikipedia.org/wiki/relative_abundance> ;
  skos:definition "How common or rare a species is relative to other species in a given location or community"@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "relative abundance"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

