@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:p1196
  skos:prefLabel "kansanpuvut"@fi ;
  a skos:Concept ;
  skos:narrower tao:p2019 .

yso:p2933
  skos:prefLabel "folk costumes"@en, "folkdräkter"@sv, "kansanpuvut"@fi ;
  a skos:Concept ;
  skos:narrower tao:p2019 .

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

tao:p2019
  skos:broader yso:p2933, tao:p1196 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "sarafaanit"@fi ;
  a skos:Concept .

