@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:henkiloekohtainen-tulo
  dc11:source "muo" ;
  ns0:isMemberOf eks:22_01_03, eks:22_01_02 ;
  dc11:type "ps" ;
  dc:date "1992-02-12"^^xsd:date ;
  skos:prefLabel "personlig inkomst"@sv, "henkilökohtainen tulo"@fi, "personal income"@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
  skos:member eks:22_01_03, eks:22_01_02 ;
  a skos:Collection ;
  skos:prefLabel "Vero- ja finanssioikeus_s01"@fi .

eks:22_01_03
  skos:notation "22.01.03" ;
  skos:prefLabel "Beskattningsförfarande i inkomst- och näringsbeskattningen"@sv, "Verotusmenettely tulo- ja elinkeinoverotuksessa"@fi, "Taxation procedure in income and property taxation"@en ;
  a skos:Collection ;
  skos:member eks:henkiloekohtainen-tulo .

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:henkiloekohtainen-tulo .

