@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:sanomalehdet
  skos:note "frek cm28, 1871-1984"@fi ;
  dc11:source "kir" ;
  ns0:isMemberOf eks:45, eks:46 ;
  dc11:type "m", "fra" ;
  skos:related eks:lehdistoe ;
  dc:date "1990-01-06"^^xsd:date ;
  skos:prefLabel "dagstidningar"@sv, "newspapers"@en, "sanomalehdet"@fi ;
  a skos:Concept .

eks:lehdistoe
  skos:prefLabel "tidningspress"@sv, "lehdistö"@fi, "press"@en ;
  a skos:Concept ;
  skos:related eks:sanomalehdet .

eks:45
  skos:notation "45" ;
  skos:prefLabel "Bibliotek"@sv, "Kirjastot"@fi, "Libraries"@en ;
  a skos:Collection ;
  skos:member eks:sanomalehdet .

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

