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

eks:kauppaopetus
  dc11:source "kir" ;
  ns0:isMemberOf eks:38_01, eks:40_01 ;
  dc:date "1990-01-05"^^xsd:date ;
  skos:altLabel "commercial education"@en, "business education"@en ;
  skos:prefLabel "handelsutbildning"@sv, "kauppaopetus"@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:40
  skos:prefLabel "Näringsliv"@sv, "Elinkeinoelämä"@fi, "Industries"@en ;
  a skos:Collection ;
  skos:member eks:40_01 .

eks:ammatillinen-koulutus skos:related eks:kauppaopetus .
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:kauppaopetus .

eks:40_01
  skos:notation "40.01" ;
  skos:prefLabel "Handel, industri, konkurrens, konsumentskydd"@sv, "Kauppa, teollisuus, kilpailu, kuluttajansuoja"@fi, "Trade, industry, competition, consumer protection"@en ;
  a skos:Collection ;
  skos:member eks:kauppaopetus .

