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

eks:tietopalvelu
  skos:prefLabel "informationstjänst"@sv, "information service"@en, "tietopalvelu"@fi ;
  a skos:Concept .

eks:tiedonhankinta
  ns0:isMemberOf eks:45 ;
  dc11:type "eks96u" ;
  skos:related eks:tietopalvelu ;
  dc:date "1996-03-01"^^xsd:date ;
  skos:prefLabel "informationsanskaffning"@sv, "information seeking"@en, "tiedonhankinta"@fi ;
  a skos:Concept .

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

