User:1ucyp/Queries/Map of all GLAM institutions in Germany

From Wikidata
Jump to navigation Jump to search
# Map of all GLAM institutions in Germany
#defaultView:Map
SELECT DISTINCT ?GLAM ?GLAMLabel ?coord #?TypeLabel  
WHERE {
 ?GLAM wdt:P31/wdt:P279* wd:Q1030034;
       wdt:P17 wd:Q183.

  OPTIONAL { ?GLAM wdt:P625 ?coord. }
#  OPTIONAL { ?GLAM wdt:P31 ?Type. }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de". }
}
Try it!