@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:p4094 skos:exactMatch tao:p65 .
yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

tao:p65
  skos:broader yso:p6633, tao:p66 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "nappanahka"@fi ;
  a skos:Concept .

yso:p6633
  skos:prefLabel "läder"@sv, "leather"@en, "nahka"@fi ;
  a skos:Concept ;
  skos:narrower tao:p65 .

tao:p66
  skos:prefLabel "nahka"@fi ;
  a skos:Concept ;
  skos:narrower tao:p65 .

