reteplayground
Select

Hub join by DOI — turn on 🧠

SELECT ?work ?doi ?title WHERE {
  ?work scholar:doi ?doi ; dct:title ?title .
} LIMIT 50
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → no server, no download — the query runs in your browser.

The query

PREFIX scholar: <https://w3id.org/rete/scholar#> PREFIX dct: <http://purl.org/dc/terms/> SELECT ?work ?doi ?title WHERE { ?work scholar:doi ?doi ; dct:title ?title . } LIMIT 50

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