@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 maotao: <http://www.yso.fi/onto/mao/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

yso:p5271
  skos:prefLabel "shutters"@en, "tillslutare"@sv, "sulkimet (objekti)"@fi ;
  a skos:Concept ;
  skos:narrower tao:p50 .

maotao:p1008 skos:exactMatch tao:p50 .
tao:p51
  skos:prefLabel "sulkimet (objekti)"@fi ;
  a skos:Concept ;
  skos:narrower tao:p50 .

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

tao:p50
  skos:broader yso:p5271, tao:p51 ;
  skos:related tao:p49 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "korkit"@fi ;
  a skos:Concept .

tao:p49
  skos:prefLabel "kannet"@fi ;
  a skos:Concept ;
  skos:related tao:p50 .

