@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 maotao: <http://www.yso.fi/onto/mao/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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

tao:p1429
  skos:broader tao:p1058 ;
  skos:exactMatch yso:p10041 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "kulttuurihistorialliset museot"@fi ;
  a skos:Concept .

yso:p10041
  skos:prefLabel "cultural historical museums"@en, "kulttuurihistorialliset museot"@fi ;
  a skos:Concept .

maotao:p3879 skos:exactMatch tao:p1429 .
yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

