@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:p1997
  skos:prefLabel "rehuntuotanto"@fi ;
  a skos:Concept ;
  skos:broader yso:p12609 .

afo:p5419
  skos:prefLabel "viljantuotanto"@fi ;
  a skos:Concept ;
  skos:broader yso:p12609 .

afo:p1618 skos:exactMatch yso:p12609 .
afo:p3557
  skos:prefLabel "nurmituotanto"@fi ;
  a skos:Concept ;
  skos:broader yso:p12609 .

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

yso:p12609
  skos:narrower afo:p5419, afo:p1997, afo:p3557, afo:p1617 ;
  skos:prefLabel "kasvintuotanto"@fi, "växtproduktion"@sv, "plant production"@en ;
  a skos:Concept ;
  skos:broader yso:p783 ;
  skos:inScheme yso:conceptscheme .

yso:p783
  skos:prefLabel "jordbruksproduktion"@sv, "agricultural production"@en, "maataloustuotanto"@fi ;
  a skos:Concept ;
  skos:narrower yso:p12609 .

afo:p1617
  skos:prefLabel "perunantuotanto"@fi ;
  a skos:Concept ;
  skos:broader yso:p12609 .

