The problem here is not running the query (which works fine [1]), but the gigantic return string. Right now, I do generate that entire string in memory and then output it. This works fine for most queries, but your example is a good percentage of Wikidata; think "uncompressed dump".
I'll have a look if I find some time; this is unlikely solved with a 5-minute-hack ;-) In the meantime, either download and parse the latest dump (should only be a few days old), or, depending on your usage, query WDQ live if possible. Cheers, Magnus [1] http://wdq.wmflabs.org/api?q=claim[31]&noitems=1 On Tue, Jul 15, 2014 at 10:08 PM, Gerard Meijssen <[email protected] > wrote: > Hoi, > There are problems running projects in Labs. It is not that there is no > attention when something fails, there is, but it just does not have the > priority nor do labs ops have the capacity to do a thorough job. > > Yes, tools like WDQ and Autolist, Autolist2 are extremely important but it > is seen as a fringe project. For Magnus it is not his day job ... I am > extremely grateful for the great job he does. It is just one of those > things. > Thanks, > GerardM > > > On 15 July 2014 23:01, Kolossos <[email protected]> wrote: > >> Hello, >> I try to get all properties P31 "is instance of" by using Magnus >> Wikidata query [1]. This was not successfully at different days. I need >> it to update my geocoordinates projects Wikipedia-world[2] and it was >> working in May 2014. >> >> I think data access is also important for other projects and I see no >> alternative, so somebody should work on this problem with high priority. >> >> Greeetings Tim alias Kolossos >> >> [1] wget "wdq.wmflabs.org/api?q=claim[31]&props=31" >> [2] http://lists.wikimedia.org/pipermail/wikidata-l/2014-May/003838.html >> >> >> _______________________________________________ >> Wikidata-l mailing list >> [email protected] >> https://lists.wikimedia.org/mailman/listinfo/wikidata-l >> > > > _______________________________________________ > Wikidata-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/wikidata-l > >
_______________________________________________ Wikidata-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-l
