@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:metsaeverotus
  dc11:source "muo", "kir" ;
  ns0:isMemberOf eks:33_03, eks:36_02, eks:22_01_02 ;
  dc11:type "ps1" ;
  dc:date "1990-01-06"^^xsd:date ;
  skos:prefLabel "skogsbeskattning"@sv, "forest taxation"@en, "metsäverotus"@fi ;
  a skos:Concept .

eks:33
  skos:prefLabel "Samhällsekonomi, offentlig ekonomi"@sv, "Kansantalous, julkinen talous"@fi, "National economy, public finance"@en ;
  a skos:Collection ;
  skos:member eks:33_03 .

eks:36
  skos:prefLabel "Lantbruk, skogsbruk"@sv, "Maatalous, metsätalous"@fi, "Agriculture, forestry"@en ;
  a skos:Collection ;
  skos:member eks:36_02 .

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:maatalousverotus skos:related eks:metsaeverotus .
eks:33_03
  skos:notation "33.03" ;
  skos:prefLabel "Beskattning"@sv, "Verotus"@fi, "Taxation"@en ;
  a skos:Collection ;
  skos:member eks:metsaeverotus .

eks:36_02
  skos:notation "36.02" ;
  skos:prefLabel "Skogsbruk"@sv, "Forest economy"@en, "Metsätalous"@fi ;
  a skos:Collection ;
  skos:member eks:metsaeverotus .

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

