@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:p374
  skos:prefLabel "examina"@sv, "examinations"@en, "tutkinnot"@fi ;
  a skos:Concept ;
  skos:narrower yso:p14676 .

yso:p14676
  skos:broader yso:p374 ;
  skos:altLabel "akademiska examina"@sv, "akateemiset tutkinnot"@fi ;
  skos:narrower yso:p24084 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "högskoleexamina"@sv, "academic degrees"@en, "korkeakoulututkinnot"@fi ;
  a skos:Concept .

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

yso:p24084
  skos:prefLabel "polytechnic degrees"@en, "ammattikorkeakoulututkinnot"@fi, "yrkeshögskoleexamina"@sv ;
  a skos:Concept ;
  skos:broader yso:p14676 .

