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

yso:p400
  skos:prefLabel "kulturella alster"@sv, "cultural accomplishments"@en, "kulttuuriset tuotokset"@fi ;
  a skos:Concept ;
  skos:narrower yso:p22246 .

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

yso:p13512
  skos:prefLabel "textiles"@en, "textilier"@sv, "tekstiilit"@fi ;
  a skos:Concept ;
  skos:related yso:p22246 .

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

yso:p22246
  skos:broader yso:p400 ;
  skos:related yso:p13512, yso:p3594 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "patterns (textiles)"@en, "kuosit"@fi, "textilmönster"@sv ;
  a skos:Concept .

