reteplayground
Select

🔎 What's next to it on the shelf? (a book's neighbours)

Call no.Neighbour on the…
USA 10807 17.02Foundations for moral…
USA 10808 932.07Triangular landscapes…
USA 10809 949.4:92A/ZHistorische Begegnung…
USA 1081 711Les enjeux du dévelop…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 25 rows · 9.3 s · no server, no download — the query runs in your browser.

The query

PREFIX schema: <http://schema.org/> PREFIX b: <https://data.bcu-lausanne.ch/> SELECT DISTINCT ?call ?neighbour WHERE { ?anchor schema:name "Foundations for moral relativism" ; b:callNumber ?c0 ; b:heldAt ?lib . ?it b:heldAt ?lib ; b:callNumber ?call ; schema:name ?neighbour . FILTER(?call >= ?c0) } ORDER BY ?call LIMIT 25

rete playground · documentation · github.com/caviri/rete