reteplayground
Aggregate

πŸ† EPFL labs ranked by total stars

Lab (GitHub org)NameRepos+1
vita-epflVITA lab at EPFL100…
cvlab-epflCVLAB @ EPFL63…
epfmlepfml63…
epfLLMEPFL LLM team2…
Run this query β†’ no server Β· no download Β· no account
caviri.github.io/rete
Run this query in the playground β†’ 40 rows Β· 127 ms Β· no server, no download β€” the query runs in your browser.

The query

PREFIX schema: <http://schema.org/> PREFIX pulse: <https://open-pulse.epfl.ch/ontology#> PREFIX org: <http://www.w3.org/ns/org#> SELECT ?org (SAMPLE(?ln) AS ?lab) (COUNT(DISTINCT ?repo) AS ?repos) (SUM(?st) AS ?totalStars) WHERE { ?repo a schema:SoftwareSourceCode ; pulse:ownedBy ?org . ?org org:unitOf <https://ror.org/02s376052> . OPTIONAL { ?org schema:name ?ln } OPTIONAL { ?repo pulse:githubRepoStars ?st } } GROUP BY ?org ORDER BY DESC(?totalStars) LIMIT 40

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