Skip to content

Commit f938488

Browse files
committed
Removed duplication
1 parent 0275814 commit f938488

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

scholia/app/templates/retraction-index_most-cited-retracted-works.sparql

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@ SELECT ?work ?workLabel (CONCAT("../retraction/", SUBSTR(STR(?work),32)) AS ?wor
1616
UNION {
1717
?work wdt:P5824 [] .
1818
}
19-
{
20-
?citation wdt:P2860 ?work .
21-
}
22-
UNION {
23-
?citation wdt:P2860 ?work .
24-
}
19+
?citation wdt:P2860 ?work .
2520
}
2621
GROUP BY ?work
2722
ORDER BY DESC(?count)

0 commit comments

Comments
 (0)