reteplayground
Describe

πŸ“œ What does each card DO?

CardAbilityAction
Bonders' Enclave{T}: Add {C}add_mana
Bonders' Enclave{3}, {T}: Draw a card…draw
Lightning Boltdeal 3 damage to any…DealDamage
Llanowar Elves{T}: Add {G}add_mana
Run this query β†’ no server Β· no download Β· no account
caviri.github.io/rete
Run this query in the playground β†’ 5 rows Β· 3.0 ms Β· no server, no download β€” the query runs in your browser.

The query

PREFIX mtgg: <https://w3id.org/rete/mtg/game#> PREFIX mtg: <https://w3id.org/rete/mtg#> PREFIX schema: <http://schema.org/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?card ?ability ?action WHERE { ?c a mtg:Card ; schema:name ?card ; mtgg:ability ?ab . ?ab rdfs:label ?ability ; mtgg:effect ?e . ?e mtgg:action ?action . } ORDER BY ?card

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