@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:20101
  skos:prefLabel "施肥"@zh, "施肥"@ja, "fertilizer application"@en ;
  a skos:Concept .

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

envthes:EnvEU_268
  skos:inScheme envthes: ;
  a skos:Concept ;
  dc:isReplacedBy envthes:20101 ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_10795> ;
  skos:definition "Any of a large number of natural and synthetic materials, including manure and nitrogen, phosphorus, and potassium compounds, spread on or worked into soil to increase its capacity to support plant growth"@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "fertilizer application"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

