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

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

yso:p24829
  skos:broader yso:p1304 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "Kotka Maritime Festival"@en, "Kotkan meripäivät"@fi ;
  a skos:Concept .

yso:p1304
  skos:prefLabel "festivals"@en, "festivaler"@sv, "festivaalit"@fi ;
  a skos:Concept ;
  skos:narrower yso:p24829 .

