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

yso:p3594
  skos:prefLabel "clothes"@en, "vaatteet"@fi, "kläder"@sv ;
  a skos:Concept ;
  skos:narrower tao:p1074 .

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

tao:p1074
  skos:broader yso:p3594 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "hameet"@fi ;
  a skos:Concept .

yso:p3969
  a skos:Collection ;
  skos:prefLabel "vaatteet käyttötavan mukaan"@fi ;
  skos:member tao:p1074 .

