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

maotao:p2759 skos:exactMatch tao:p1479 .
yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

tao:p1478
  skos:prefLabel "verkot"@fi ;
  a skos:Concept ;
  skos:related tao:p1479 .

yso:p8673
  skos:prefLabel "laces"@en, "spetsar"@sv, "pitsit"@fi ;
  a skos:Concept ;
  skos:narrower tao:p1479 .

tao:p1479
  skos:broader yso:p8673 ;
  skos:related tao:p1478 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "tylli"@fi ;
  a skos:Concept .

