rete
playground
Summary
🎨 The colour pie
Colour
Cards
White
7250
Red
7230
Blue
7140
Black
7111
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
5 rows · 42 ms · no server, no download — the query runs in your browser.
The query
PREFIX mtg: <https://w3id.org/rete/mtg#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?color (COUNT(?c) AS ?cards) WHERE { ?c mtg:color ?col . ?col rdfs:label ?color . } GROUP BY ?color ORDER BY DESC(?cards)
rete playground
·
documentation
·
github.com/caviri/rete