X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=bibframe%2Ftriplestore.xml;h=3f7d34ce8a1fb20efb4bbcd320602455f7b4edb3;hb=4ac3a5c367f8a1ccf102cd2a053370f51b735bb6;hp=fd2a751143235536988ff8d2eea504906fea7124;hpb=573ce694a839c28b84b61b2234119b59c18e67d4;p=mp-sparql-moved-to-github.git diff --git a/bibframe/triplestore.xml b/bibframe/triplestore.xml index fd2a751..3f7d34c 100644 --- a/bibframe/triplestore.xml +++ b/bibframe/triplestore.xml @@ -175,12 +175,20 @@ ?title bf:partTitle %v FILTER(contains(%v, %s)) ?title ?rel %v FILTER(contains(str(%v), %s)) - + + rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns bf: http://bibframe.org/vocab/ -
DESCRIBE ?node
+
SELECT ?node ?rel ?obj
?node ?rel ?obj FILTER( str(?node) = %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 ) +
http