reteplayground
Search

📜 Search the official rulings

CardRuling
A Girl and Her DogsTokens created with A…
Balthor the StoutThe Legend rule only…
BloodbriarA legendary permanent…
Brothers YamazakiIf a third Brothers Y…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 20 rows · 1.0 s · 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/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?card ?ruling WHERE { ?c schema:name ?card ; mtg:ruling ?r . ?r rdfs:comment ?ruling . FILTER(CONTAINS(LCASE(?ruling), "legend rule")) } LIMIT 20

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