SPARQL Query: All instantiations of Mirage including parts (i.e. other artworks)
Note: Mouse over the bars in the chart to see the full metadata.
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:BarChart SELECT ?MirageLabel ?has_partLabel ?object_has_roleLabel WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } ?Mirage wdt:P361 wd:Q94993998. ?Mirage p:P527 ?statement. ?statement ps:P527 ?has_part; pq:P3831 ?object_has_role. } LIMIT 1000