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)
rete playground · documentation · github.com/caviri/rete