reteplayground
Aggregate

👥 EPFL-affiliated developers

PersonNameORCID+1
0009-0000-8881-8787Nicolas Borboën0009-0000-8881-8787…
0000-0001-8029-1036Scott Wilson0000-0001-8029-1036…
0000-0003-1653-5248Raj Kumar Nandi0000-0003-1653-5248…
0000-0002-3391-8876Séverin Lemaignan0000-0002-3391-8876…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 40 rows · 1.5 s · 256.0 KB 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 ?person (SAMPLE(?nm) AS ?name) (SAMPLE(?orc) AS ?orcid) (COUNT(DISTINCT ?repo) AS ?repos) WHERE { ?person org:hasMembership ?m . ?m org:organization <https://ror.org/02s376052> . OPTIONAL { ?person schema:name ?nm } OPTIONAL { ?person pulse:orcidIdentifier ?orc } OPTIONAL { ?person pulse:owns ?repo } } GROUP BY ?person ORDER BY DESC(?repos) LIMIT 40

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