Run this query →no server · no download · no account
caviri.github.io/rete
Run this query in the playground →30 rows · 13.3 s · 54.0 MB of 2160.2 MB read over HTTP range · no server, no download — the query runs in your browser.
The query
PREFIX dblp: <https://w3id.org/rete/dblp#>
SELECT ?name ?coauthor (COUNT(?p) AS ?shared) WHERE {
?p dblp:authoredBy <https://orcid.org/0000-0003-4827-1793> , ?coauthor .
?coauthor dblp:creatorName ?name .
FILTER(?coauthor != <https://orcid.org/0000-0003-4827-1793>)
} GROUP BY ?coauthor ?name ORDER BY DESC(?shared) LIMIT 30