reteplayground
Summary

The 36 labs, and how much each contributes

LabCodeHead of lab+2
HexHive GroupHexHiveMathias Payer
Machine Learning and Optimiza…MLOMartin Jaggi
Security and Privacy Engineer…SPRINGCarmela Troncoso
Decentralized Distributed Sys…DEDISBryan Ford
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 36 rows · 1.3 s · 73.3 KB of 457.3 KB read over HTTP range · 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 ?lab ?code ?prof (COUNT(DISTINCT ?p) AS ?projects) (COUNT(DISTINCT ?repo) AS ?repos) WHERE { ?l a c4dt:Lab ; schema:name ?lab ; c4dt:labIdentifier ?code ; c4dt:headOfLab ?person . ?person schema:name ?prof . ?p c4dt:developedBy ?l . OPTIONAL { ?p schema:codeRepository ?repo } } GROUP BY ?lab ?code ?prof ORDER BY DESC(?projects)

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