SPARQL Query: All instantiations of Mirage showing location and performers



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:Dimensions
SELECT ?artwork ?artworkLabel ?locationLabel ?performerLabel 
WHERE {
  ?artwork wdt:P1343 wd:Q91439317;
    wdt:P361 wd:Q94993998;
    wdt:P175 ?performer.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
  OPTIONAL { ?artwork wdt:P276 ?location. }
}
ORDER BY (?artwork)