@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:vientitakuu
  dc11:source "muo" ;
  ns0:isMemberOf eks:22_02 ;
  dc11:type "ps" ;
  dc:date "1992-02-13"^^xsd:date ;
  skos:prefLabel "exportgaranti"@sv, "export guarantee"@en, "vientitakuu"@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_02 .

eks:22_02
  skos:notation "22.02" ;
  skos:prefLabel "Finansförvaltningsrätt"@sv, "Finanssihallinto-oikeus"@fi, "Financial administration law"@en ;
  a skos:Collection ;
  skos:member eks:vientitakuu .

