From ea22f99fc93c697db2526ce87ca290e2b23984de Mon Sep 17 00:00:00 2001 From: Daniel Mietchen Date: Thu, 29 Dec 2022 00:00:51 +0100 Subject: [PATCH] removed ```FILTER EXISTS``` clause --- scholia/app/templates/organization_page-production.sparql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scholia/app/templates/organization_page-production.sparql b/scholia/app/templates/organization_page-production.sparql index b5949c33d..60bfb7d5f 100644 --- a/scholia/app/templates/organization_page-production.sparql +++ b/scholia/app/templates/organization_page-production.sparql @@ -14,7 +14,7 @@ WHERE { (SAMPLE(?pages) / COUNT(?researcher_of_paper) AS ?pages_per_author) WHERE { # Find authors associated with organization - FILTER EXISTS { ?researcher wdt:P108 | wdt:P463 | (wdt:P1416 / wdt:P361*) target: . } + ?researcher wdt:P108 | wdt:P463 | (wdt:P1416 / wdt:P361*) target: . ?work (wdt:P50|wdt:P2093) ?researcher_of_paper .