reteplayground
Aggregate

๐Ÿ› Organizations with the most repositories

OrganizationNameRepos
epfl-adaADA@EPFL (CS-401)670
epfl-siEPFL-SI518
epfl-dojoEPFL-Dojo300
DCMLabDCMLab250
Run this query โ†’ no server ยท no download ยท no account
caviri.github.io/rete
Run this query in the playground โ†’ 40 rows ยท 876 ms ยท 2.5 MB of 48.7 MB read over HTTP range ยท 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(?nm) AS ?name) (COUNT(?repo) AS ?repos) WHERE { ?repo a schema:SoftwareSourceCode ; pulse:ownedBy ?org . ?org a org:Organization ; schema:name ?nm . } GROUP BY ?org ORDER BY DESC(?repos) LIMIT 40

rete playground ยท documentation ยท github.com/caviri/rete