@prefix eks: <http://ldf.fi/eks/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix ns0: <http://ldf.fi/schema/eks/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

eks:toimeksianto
  dc11:source "muo" ;
  ns0:isMemberOf eks:15_03, eks:14_05_01 ;
  dc11:type "ps" ;
  skos:related eks:valtuutus ;
  dc:date "1992-01-24"^^xsd:date ;
  skos:prefLabel "uppdrag"@sv, "commission (assignment)"@en, "toimeksianto"@fi ;
  a skos:Concept .

eks:15
  skos:prefLabel "Handelsrätt"@sv, "Kauppaoikeus"@fi, "Commercial law"@en ;
  a skos:Collection ;
  skos:member eks:15_03 .

eks:14
  skos:prefLabel "Civilrätt"@sv, "Siviilioikeus"@fi, "Civil law"@en ;
  a skos:Collection ;
  skos:member eks:14_05 .

eks:14_05
  a skos:Collection ;
  skos:prefLabel "Siviilioikeus_s05"@fi ;
  skos:member eks:14_05_01 .

eks:valtuutus
  skos:prefLabel "fullmakt"@sv, "authorization"@en, "valtuutus"@fi ;
  a skos:Concept ;
  skos:related eks:toimeksianto .

eks:15_03
  skos:notation "15.03" ;
  skos:prefLabel "Kommersiellt uppdrag"@sv, "Kaupallinen toimeksianto"@fi ;
  a skos:Collection ;
  skos:member eks:toimeksianto .

eks:14_05_01
  skos:notation "14.05.01" ;
  skos:prefLabel "Obligationsrätt, allmänt"@sv, "Velvoiteoikeus, yleistä"@fi ;
  a skos:Collection ;
  skos:member eks:toimeksianto .

