@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:verkkopalvelut
  skos:prefLabel "nättjänster"@sv, "web-services"@en, "verkkopalvelut"@fi ;
  a skos:Concept .

eks:mobiilipalvelut
  skos:scopeNote "mobiililaitteen kautta langattomasti tarjottavat verkkopalvelut"@fi ;
  ns0:isMemberOf eks:47, eks:46 ;
  dc11:type "eksuu18" ;
  skos:related eks:verkkopalvelut ;
  dc:date "2018-10-26"^^xsd:date ;
  skos:prefLabel "mobiltjänster"@sv, "mobiilipalvelut"@fi, "mobile services"@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:mobiilipalvelut .

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

