@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:p6384 skos:exactMatch tao:p358 .
tao:p359
  skos:prefLabel "pintakäsittely"@fi ;
  a skos:Concept ;
  skos:narrower tao:p358 .

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

yso:p808
  skos:prefLabel "ytbehandling"@sv, "finishing"@en, "pintakäsittely"@fi ;
  a skos:Concept ;
  skos:narrower tao:p358 .

tao:p358
  skos:broader yso:p808, tao:p359 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "ootraus"@fi ;
  a skos:Concept .

