@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:palkkiot
  dc11:source "muo" ;
  ns0:isMemberOf eks:22_01_04, eks:22_01_01 ;
  dc11:type "ps" ;
  dc:date "1992-02-12"^^xsd:date ;
  skos:prefLabel "arvoden"@sv, "fees"@en, "palkkiot"@fi ;
  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_04, eks:22_01_01 ;
  a skos:Collection ;
  skos:prefLabel "Vero- ja finanssioikeus_s01"@fi .

eks:henkiloeverotus skos:related eks:palkkiot .
eks:22_01_04
  skos:notation "22.01.04" ;
  skos:prefLabel "Försskottsuppbörd"@sv, "Ennakkoperintä"@fi, "Withholding tax"@en ;
  a skos:Collection ;
  skos:member eks:palkkiot .

eks:22_01_01
  skos:notation "22.01.01" ;
  skos:prefLabel "Skatterätt, allmänt"@sv, "Vero-oikeus, yleistä"@fi ;
  a skos:Collection ;
  skos:member eks:palkkiot .

