@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 allars: <http://www.yso.fi/onto/allars/> .
@prefix ysa: <http://www.yso.fi/onto/ysa/> .

yso:p12737
  skos:prefLabel "undergraduates"@en, "ylioppilaat"@fi, "studenter"@sv ;
  a skos:Concept ;
  skos:related yso:p12734 .

yso:p12735
  skos:prefLabel "celebrating the last day at school"@en, "bänkskuddarfester"@sv, "penkinpainajaiset"@fi ;
  a skos:Concept ;
  skos:related yso:p12734 .

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

yso:p12736
  skos:prefLabel "upper secondary school students"@en, "gymnasister"@sv, "lukiolaiset"@fi ;
  a skos:Concept ;
  skos:narrower yso:p12734 .

yso:p12734
  a skos:Concept ;
  skos:related yso:p12735, yso:p12737 ;
  skos:prefLabel "candidates for the matriculation examination"@en, "abiturienter"@sv, "abiturientit"@fi ;
  skos:broader yso:p12736 ;
  skos:closeMatch allars:Y14895, ysa:Y108634 ;
  skos:inScheme yso:conceptscheme .

