@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:myyntivoitot
  dc11:source "muo", "kir" ;
  ns0:isMemberOf eks:22_01_02, eks:40_01 ;
  dc11:type "ps1" ;
  skos:related eks:luovutusvoitot ;
  dc:date "1990-01-06"^^xsd:date ;
  skos:prefLabel "försäljningsvinster"@sv, "myyntivoitot"@fi, "sales profits"@en ;
  a skos:Concept .

eks:22
  skos:prefLabel "Skatte- och finansrätt"@sv, "Vero- ja finanssioikeus"@fi, "Tax and financial law"@en ;
  a skos:Collection ;
  skos:member eks:22_01 .

eks:22_01
  a skos:Collection ;
  skos:prefLabel "Vero- ja finanssioikeus_s01"@fi ;
  skos:member eks:22_01_02 .

eks:40
  skos:prefLabel "Näringsliv"@sv, "Elinkeinoelämä"@fi, "Industries"@en ;
  a skos:Collection ;
  skos:member eks:40_01 .

eks:luovutusvoitot
  skos:prefLabel "överlåtelsevinster"@sv, "windfall profits"@en, "luovutusvoitot"@fi ;
  a skos:Concept ;
  skos:related eks:myyntivoitot .

eks:22_01_02
  skos:notation "22.01.02" ;
  skos:prefLabel "Inkomst- och näringsskatt samt kommunalskatt"@sv, "Tulo- ja elinkeinoverotus sekä kunnallisvero"@fi, "Income and property tax and municipal tax"@en ;
  a skos:Collection ;
  skos:member eks:myyntivoitot .

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:myyntivoitot .

