@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:p5599 skos:narrowMatch afo:p1327 .
yso:conceptscheme
  a skos:ConceptScheme ;
  rdfs:label "http://www.yso.fi/onto/yso" .

afo:p929
  a skos:Concept ;
  skos:narrower afo:p1327 ;
  skos:prefLabel "viljellyt marjat"@fi .

afo:p1327
  a skos:Concept ;
  skos:broader afo:p929 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "tyrni"@fi .

