reteplayground
Aggregate

Which projects C4DT staff rate most interesting

ProjectLabAvg score+1
HalluHardMachine Learning and…5
PrivacyShieldHexHive Group5
DebateGPTData Science Lab4
SPDLaboratory for Inform…4
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 40 rows · 283 ms · no server, no download — the query runs in your browser.

The query

PREFIX c4dt: <https://w3id.org/rete/c4dt#> PREFIX schema: <http://schema.org/> SELECT ?title ?lab (AVG(?score) AS ?avg) (COUNT(?r) AS ?votes) WHERE { ?p c4dt:interestRating ?r ; schema:name ?title ; c4dt:developedBy ?l . ?r schema:ratingValue ?score . ?l schema:name ?lab . } GROUP BY ?title ?lab ORDER BY DESC(?avg) DESC(?votes) LIMIT 40

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