@prefix eks: <http://ldf.fi/eks/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix ns0: <http://ldf.fi/schema/eks/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

eks:uutistoimistot
  skos:note "Aiemmin muodossa Tietotoimisto"@fi ;
  dc11:source "kir" ;
  ns0:isMemberOf eks:46 ;
  skos:related eks:uutiset ;
  dc:date "1990-02-08"^^xsd:date ;
  skos:altLabel "tietotoimistot"@fi, "press agencies"@en, "news agencies"@en ;
  skos:prefLabel "nyhetsbyråer"@sv, "uutistoimistot"@fi ;
  a skos:Concept .

eks:uutiset
  skos:prefLabel "nyheter"@sv, "uutiset"@fi, "news"@en ;
  a skos:Concept ;
  skos:related eks:uutistoimistot .

eks:46
  skos:notation "46" ;
  skos:prefLabel "Viestintä"@fi, "Communication"@en, "Kommunikation"@sv ;
  a skos:Collection ;
  skos:member eks:uutistoimistot .

