Ironholds / WikidataR

An R package for the Wikidata API
Other
53 stars 14 forks source link

Some geo queries failing #28

Closed Ironholds closed 7 years ago

Ironholds commented 7 years ago

CC @serenasignorelli and @bearloga - queries like the following are producing 500 requests:

 sf_locations <- get_geo_entity("Q62")

Did something change at the SPARQL endpoint?

bearloga commented 7 years ago

Ran the query in https://query.wikidata.org and got:

"java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: java.lang.RuntimeException: there can be only one "run last" join in any group"

screen shot 2017-09-19 at 10 31 03 am

The problem is actually with the query. There are two SERVICE wikibase:label statements that collide. I'll make a PR right now. Update: #29