@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:p444
  a skos:Concept ;
  skos:broader yso:p801 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "käsityökeskukset"@fi ;
  skos:related tao:p211 .

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

tao:p211
  a skos:Concept ;
  skos:prefLabel "käsi- ja taideteollisuusyhdistykset"@fi ;
  skos:related tao:p444 .

yso:p801
  a skos:Concept ;
  skos:narrower tao:p444 ;
  skos:prefLabel "keskukset"@fi, "centres"@en, "centra"@sv .

