LOC-6: Drop the "ref" db, integrate into "node"
authorHeikki Levanto <heikki@indexdata.dk>
Wed, 13 May 2015 09:24:34 +0000 (11:24 +0200)
committerHeikki Levanto <heikki@indexdata.dk>
Wed, 13 May 2015 09:24:34 +0000 (11:24 +0200)
bibframe/triplestore.xml

index 2686042..1d02d80 100644 (file)
             <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>