X-Git-Url: http://git.indexdata.com/?p=mp-sparql-moved-to-github.git;a=blobdiff_plain;f=bibframe%2Ftriplestore.xml;h=6a0cefb4af58cd019fcfe6e63c35848814eeec77;hp=415e66a52065a6d5ae7004b409518b446cb240c4;hb=7eb3871494f13a895f405483dd9b3275f412eadd;hpb=5077479b0e5f38abbde9a933b22c26a3164da895 diff --git a/bibframe/triplestore.xml b/bibframe/triplestore.xml index 415e66a..6a0cefb 100644 --- a/bibframe/triplestore.xml +++ b/bibframe/triplestore.xml @@ -1,5 +1,38 @@ + + @@ -9,7 +42,6 @@ - rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns bf: http://bibframe.org/vocab/
SELECT DISTINCT ?thing
@@ -26,6 +58,14 @@ ?thing a %t + + + + + ?thing %v_rel %u + + + @@ -48,7 +88,7 @@ - + ?thing ?rel %vx . %vx a bf:Person . %vx bf:label %v FILTER(contains(%v, %s)) @@ -203,14 +243,7 @@ - %v_inst bf:instanceOf ?thing FILTER ( %v_inst = %u) - - - - - - - ?thing %v_rel %u + %v_inst bf:instanceOf ?thing FILTER ( %v_inst = %u) @@ -401,11 +434,6 @@ ?thing bf:instanceOf %u - - - - ?thing %v_rel %u - @@ -573,22 +601,17 @@ + ?thing ?rel ?obj FILTER( str(?thing) = %s ) - - - - ?thing ?rel ?obj FILTER( str(?obj) = %s ) - - +
http -