@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#> .
@prefix maotao: <http://www.yso.fi/onto/mao/> .

tao:p558
  a skos:Concept ;
  skos:broader tao:p458 ;
  skos:exactMatch yso:p19052 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "harrastajataiteilijat"@fi .

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

maotao:p6630 skos:exactMatch tao:p558 .
yso:p19052
  a skos:Concept ;
  skos:prefLabel "amateur artists"@en, "amatörkonstnärer"@sv, "harrastajataiteilijat"@fi .

tao:p458
  a skos:Concept ;
  skos:narrower tao:p558 ;
  skos:prefLabel "taiteilijat"@fi .

