@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 valo: <http://www.yso.fi/onto/valo/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

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

valo:p1749
  skos:broader valo:p64 ;
  dc11:source "Yleinen Suomalainen Asiasanasto#tiedotusoppi" ;
  skos:exactMatch yso:p18756 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "tiedotusoppi"@fi ;
  a skos:Concept .

valo:p64
  skos:prefLabel "yhteiskuntatieteet"@fi ;
  a skos:Concept ;
  skos:narrower valo:p1749 .

yso:p18756
  skos:prefLabel "kommunikationslära"@sv, "communications theory and mass media"@en, "tiedotusoppi"@fi ;
  a skos:Concept .

