reteplayground
Summary

What's in this graph

SELECT ?kind (COUNT(?s) AS ?n) WHERE {
  ?s a ?c . ?c rdfs:label ?kind .
  VALUES ?c { wc:Match wc:Goal wc:Stadium wc:Prediction w…
} GROUP BY ?kind ORDER BY DESC(?n)
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → no server, no download — the query runs in your browser.

The query

PREFIX wc: <https://w3id.org/rete/worldcup#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?kind (COUNT(?s) AS ?n) WHERE { ?s a ?c . ?c rdfs:label ?kind . VALUES ?c { wc:Match wc:Goal wc:Stadium wc:Prediction wc:CareerStint } } GROUP BY ?kind ORDER BY DESC(?n)

rete playground · documentation · github.com/caviri/rete