SPARQL Query: All exhibitions/festivals described by JJKB for 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 ?item ?itemLabel ?instance_ofLabel ?location ?locationLabel ?image ?inception ?start_time 
WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?item wdt:P1343 wd:Q91439317;
    wdt:P31 ?instance_of.
  MINUS { ?item wdt:P31 wd:Q838948. }
  ?item wdt:P276 ?location.
  OPTIONAL { ?location wdt:P18 ?image. }
  OPTIONAL { ?item wdt:P571 ?inception. }
  OPTIONAL { ?item wdt:P580 ?start_time. }
}
LIMIT 100