rete
playground
Search
📜 Search the official rulings
Card
Ruling
A Girl and Her Dogs
Tokens created with A…
Balthor the Stout
The Legend rule only…
Bloodbriar
A legendary permanent…
Brothers Yamazaki
If 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