reteplayground
Search

🔎 Cards that draw two cards

CardNameOracle text
Open image ↗A-Master of WindsFlying When Master of…
Open image ↗A-Mightstone's Animat…Enchant artifact When…
Open image ↗A-Public EnemyEnchant creature All…
Open image ↗A-Sorcerer Class(Gain the next level…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 24 rows · 1.6 s · 2.8 MB 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 ?text WHERE { ?c schema:name ?card ; mtg:image ?image ; mtg:oracleText ?text . FILTER(CONTAINS(LCASE(?text), "draw two cards")) } LIMIT 24

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