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

eks:seurakunnat
  dc11:source "muo", "kir" ;
  ns0:isMemberOf eks:23_01, eks:44 ;
  dc11:type "ps1" ;
  skos:related eks:seurakunnan-talous, eks:kirkko ;
  dc:date "1990-01-08"^^xsd:date ;
  skos:prefLabel "församlingar"@sv, "parishes"@en, "seurakunnat"@fi ;
  a skos:Concept .

eks:23
  skos:prefLabel "Kyrkorätt"@sv, "Kirkko-oikeus"@fi, "Ecclesiastical law"@en ;
  a skos:Collection ;
  skos:member eks:23_01 .

eks:seurakunnan-talous
  skos:prefLabel "församlingarnas ekonomi"@sv, "seurakunnan talous"@fi, "parish economy"@en ;
  a skos:Concept ;
  skos:related eks:seurakunnat .

eks:23_01
  skos:notation "23.01" ;
  a skos:Collection ;
  skos:prefLabel "Kirkko-oikeus, yleistä, kirkolliskokous, kirkon keskushallinto ja seurakuntien yleishallinto"@fi ;
  skos:member eks:seurakunnat .

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

