@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

tao:p1126
  a skos:Concept ;
  skos:broader yso:p10693, tao:p53 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "siirtokoristelu"@fi .

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

yso:p10693
  a skos:Concept ;
  skos:narrower tao:p1126 ;
  skos:prefLabel "decoration"@en, "koristelu"@fi, "dekoration"@sv .

tao:p53
  a skos:Concept ;
  skos:narrower tao:p1126 ;
  skos:prefLabel "koristelu"@fi .

