@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/> .

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

envthes:20102
  skos:inScheme envthes: ;
  a skos:Concept ;
  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:20255 ;
  skos:prefLabel "農薬施用"@ja, "农药喷洒"@zh, "pesticide application"@en ;
  dc:creator "herbert.schentz@umweltbundesamt.at"@en .

envthes:20255
  skos:prefLabel "pest management"@en ;
  a skos:Concept ;
  skos:narrower envthes:20102 .

