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

puho:ph1337 skos:exactMatch yso:p10539 .
yso:p36
  skos:prefLabel "kommunikation"@sv, "communication"@en, "viestintä"@fi ;
  a skos:Concept ;
  skos:narrower yso:p10539 .

yso:p8920
  skos:prefLabel "kaupallinen joukkoviestintä"@fi, "commercial mass communication"@en, "kommersiell masskommunikation"@sv ;
  a skos:Concept ;
  skos:broader yso:p10539 .

yso:p25085
  a skos:Collection ;
  skos:prefLabel "viestintä teknisen toteutustavan mukaan"@fi ;
  skos:member yso:p10539 .

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

yso:p10539
  skos:broader yso:p36 ;
  skos:altLabel "joukkotiedotus"@fi ;
  skos:narrower yso:p8920 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "masskommunikation"@sv, "mass communication"@en, "joukkoviestintä"@fi ;
  a skos:Concept .

