diff --git a/rdf/display/everytime/homePageDataGetters.n3 b/rdf/display/everytime/homePageDataGetters.n3
index da71cc26..48bbcd1c 100644
--- a/rdf/display/everytime/homePageDataGetters.n3
+++ b/rdf/display/everytime/homePageDataGetters.n3
@@ -42,10 +42,10 @@ display:researcherCountDataGetter
PREFIX foaf:
PREFIX vivoc:
- SELECT DISTINCT (COUNT(?person) AS ?count)
+ SELECT DISTINCT (COUNT(DISTINCT ?person) AS ?count)
WHERE {
?person rdf:type foaf:Person .
- FILTER (EXISTS {?person core:geographicFocus ?focus})
+ ?person core:geographicFocus ?focus
}
""" .