@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tao: <http://www.yso.fi/onto/tao/> .
@prefix maotao: <http://www.yso.fi/onto/mao/> .

yso:p11365
  skos:prefLabel "hornarbete"@sv, "hornwork"@en, "sarvityöt"@fi ;
  a skos:Concept .

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

tao:p1541
  skos:broader tao:p1296 ;
  skos:exactMatch yso:p11365 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "sarvityöt"@fi ;
  a skos:Concept .

tao:p1296
  skos:prefLabel "luutyöt"@fi ;
  a skos:Concept ;
  skos:narrower tao:p1541 .

maotao:p500 skos:exactMatch tao:p1541 .
