rete
playground
Aggregate
What EPFL's trust research is written in
Language
Projects
Labs using it
Python @en
126
22
C @en
40
14
C++ @en
33
14
Go @en
26
3
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