@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/> .
@prefix skosext: <http://purl.org/finnonto/schema/skosext#> .

mao:harrastus-_ja_kansalaistoiminta
  a skos:Collection ;
  skos:prefLabel "kansalais-, harrastus- ja vapaa-ajantoiminta"@fi ;
  skos:member mao:eraretkeily .

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

mao:prosessit_ja_tapahtumat
  a skos:Collection ;
  skos:prefLabel "tapahtumat"@fi ;
  skos:member mao:harrastus-_ja_kansalaistoiminta .

mao:eraretkeily
  dc11:creator "Museoalan asiasanasto" ;
  skos:note "" ;
  skos:topConceptOf <http://yso.fi/MAO/conceptscheme> ;
  skos:inScheme <http://yso.fi/MAO/conceptscheme> ;
  skos:prefLabel "eräretkeily"@fi ;
  a skos:Concept .

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

mao:erankaynti
  skosext:broaderGeneric mao:eraretkeily ;
  skos:broader mao:eraretkeily .

