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

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

yso:p84
  skos:prefLabel "education and training"@en, "koulutus"@fi, "utbildning"@sv ;
  a skos:Concept ;
  skos:narrower yso:p11515 .

yso:p10687
  skos:prefLabel "further education"@en, "vidareutbildning"@sv, "jatkokoulutus"@fi ;
  a skos:Concept ;
  skos:related yso:p11515 .

yso:p11515
  skos:prefLabel "research training"@en, "tutkijakoulutus"@fi, "forskarutbildning"@sv ;
  skos:closeMatch allars:Y18202, ysa:Y110621 ;
  skos:related yso:p21717, yso:p10687 ;
  skos:inScheme yso:conceptscheme ;
  skos:altLabel "tutkijankoulutus"@fi ;
  a skos:Concept ;
  skos:broader yso:p84 .

yso:p21717
  skos:prefLabel "doctoral education"@en, "tohtorikoulutus"@fi, "doktorandutbildning"@sv ;
  a skos:Concept ;
  skos:related yso:p11515 .

