@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:tietokoneet
  skos:prefLabel "datorer"@sv, "tietokoneet"@fi, "computers"@en ;
  a skos:Concept .

eks:tietotekniikka
  dc11:source "muo" ;
  ns0:isMemberOf eks:47, eks:21_10 ;
  dc11:type "ps" ;
  skos:related eks:atk, eks:tietokoneet ;
  dc:date "1992-01-28"^^xsd:date ;
  skos:prefLabel "datorteknik"@sv, "information technology"@en, "tietotekniikka"@fi ;
  a skos:Concept .

eks:21
  skos:prefLabel "Förvaltningsrätt"@sv, "Hallinto-oikeus"@fi, "Administrative law"@en ;
  a skos:Collection ;
  skos:member eks:21_10 .

eks:atk
  skos:prefLabel "adb"@sv, "atk"@fi ;
  a skos:Concept ;
  skos:related eks:tietotekniikka .

eks:tieto-ja-viestintaetekniikka skos:related eks:tietotekniikka .
eks:47
  skos:notation "47" ;
  skos:prefLabel "Informationsteknik"@sv, "Tietotekniikka"@fi, "Information and Communication Technology"@en ;
  a skos:Collection ;
  skos:member eks:tietotekniikka .

eks:21_10
  skos:notation "21.10" ;
  skos:prefLabel "Kommunikation"@sv, "Tietoliikenne"@fi, "Communications"@en ;
  a skos:Collection ;
  skos:member eks:tietotekniikka .

