reteplayground
Select

🎨 An art book, fully dressed — every field at once

CoverTitleAuthor+3
Open image ↗Zones : là où les ric…MEDIAPART…
Open image ↗Anni Albers : constru……
Open image ↗Chess poems / Tina Br…BRAEGGER, Tina…
Open image ↗Tectona Paris : colle……
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 40 rows · 276 ms · 256.0 KB of 12.9 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX schema: <http://schema.org/> PREFIX b: <https://data.ecal.ch/> SELECT ?cover ?title ?author ?year ?call ?availability WHERE { ?w a schema:Book ; schema:thumbnailUrl ?cover ; schema:name ?title ; schema:startDate ?year ; b:callNumber ?call ; b:availability ?availability . OPTIONAL { ?w schema:creator ?a . ?a schema:name ?author } } ORDER BY DESC(?year) LIMIT 40

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