rete
playground
Describe
π What does each card DO?
Card
Ability
Action
Bonders' Enclave
{T}: Add {C}
add_mana
Bonders' Enclave
{3}, {T}: Draw a cardβ¦
draw
Lightning Bolt
deal 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