SPARQL Query: All instantiations of Mirage including materials used

Note: Click on a node in the graph to highlight its links to other nodes and get additional data. Use the orientation buttons at the top center edge of the window to see alternative layouts of the graph.



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:Graph
SELECT ?Mirage ?MirageLabel ?uses ?usesLabel 
WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?Mirage wdt:P361 wd:Q94993998;
    wdt:P2283 ?uses.
}
LIMIT 1000