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

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

yso:p10459
  skos:prefLabel "accessories, clothing"@en, "asusteet"@fi, "accessoarer"@sv ;
  a skos:Concept ;
  skos:narrower yso:p26301 .

yso:p19171
  skos:prefLabel "umbrellas"@en, "sateenvarjot"@fi, "paraplyer"@sv ;
  a skos:Concept ;
  skos:related yso:p26301 .

yso:p26301
  skos:closeMatch allars:Y44453, ysa:Y185676 ;
  skos:broader yso:p10459 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "päivänvarjot"@fi, "parasoll"@sv ;
  skos:related yso:p19171 ;
  skos:altLabel "aurinkovarjot"@fi, "auringonvarjot"@fi ;
  a skos:Concept .

