reteplayground
Counterfactual

๐Ÿ” What changed from S1 to S2

Newly tapped
Mountain
Run this query โ†’ no server ยท no download ยท no account
caviri.github.io/rete
Run this query in the playground โ†’ 1 row ยท 5.0 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/> SELECT ?card WHERE { ?m2 mtgg:inState <https://w3id.org/rete/mtg/game/s2> ; mtgg:object ?o ; mtgg:tapped true . ?m1 mtgg:inState <https://w3id.org/rete/mtg/game/s1> ; mtgg:object ?o ; mtgg:tapped false . ?o mtgg:ofCard ?c . ?c schema:name ?card . }

rete playground ยท documentation ยท github.com/caviri/rete