@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:saehkoeposti
  ns0:isMemberOf eks:47, eks:46 ;
  dc11:type "eksuu04" ;
  dc:date "2004-09-29"^^xsd:date ;
  skos:prefLabel "e-post"@sv, "sähköposti"@fi, "email"@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:saehkoeposti .

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

