rete
playground
Aggregate
Which projects C4DT staff rate most interesting
Project
Lab
Avg score
+1
HalluHard
Machine Learning and…
5
…
PrivacyShield
HexHive Group
5
…
DebateGPT
Data Science Lab
4
…
SPD
Laboratory 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