Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →11 rows · 681 ms · 3.0 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#>
SELECT ?person ?commits WHERE {
?c a pulse:Contribution ;
pulse:contributionTo <https://github.com/AdaptiveMotorControlLab/CEBRA> ;
schema:author ?person ;
pulse:contributionCount ?commits .
} ORDER BY DESC(?commits)