We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e07bf commit fc3c335Copy full SHA for fc3c335
scholia/app/templates/event_co-authors.sparql
@@ -36,7 +36,7 @@ WITH {
36
SELECT DISTINCT ?author1 ?author2 ?rgb WHERE {
37
INCLUDE %authors
38
{
39
- target: (wdt:P823 | wdt:P664 | ^wdt:P1344 | wdt:P710 | ^wdt:P4745 / ^wdt:P1433 / wdt:P50) ?author2 .}
+ target: (wdt:P823 | wdt:P664 | ^wdt:P1344 | wdt:P710 | ^wdt:P4745 / ^wdt:P1433 / wdt:P50) | wdt:P5804 ?author2 .}
40
UNION
41
{ ?presentation wdt:P823 ?author2; wdt:P5072 target: }
42
0 commit comments