Hello,

I need help writing a query that I would like to run on the Clouds. The goal of the query is to retrieve the following information from wikidatawiki_p:

* Find all pages that have a claim for the property P1566, for example see https://www.wikidata.org/wiki/Q2113430
* Find out what is the value of their P1566 property (in this case, 18918)

Output format should be like this:

page_id       entity            property_value
2039804      Q2113430     18918
...

Thanks in advance,

Huji