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

tao:p1058
  skos:prefLabel "museot"@fi ;
  a skos:Concept ;
  skos:narrower tao:p622 .

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

tao:p622
  skos:broader yso:p4934, tao:p1058 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "teatterimuseot"@fi ;
  a skos:Concept .

maotao:p2969 skos:exactMatch tao:p622 .
yso:p4934
  skos:prefLabel "museums"@en, "museer"@sv, "museot"@fi ;
  a skos:Concept ;
  skos:narrower tao:p622 .

