@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:p4773 skos:exactMatch yso:p19951 .
yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

yso:p1153
  skos:prefLabel "lärdomsgrader"@sv, "degrees"@en, "oppiarvot"@fi ;
  a skos:Concept ;
  skos:narrower yso:p19951 .

yso:p19951
  skos:broader yso:p1153 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "agronomer"@sv, "agronomists"@en, "agronomit"@fi ;
  a skos:Concept .

