projects
/
mp-sparql-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8dcd4b
)
LOC-6: Drop the "ref" db, integrate into "node"
author
Heikki Levanto
<heikki@indexdata.dk>
Wed, 13 May 2015 09:24:34 +0000
(11:24 +0200)
committer
Heikki Levanto
<heikki@indexdata.dk>
Wed, 13 May 2015 09:24:34 +0000
(11:24 +0200)
bibframe/triplestore.xml
patch
|
blob
|
history
diff --git
a/bibframe/triplestore.xml
b/bibframe/triplestore.xml
index
2686042
..
1d02d80
100644
(file)
--- a/
bibframe/triplestore.xml
+++ b/
bibframe/triplestore.xml
@@
-577,10
+577,7
@@
<index type="any">
?thing ?rel ?obj FILTER( str(?thing) = %s )
</index>
- </db>
- <!-- A way to see which triplets refers to a given uri. -->
- <db path="ref" schema="sparql-results" include="smallbody">
- <index type="any">
+ <index type="ref"> <!-- return any object that refers to %u-->
?thing ?rel ?obj FILTER( str(?obj) = %s )
</index>
</db>