@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix jupo: <http://www.yso.fi/onto/jupo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

yso:p5815
  skos:prefLabel "municipal tax"@en, "kommunalskatt"@sv, "kunnallisvero"@fi ;
  a skos:Concept ;
  skos:exactMatch jupo:p1007 .

jupo:p1007
  skos:broader jupo:p304 ;
  skos:altLabel "kuntavero"@fi ;
  skos:exactMatch yso:p5815 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "kunnallisvero"@fi ;
  a skos:Concept .

yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

jupo:p304
  skos:prefLabel "palvelut"@fi ;
  a skos:Concept ;
  skos:narrower jupo:p1007 .

jupo:p2068
  a skos:Collection ;
  skos:prefLabel "aiheryhmä talouteen ja verotukseen liittyvät palvelut"@fi ;
  skos:member jupo:p1007 .

