@prefix maotao: <http://www.yso.fi/onto/mao/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tao: <http://www.yso.fi/onto/tao/> .
@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

maotao:p52
  dc11:creator "Museoalan asiasanasto" ;
  skos:broader maotao:p37 ;
  skos:exactMatch tao:p1931 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "maalauskoristelu"@fi ;
  a skos:Concept .

maotao:p37
  skos:prefLabel "koristelu"@fi ;
  a skos:Concept ;
  skos:narrower maotao:p52 .

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

tao:p1931
  skos:prefLabel "maalauskoristelu"@fi ;
  a skos:Concept .

