@prefix eks: <http://ldf.fi/eks/> .
@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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

eks:matkustuskielto
  dc11:source "muo" ;
  ns0:isMemberOf eks:19_06, eks:19_09 ;
  dc11:type "ps" ;
  dc:date "1992-01-23"^^xsd:date ;
  skos:prefLabel "reseförbud"@sv, "travel ban"@en, "matkustuskielto"@fi ;
  a skos:Concept .

eks:19
  skos:member eks:19_06, eks:19_09 ;
  skos:prefLabel "Processrätt"@sv, "Prosessioikeus"@fi, "Procedural law"@en ;
  a skos:Collection .

eks:19_06
  skos:notation "19.06" ;
  skos:prefLabel "Civilprocessuell exekution"@sv, "Siviiliprosessuaalinen pakkotäytäntö"@fi, "Civil execution"@en ;
  a skos:Collection ;
  skos:member eks:matkustuskielto .

eks:19_09
  skos:notation "19.09" ;
  skos:prefLabel "Förundersökning"@sv, "Esitutkinta"@fi, "Pre-trial investigation"@en ;
  a skos:Collection ;
  skos:member eks:matkustuskielto .

