@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:p1312
  skos:prefLabel "serigrafia"@fi ;
  a skos:Concept ;
  skos:related tao:p99 .

tao:p101
  skos:prefLabel "painomenetelmät (kirjapainoala)"@fi ;
  a skos:Concept ;
  skos:narrower tao:p99 .

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

yso:p971
  skos:prefLabel "tryckmetoder"@sv, "printing methods"@en, "painomenetelmät"@fi ;
  a skos:Concept ;
  skos:narrower tao:p99 .

tao:p100
  skos:prefLabel "serigrafia"@fi ;
  a skos:Concept ;
  skos:related tao:p99 .

tao:p99
  skos:broader yso:p971, tao:p101 ;
  skos:related tao:p100, tao:p1312 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "kaaviopaino"@fi ;
  a skos:Concept .

