Run this query โno server ยท no download ยท no account
caviri.github.io/rete
Run this query in the playground โ18 rows ยท 109 ms ยท 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#>
PREFIX gme: <https://openpulse.science/git-metadata-extractor#>
SELECT ?country (COUNT(DISTINCT ?repo) AS ?repos) WHERE {
?repo a schema:SoftwareSourceCode ; pulse:ownedBy ?ghorg .
?ghorg org:unitOf ?ror .
?ror gme:ror_country ?country .
} GROUP BY ?country ORDER BY DESC(?repos) LIMIT 20