Re: [Wikidata] This SPARQL query no longer works, any ideas why?

2016-01-25 Thread Stas Malyshev
Hi! > Wikidata SPARQL aficionados, > > This SPARQL query worked for several weeks, but quit working a few days > ago: No idea what happened, I'll look into it. -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list

[Wikidata] This SPARQL query no longer works, any ideas why?

2016-01-25 Thread james
Wikidata SPARQL aficionados, This SPARQL query worked for several weeks, but quit working a few days ago: PREFIX rdfs: PREFIX wikibase: PREFIX entity: PREFIX p:

Re: [Wikidata] This SPARQL query no longer works, any ideas why?

2016-01-25 Thread james
Stas, I've narrowed it down to the ORDER BY clause. Changing from: ORDER BY ?propUrl ?valUrl to: ORDER BY ?propLabel ?valLabel allowed me to patch the app with a temporary workaround. Thanks, James Weaver On Mon, Jan 25, 2016, at 04:27 PM, Stas Malyshev wrote: > Hi! > > > Wikidata SPARQL

Re: [Wikidata] This SPARQL query no longer works, any ideas why?

2016-01-25 Thread Stas Malyshev
Hi! > Stas, > > I've narrowed it down to the ORDER BY clause. Changing from: > > ORDER BY ?propUrl ?valUrl > > to: > > ORDER BY ?propLabel ?valLabel Seems to be caused by recent fix for T113374, which did not work as expected. I have rolled back the deployment for now and will investigate