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

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

yso:p204
  skos:prefLabel "TV programmes"@en, "TV-program"@sv, "televisio-ohjelmat"@fi ;
  a skos:Concept ;
  skos:related yso:p106 .

yso:p103
  skos:prefLabel "radio programmes"@en, "radioprogram"@sv, "radio-ohjelmat"@fi ;
  a skos:Concept ;
  skos:related yso:p106 .

yso:p6116
  skos:prefLabel "produktion enligt produkt"@sv, "tuotanto tuotteen mukaan"@fi ;
  a skos:Collection ;
  skos:member yso:p106 .

yso:p106
  skos:prefLabel "ohjelmatuotanto"@fi, "programproduktion"@sv, "programme production"@en ;
  skos:broader yso:p944 ;
  skos:related yso:p204, yso:p103 ;
  a skos:Concept ;
  skos:closeMatch ysa:Y103737, allars:Y24679 ;
  skos:inScheme yso:conceptscheme .

yso:p944
  skos:prefLabel "produktion (verksamhet)"@sv, "tuotanto"@fi, "production"@en ;
  a skos:Concept ;
  skos:narrower yso:p106 .

