reteplayground
Select

👤 Most-followed developers (site's user table)

NameGitHub userCompany+2
Linus TorvaldstorvaldsLinux Foundation…
Claudeclaude@anthropics…
Evan Youyyx990803VoidZero…
dangaearon…
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 30 rows · 1.5 s · 1.3 MB of 30.7 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX ossb: <https://w3id.org/rete/oss-benchmark#> PREFIX pulse: <https://open-pulse.epfl.ch/ontology#> PREFIX gme: <https://openpulse.science/git-metadata-extractor#> PREFIX org: <http://www.w3.org/ns/org#> PREFIX schema: <http://schema.org/> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT ?name ?login ?company ?followers ?publicRepos WHERE { ?p a schema:Person ; pulse:githubUsername ?login ; gme:followers_count ?followers . OPTIONAL { ?p schema:name ?name } OPTIONAL { ?p gme:company ?company } OPTIONAL { ?p gme:public_repos ?publicRepos } } ORDER BY DESC(?followers) LIMIT 30

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