@prefix mao: <http://yso.fi/MAO#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

mao:institutionaalinen_toiminta
  a skos:Collection ;
  skos:prefLabel "institutionaalinen toiminta"@fi ;
  skos:member mao:verotus .

<http://yso.fi/MAO/conceptscheme>
  a skos:ConceptScheme ;
  skos:hasTopConcept mao:verotus .

mao:prosessit_ja_tapahtumat
  a skos:Collection ;
  skos:prefLabel "tapahtumat"@fi ;
  skos:member mao:institutionaalinen_toiminta .

mao:verotus
  dc11:date "18.11.2003" ;
  dc11:creator "Suvi Kettula" ;
  skos:topConceptOf <http://yso.fi/MAO/conceptscheme> ;
  skos:inScheme <http://yso.fi/MAO/conceptscheme> ;
  skos:prefLabel "verotus"@fi ;
  a skos:Concept .

mao:mao-luokat
  a skos:Collection ;
  skos:prefLabel "museoalan käsitteet"@fi ;
  skos:member mao:institutionaalinen_toiminta .

