Showing posts with label Museum map. Show all posts
Showing posts with label Museum map. Show all posts

Dec 17, 2018

Museums: Interactive Map with Wikidata


Wikidata query to visualize all the museums in the world
Map of museums in the world from Wikidata Query


 Link to interactive Map of Museums


Here is the Wikdata Query (from example queries)

#Locations of museums
#defaultView:Map
SELECT ?museumDescription ?website ?coord WHERE {
  ?museum (wdt:P31/wdt:P279*) wd:Q33506.
  ?museum wdt:P625 ?coord.
  OPTIONAL { ?museum wdt:P856 ?website. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en,de". }