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

yso:p19859
  skos:prefLabel "ancient times"@en, "gamla tiden"@sv, "vanha aika"@fi ;
  a skos:Concept .

tao:p174
  skos:broader tao:p175 ;
  skos:exactMatch yso:p19859 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "vanha aika"@fi ;
  a skos:Concept .

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

maotao:p3026 skos:exactMatch tao:p174 .
tao:p175
  skos:prefLabel "aikakaudet"@fi ;
  a skos:Concept ;
  skos:narrower tao:p174 .

