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

tao:p223
  skos:broader yso:p1517, tao:p204 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "eteiset"@fi ;
  a skos:Concept .

yso:p1517
  skos:prefLabel "rooms"@en, "rum"@sv, "huoneet"@fi ;
  a skos:Concept ;
  skos:narrower tao:p223 .

tao:p204
  skos:prefLabel "huoneet"@fi ;
  a skos:Concept ;
  skos:narrower tao:p223 .

