LOC-6: Drop the "ref" db, integrate into "node"
[mp-sparql-moved-to-github.git] / 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>