@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:22137
  skos:prefLabel "inorganic nutrient content"@en ;
  a skos:Concept .

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

envthes:USLterCV_266
  skos:inScheme envthes: ;
  a skos:Concept ;
  dc:isReplacedBy envthes:22137 ;
  skos:altLabel "inorganic nutrients"@en ;
  skos:scopeNote "US LTER controlled vocabulary"@en ;
  skos:definition "Inorganic nutrients are chemical elements, compounds, and other substances that an organism needs to live and grow or a substance used in an organism's metabolism that are not chemically carbon-based."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "inorganic nutrient"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

