@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:kirkko
  skos:prefLabel "kyrka"@sv, "kirkko"@fi, "church"@en ;
  a skos:Concept .

eks:laehetystyoe
  ns0:isMemberOf eks:44 ;
  dc11:type "ps3" ;
  skos:related eks:kirkko ;
  dc:date "1994-05-19"^^xsd:date ;
  skos:prefLabel "missionsarbete"@sv, "missionary work"@en, "lähetystyö"@fi ;
  a skos:Concept .

eks:44
  skos:notation "44" ;
  skos:prefLabel "Kyrka, religion"@sv, "Kirkko, uskonto"@fi, "Church, religion"@en ;
  a skos:Collection ;
  skos:member eks:laehetystyoe .

