@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

tao:p1609
  a skos:Concept ;
  skos:broader tao:p199 ;
  skos:exactMatch yso:p16346 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "karolinginen taide"@fi ;
  skos:related tao:p1614 .

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

tao:p199
  a skos:Concept ;
  skos:narrower tao:p1609 ;
  skos:prefLabel "taide"@fi .

yso:p16346
  a skos:Concept ;
  skos:prefLabel "carolingian art"@en, "karolingisk konst"@sv, "karolinginen taide"@fi .

tao:p1614
  a skos:Concept ;
  skos:prefLabel "ottolainen taide"@fi ;
  skos:related tao:p1609 .

