@prefix eks: <http://ldf.fi/eks/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix ns0: <http://ldf.fi/schema/eks/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

eks:ylioppilastutkinto
  dc11:source "kir" ;
  ns0:isMemberOf eks:38_01 ;
  skos:related eks:tutkinnot ;
  dc:date "1990-02-13"^^xsd:date ;
  skos:prefLabel "studentexamen"@sv, "matriculation examination"@en, "ylioppilastutkinto"@fi ;
  a skos:Concept .

eks:38
  skos:prefLabel "Utbildning, vetenskap och kultur"@sv, "Koulutus, tiede ja kulttuuri"@fi, "Education, science and culture"@en ;
  a skos:Collection ;
  skos:member eks:38_01 .

eks:tutkinnot
  skos:prefLabel "examina"@sv, "examinations"@en, "tutkinnot"@fi ;
  a skos:Concept ;
  skos:related eks:ylioppilastutkinto .

eks:38_01
  skos:notation "38.01" ;
  skos:prefLabel "Skol, utbildnings- och kulturpolitik"@sv, "Koulu, koulutus- ja kulttuuripolitiikka"@fi, "School policy, educational and cultural policy"@en ;
  a skos:Collection ;
  skos:member eks:ylioppilastutkinto .

