@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:p2571
  skos:prefLabel "festival days"@en, "högtider"@sv, "juhlapäivät"@fi ;
  a skos:Concept ;
  skos:narrower yso:p2907 .

yso:p2907
  skos:broader yso:p2571 ;
  skos:altLabel "ruotsalaisuuden päivä"@fi ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "Svenska dagen"@sv, "svenska dagen"@en, "svenska dagen"@fi ;
  a skos:Concept .

