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

tao:p154
  skos:broader tao:p155 ;
  skos:narrower tao:p156 ;
  skos:exactMatch yso:p5962 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "kuvatallenteet"@fi ;
  a skos:Concept .

yso:p5962
  skos:prefLabel "videogram"@sv, "image recordings"@en, "kuvatallenteet"@fi ;
  a skos:Concept .

maotao:p3383 skos:exactMatch tao:p154 .
yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

tao:p155
  skos:prefLabel "tallenteet"@fi ;
  a skos:Concept ;
  skos:narrower tao:p154 .

tao:p156
  skos:prefLabel "kuvakasetit"@fi ;
  a skos:Concept ;
  skos:broader tao:p154 .

