@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:p4203 .

yso:p4203
  skos:related yso:p23908, yso:p4201 ;
  skos:broader yso:p374 ;
  a skos:Concept ;
  skos:prefLabel "vocational qualifications"@en, "ammattitutkinnot"@fi, "yrkesexamina"@sv ;
  skos:altLabel "fackliga examina"@sv, "ammatilliset tutkinnot"@fi ;
  skos:inScheme puho:conceptscheme .

yso:p4201
  skos:prefLabel "fristående examina"@sv, "skills examinations"@en, "näyttötutkinnot"@fi ;
  a skos:Concept ;
  skos:related yso:p4203 .

yso:p23908
  skos:prefLabel "double degree"@en, "dubbelexamen"@sv, "kaksoistutkinto"@fi ;
  a skos:Concept ;
  skos:related yso:p4203 .

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

