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

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

tao:p1197
  skos:broader tao:p1198 ;
  skos:related tao:p120 ;
  skos:exactMatch yso:p6085 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "analyysimenetelmät"@fi ;
  a skos:Concept .

maotao:p537 skos:exactMatch tao:p1197 .
yso:p6085
  skos:prefLabel "methods of analysis"@en, "analysmetoder"@sv, "analyysimenetelmät"@fi ;
  a skos:Concept .

tao:p120
  skos:prefLabel "tutkimusmenetelmät"@fi ;
  a skos:Concept ;
  skos:related tao:p1197 .

tao:p1198
  skos:prefLabel "menetelmät"@fi ;
  a skos:Concept ;
  skos:narrower tao:p1197 .

