reteplayground
Summary

🎨 The colour pie

ColourCards
White7250
Red7230
Blue7140
Black7111
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