reteplayground
Aggregate

An author's top collaborators

Co-authorCo-author IRIShared papers
Tareq Y. Al-Naffouri0000-0001-6955-4720206
Zouheir Rezki0000-0002-6491-3648102
Hong-Chuan YangHong-Chuan Yang98
Ki-Hong Park0000-0002-6867-427795
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

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