We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b3bf6 commit e0d98f3Copy full SHA for e0d98f3
scholia/app/templates/location_nearby-organizations.sparql
@@ -5,7 +5,7 @@ PREFIX wdt: <http://www.wikidata.org/prop/direct/>
5
PREFIX geof: <http://www.opengis.net/def/function/geosparql/>
6
SELECT ?distance ?unit ?unitLabel ?organization ?organizationLabel ?organizationDescription (CONCAT("/organization/", SUBSTR(STR(?organization),32)) AS ?organizationUrl) WHERE {
7
{ # Compute distance.
8
- SELECT ?organization ?distance ?unit WHERE {
+ SELECT DISTINCT ?organization ?distance ?unit WHERE {
9
# Academic institutions on all levels
10
{ ?organization wdt:P361*/wdt:P31/wdt:P279* wd:Q3918 }
11
UNION
0 commit comments