SPARQL Query: All instantiations of Mirage and Organic Honey which feature masks



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 
WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?artwork wdt:P1343 wd:Q91439317;
    wdt:P31 wd:Q838948.
  ?artwork wdt:P2283 wd:Q161524.
}
LIMIT 100