@prefix afo: <http://www.yso.fi/onto/afo/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

afo:p1427
  skos:prefLabel "kasvinsuojelu"@fi ;
  a skos:Concept ;
  skos:exactMatch yso:p8549 .

yso:p2290
  skos:prefLabel "protection"@en, "suojelu"@fi, "skydd (verksamhet)"@sv ;
  a skos:Concept ;
  skos:narrower yso:p8549 .

yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

yso:p8548
  skos:prefLabel "skogsskydd"@sv, "metsänsuojelu"@fi, "forest protection"@en ;
  a skos:Concept ;
  skos:broader yso:p8549 .

yso:p8549
  skos:broader yso:p2290 ;
  skos:related yso:p3515 ;
  skos:narrower yso:p8548 ;
  skos:exactMatch afo:p1427 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "växtskydd"@sv, "plant protection"@en, "kasvinsuojelu"@fi ;
  a skos:Concept .

yso:p3515
  skos:prefLabel "methods of pest control"@en, "bekämpningsmetoder"@sv, "torjuntamenetelmät"@fi ;
  a skos:Concept ;
  skos:related yso:p8549 .

