From: Heikki Levanto Date: Fri, 8 May 2015 12:09:10 +0000 (+0200) Subject: One more fix in works X-Git-Tag: v0.6~29 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=c835a3a7536f6c1b7314272c5cd5293004155ca3;p=mp-sparql-moved-to-github.git One more fix in works --- diff --git a/bibframe/triplestore.xml b/bibframe/triplestore.xml index 633d9d5..36e49eb 100644 --- a/bibframe/triplestore.xml +++ b/bibframe/triplestore.xml @@ -163,16 +163,16 @@ CONSTRUCT { - %u ?rel ?wobj1 . - ?wobj1 ?wrel1 ?wobj2 . - ?wobj2 ?wrel2 ?wobj3 . + %u ?wrel1 ?wobj1 . + ?wobj1 ?wrel2 ?wobj2 . + ?wobj2 ?wrel3 ?wobj3 . ?inst ?irel1 ?iobj1 . ?iobj1 ?irel2 ?iobj2 . ?iobj2 ?irel3 ?iobj3 } WHERE { %u a bf:Work . - %u ?rel ?wobj1 . + %u ?wrel1 ?wobj1 . OPTIONAL { ?wobj1 ?wrel2 ?wobj2