SPARQL Query: All instantiations of Mirage and Organic Honey 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 ?item ?itemLabel ?location ?locationLabel ?image ?geoloc WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } ?item wdt:P1343 wd:Q91439317. ?item wdt:P31 wd:Q838948. ?item wdt:P276 ?location. OPTIONAL { ?location wdt:P18 ?image. } OPTIONAL { ?location wdt:P625 ?geoloc.} } LIMIT 100