SPARQL Query: All instantiations of Mirage and Organic Honey with location (image) and date(s)

Note: Click and drag your cursor left and right to navigate the timeline horizontally. Scroll down on the page to see additional results for busy date ranges.



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:Timeline
SELECT ?artwork ?artworkLabel ?inception ?start_time ?location ?locationLabel ?image 
WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?artwork wdt:P170 wd:Q453808.
  ?artwork wdt:P1343 wd:Q91439317.
  OPTIONAL { ?artwork wdt:P571 ?inception. }
  OPTIONAL { ?artwork wdt:P580 ?start_time. }
  ?artwork wdt:P276 ?location.
  OPTIONAL { ?location wdt:P18 ?image.}
}
LIMIT 100