From e2c96da928b41db34e5a197db41d0d8f650618a5 Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Wed, 13 May 2015 13:32:11 +0200 Subject: [PATCH] LOC-6: Move bf.ref into "thing" so it applies everywhere --- bibframe/triplestore.xml | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/bibframe/triplestore.xml b/bibframe/triplestore.xml index 1d02d80..3950569 100644 --- a/bibframe/triplestore.xml +++ b/bibframe/triplestore.xml @@ -26,6 +26,14 @@ ?thing a %t + + + + + ?thing %v_rel %u + + + @@ -48,7 +56,7 @@ - + ?thing ?rel %vx . %vx a bf:Person . %vx bf:label %v FILTER(contains(%v, %s)) @@ -206,13 +214,6 @@ %v_inst bf:instanceOf ?thing FILTER ( %v_inst = %u) - - - - - ?thing %v_rel %u - - @@ -401,11 +402,6 @@ ?thing bf:instanceOf %u - - - - ?thing %v_rel %u - @@ -577,9 +573,6 @@ ?thing ?rel ?obj FILTER( str(?thing) = %s ) - - ?thing ?rel ?obj FILTER( str(?obj) = %s ) - -- 1.7.10.4