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

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

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

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

yso:p6116
  a skos:Collection ;
  skos:member yso:p106 ;
  skos:prefLabel "tuotanto tuotteen mukaan"@fi .

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

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

