SPARQL Query: All instantiations of Mirage and Organic Honey scripts (with links)



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:

SELECT ?artwork ?artworkLabel ?artworkDescription ?script_reference 
WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?artwork wdt:P1343 wd:Q91439317;
    wdt:P31 wd:Q838948;
    wdt:P527 wd:Q3691017.
  ?artwork p:P527 [ prov:wasDerivedFrom [ pr:P854 ?script_reference ] ] .
}
LIMIT 100