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

yso:p375
  skos:broader yso:p3929 ;
  skos:related yso:p376, yso:p373 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "questions at the matriculation examination"@en, "studentuppgifter"@sv, "ylioppilastehtävät"@fi ;
  a skos:Concept .

yso:p3929
  skos:prefLabel "tasks"@en, "uppgifter"@sv, "tehtävät"@fi ;
  a skos:Concept ;
  skos:narrower yso:p375 .

yso:p373
  skos:prefLabel "studentexamen"@sv, "ylioppilastutkinto"@fi, "matriculation examination"@en ;
  a skos:Concept ;
  skos:related yso:p375 .

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

yso:p376
  skos:prefLabel "written examination for higher certificate"@en, "studentskrivningar"@sv, "ylioppilaskirjoitukset"@fi ;
  a skos:Concept ;
  skos:related yso:p375 .

