@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 tao: <http://www.yso.fi/onto/tao/> .

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

tao:p199
  skos:prefLabel "taide"@fi ;
  a skos:Concept ;
  skos:narrower tao:p1616 .

tao:p1616
  skos:broader tao:p199 ;
  skos:related tao:p161, tao:p68 ;
  skos:exactMatch yso:p8215 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "paperitaide"@fi ;
  a skos:Concept .

tao:p161
  skos:prefLabel "paperityöt"@fi ;
  a skos:Concept ;
  skos:related tao:p1616 .

tao:p68
  skos:prefLabel "taideteollisuus"@fi ;
  a skos:Concept ;
  skos:related tao:p1616 .

yso:p8215
  skos:prefLabel "paper art"@en, "papperskonst"@sv, "paperitaide"@fi ;
  a skos:Concept .

