You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin uses the library SPARQLWrapper to send queries to triple stores.
While this works for Wikidata and FactGrid (both Wikibase instances as well), the issue encountered for Wikibase Cloud instances seems to be that:
Queries without encoded URIs in <> and queries without the usage of prefixes return correct results
Queries with any of the two mentioned constructs simply return an empty result
The fact that this happens - so far - only on Wikibase Cloud instances leads me to believe that it could be a configuration issue in Wikibase Cloud.
Contrary to the description on StackOverflow, any combination of POST + Returnformat or GET+Returnformat does not seem to work for Wikibase.cloud instances.
Hence, no results can be queried in the plugin as of now.
I am also able to reproduce the error with the sample python code provided in the Wikibase.Cloud instance
Hi Thanks for this great Plugin
I used the folowing query that work on wikibase
using the endpoint https://timna-database.wikibase.cloud/query/sparql
it works on query services you can check here
but returns no results on QGIS
The text was updated successfully, but these errors were encountered: