@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 maotao: <http://www.yso.fi/onto/mao/> .
@prefix tao: <http://www.yso.fi/onto/tao/> .

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

maotao:p5932 skos:exactMatch tao:p1969 .
tao:p1969
  skos:broader yso:p207 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "tuhkauurnat"@fi ;
  a skos:Concept .

yso:p207
  skos:prefLabel "konkreettinen eloton objekti"@fi ;
  a skos:Concept ;
  skos:narrower tao:p1969 .

