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