SPARQL Query: All instantiations of 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 ?OrganicHoney ?OrganicHoneyLabel ?location ?locationLabel ?image ?geoloc 
WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?OrganicHoney wdt:P1343 wd:Q91439317;
    wdt:P361 wd:Q95099146;
    wdt:P276 ?location.
  OPTIONAL { ?location wdt:P18 ?image. }
  OPTIONAL { ?location wdt:P625 ?geoloc. }
}
LIMIT 100