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

mao:esineet
  skos:prefLabel "esineet"@fi ;
  a skos:Concept .

mao:pettuleipa
  skosext:broaderGeneric mao:leivat ;
  skos:broader mao:leivat .

<http://yso.fi/MAO/conceptscheme> a skos:ConceptScheme .
mao:hataleipa
  skosext:broaderGeneric mao:leivat ;
  skos:broader mao:leivat .

mao:ravintotuotteet
  a skos:Collection ;
  skos:prefLabel "ravintotuotteet"@fi ;
  skos:member mao:leivat .

mao:kylvoleivat
  skosext:broaderGeneric mao:leivat ;
  skos:broader mao:leivat .

mao:leivat
  skosext:broaderGeneric mao:leipomotuotteet, mao:esineet ;
  dc11:date "28.10.2003" ;
  dc11:creator "Suvi Kettula" ;
  skos:broader mao:leipomotuotteet, mao:esineet ;
  skos:inScheme <http://yso.fi/MAO/conceptscheme> ;
  skos:prefLabel "leivät"@fi ;
  a skos:Concept .

mao:luokittelemattomat_esineet
  a skos:Collection ;
  skos:prefLabel "muut esineet"@fi ;
  skos:member mao:ravintotuotteet .

mao:leipomotuotteet
  skos:prefLabel "leipomotuotteet"@fi ;
  a skos:Concept .

