SPARQL Query: All instantiations of Mirage with locations

Note: Use your mouse scroll or the navigation buttons at the top right corner of the window to zoom in and out and pan around the map.



Query:

To run this query yourself, copy and paste the code below in the gray box into the Wikidata Query Service. Click here for a tutorial and notes on how to modify this query or write your own!

 

Query source code:

#defaultView:Map
SELECT ?Mirage ?MirageLabel ?location ?locationLabel ?image ?geoloc 
WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?Mirage wdt:P1343 wd:Q91439317;
    wdt:P361 wd:Q94993998;
    wdt:P276 ?location.
  OPTIONAL { ?location wdt:P18 ?image. }
  OPTIONAL { ?location wdt:P625 ?geoloc. }
}
LIMIT 100