From 950e31a6a1d4249e0f150ca62e0101fa02e2c6a9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 9 Jan 2015 13:16:11 +0100 Subject: [PATCH] http_client to triplestore.xml --- bibframe/config-sparql.xml | 7 ------- bibframe/triplestore.xml | 31 ++++++++++++++++++++----------- 2 files changed, 20 insertions(+), 18 deletions(-) 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 + + -- 1.7.10.4