@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:20102
  skos:prefLabel "農薬施用"@ja, "农药喷洒"@zh, "pesticide application"@en ;
  a skos:Concept .

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

envthes:EnvEU_269
  skos:inScheme envthes: ;
  a skos:Concept ;
  dc:isReplacedBy envthes:20102 ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_27879> ;
  skos:definition "Pesticide application refers to the practical way in which pesticides, (including herbicides, fungicides, insecticides, or nematode control agents) are delivered to their biological targets (e.g. pest organism, crop or other plant)."@en ;
  skos:broader envthes:1 ;
  owl:deprecated true ;
  skos:prefLabel "pesticide application"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

