reteplayground
Aggregate

๐ŸŒ Research software by institution country

CountryRepositories
Switzerland3095
France145
United States78
Ireland77
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

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