Re: [Wikidata] Where did label filtering break recently and how?

2019-06-01 Thread Lucas Werkmeister
For this query, you can also use the regular Wikibase search, either skipping the query service completely – https://www.wikidata.org/wiki/Special:Search/haswbstatement:P31=Q2085381 inlabel:simon@en https:/

Re: [Wikidata] Where did label filtering break recently and how?

2019-06-01 Thread Thad Guidry
Found my answer !!! had to go back to the SPARQL Tutorial page and re-read the section on FILTER ...specifically... The label service is very useful if you just want to display the label of a > variable. *But if you want to do stuff

Re: [Wikidata] Where did label filtering break recently and how?

2019-06-01 Thread Thad Guidry
Thanks Andra. Is there no way to proactively without using a 2nd outer query to constrain the query within the WHERE clause? To help with faster query response? In other words, hitting some index so that only publishers containing "simon" are returned. I'm having to relearn some of this after bei