@prefix eks: <http://ldf.fi/eks/> .
@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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

eks:optiset-tallenteet
  ns0:isMemberOf eks:47, eks:45 ;
  dc11:type "m", "ps3" ;
  dc:date "1993-05-31"^^xsd:date ;
  skos:altLabel "laserlevyt"@fi, "CD-levyt"@fi, "CD-rom"@fi ;
  skos:prefLabel "optiska dokument"@sv, "optiset tallenteet"@fi, "optical carriers"@en ;
  a skos:Concept .

eks:47
  skos:notation "47" ;
  skos:prefLabel "Informationsteknik"@sv, "Tietotekniikka"@fi, "Information and Communication Technology"@en ;
  a skos:Collection ;
  skos:member eks:optiset-tallenteet .

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

