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

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

afo:p814
  a skos:Concept ;
  skos:narrower afo:p2634 ;
  skos:prefLabel "aitokanat"@fi .

afo:p1676
  a skos:Concept ;
  skos:broader afo:p2634 ;
  skos:prefLabel "peltopyy"@fi .

afo:p2634
  a skos:Concept ;
  skos:broader afo:p814 ;
  skos:inScheme yso:conceptscheme ;
  skos:narrower afo:p1676 ;
  skos:prefLabel "peltopyyt"@fi ;
  ns0:scx "Petrix"@la .

