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

yso:p11695
  skos:prefLabel "sections of a newspaper of magazine"@en, "lehden osastot"@fi, "tidningsavdelningar"@sv ;
  a skos:Concept ;
  skos:narrower yso:p11694 .

yso:p24007
  skos:prefLabel "letters to the editor"@en, "mielipidekirjoitukset"@fi, "insändare"@sv ;
  a skos:Concept ;
  skos:related yso:p11694 .

yso:p11694
  skos:broader yso:p11695 ;
  skos:related yso:p24007 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "yleisönosastot"@fi, "insändarsidor"@sv, "letters to the editor"@en ;
  a skos:Concept .

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

