rete
playground
Aggregate
π EPFL labs ranked by total stars
Lab (GitHub org)
Name
Repos
+1
vita-epfl
VITA lab at EPFL
100
β¦
cvlab-epfl
CVLAB @ EPFL
63
β¦
epfml
epfml
63
β¦
epfLLM
EPFL LLM team
2
β¦
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