Open fnielsen opened 1 month ago
Describe the bug Co-author graph in author aspect does not show 1000 authors
To Reproduce Steps to reproduce the behavior:
Expected behavior All authors should be shown.
Additional context A DISTINCT should be added:
DISTINCT
SELECT DISTINCT (COUNT(?work) AS ?count) ?author1 ?author2 WHERE {
Describe the bug Co-author graph in author aspect does not show 1000 authors
To Reproduce Steps to reproduce the behavior:
Expected behavior All authors should be shown.
Additional context A
DISTINCT
should be added:SELECT DISTINCT (COUNT(?work) AS ?count) ?author1 ?author2 WHERE {