Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →24 rows · 222 ms · 256.0 KB of 15.6 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX mtg: <https://w3id.org/rete/mtg#>
PREFIX schema: <http://schema.org/>
SELECT ?image ?card ?rank WHERE {
?c schema:name ?card ; mtg:image ?image ; mtg:edhrecRank ?rank .
} ORDER BY ?rank LIMIT 24