rete
playground
Describe
🎲 What's on the battlefield (state S1)
Controls
Card
Alice
Llanowar Elves
Alice
Mountain
Alice
Mountain
Bob
Grizzly Bears
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
5 rows · 932 ms · no server, no download — the query runs in your browser.
The query
PREFIX mtgg: <https://w3id.org/rete/mtg/game#> PREFIX schema: <http://schema.org/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?controller ?card WHERE { ?m a mtgg:ZoneMembership ; mtgg:inState <https://w3id.org/rete/mtg/game/s1> ; mtgg:object ?i ; mtgg:zone <https://w3id.org/rete/mtg/game/battlefield> . ?i mtgg:ofCard ?c ; mtgg:controller ?ctrl . ?c schema:name ?card . ?ctrl rdfs:label ?controller . } ORDER BY ?controller ?card
rete playground
·
documentation
·
github.com/caviri/rete