@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/> .
@prefix valo: <http://www.yso.fi/onto/valo/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

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

tao:tuote-esitteet
  skos:prefLabel "tuote-esitteet"@fi ;
  a skos:Concept ;
  skos:exactMatch valo:p140 .

valo:p1071
  skos:prefLabel "esitteet"@fi ;
  a skos:Concept ;
  skos:narrower valo:p140 .

yso:p13610
  skos:prefLabel "broschyrer"@sv, "esitteet"@fi ;
  a skos:Concept ;
  skos:narrower valo:p140 .

valo:p140
  skos:broader yso:p13610, valo:p1071 ;
  dc11:source "Taideteollisuuden asiasanasto#tuote-esitteet" ;
  skos:exactMatch tao:tuote-esitteet ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "tuote-esitteet"@fi ;
  a skos:Concept .

