reteplayground
Aggregate

What EPFL's trust research is written in

LanguageProjectsLabs using it
Python @en12622
C @en4014
C++ @en3314
Go @en263
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 27 rows · 4.0 ms · no server, no download — the query runs in your browser.

The query

PREFIX c4dt: <https://w3id.org/rete/c4dt#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT ?language (COUNT(DISTINCT ?p) AS ?projects) (COUNT(DISTINCT ?l) AS ?labs) WHERE { ?p c4dt:programmingLanguage ?c ; c4dt:developedBy ?l . ?c skos:prefLabel ?language . } GROUP BY ?language ORDER BY DESC(?projects)

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