From 58148924763c611c0e1eddf400675052a335902c Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Mon, 11 May 2015 14:42:04 +0200 Subject: [PATCH] LOC-6: Small hacky bases "node" and "ref" --- bibframe/triplestore.xml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/bibframe/triplestore.xml b/bibframe/triplestore.xml index a278f41..65aa8af 100644 --- a/bibframe/triplestore.xml +++ b/bibframe/triplestore.xml @@ -545,20 +545,12 @@ - - - rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns - bf: http://bibframe.org/vocab/ -
SELECT ?node ?rel ?obj
- ?node ?rel ?obj FILTER( str(?node) = %s ) + + ?thing ?rel ?obj FILTER( str(?thing) = %s ) - - - rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns - bf: http://bibframe.org/vocab/ -
SELECT ?node ?rel ?obj
- ?node ?rel ?obj FILTER( str(?obj) = %s ) + + ?thing ?rel ?obj FILTER( str(?obj) = %s ) -- 1.7.10.4