From: Adam Dickmeiss Date: Fri, 9 Jan 2015 12:16:11 +0000 (+0100) Subject: http_client to triplestore.xml X-Git-Tag: v0.1~3 X-Git-Url: http://git.indexdata.com/?p=mp-sparql-moved-to-github.git;a=commitdiff_plain;h=950e31a6a1d4249e0f150ca62e0101fa02e2c6a9 http_client to triplestore.xml --- diff --git a/bibframe/config-sparql.xml b/bibframe/config-sparql.xml index d52498d..68fcf03 100644 --- a/bibframe/config-sparql.xml +++ b/bibframe/config-sparql.xml @@ -13,13 +13,6 @@ log - - http - - - - true - diff --git a/bibframe/triplestore.xml b/bibframe/triplestore.xml index 7b10796..47e160a 100644 --- a/bibframe/triplestore.xml +++ b/bibframe/triplestore.xml @@ -1,11 +1,20 @@ - - - rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns - bf: http://bibframe.org/vocab/ - ?work ?wtitle - ?work a bf:Work - ?work bf:workTitle ?wt - ?wt bf:titleValue ?wtitle - ?wt bf:titleValue %v FILTER(contains(%v, %s)) - - + + + + rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns + bf: http://bibframe.org/vocab/ + ?work ?wtitle + ?work a bf:Work + ?work bf:workTitle ?wt + ?wt bf:titleValue ?wtitle + ?wt bf:titleValue %v FILTER(contains(%v, %s)) + + + + http + + + + true + +