dbcls / LinkedData-Agora

4 stars 0 forks source link

Wikidata #101

Open umakaadmin opened 8 years ago

egonw commented 8 years ago

There is possible a typo in the query:

https://twitter.com/jervenbolleman/status/741958098886217728

smalyshev commented 8 years ago

It says CORS: false, but this is not accurate: the endpoint response actually includes "access-control-allow-origin:*". I have no idea how the tool missed it.

Also, the endpoint does not support POST, so sending POST queries to it and claiming it's "unavailable" is not very useful :)

smalyshev commented 8 years ago

There's also a ton of 400 The plain HTTP request was sent to HTTPS port in the logs, thus I suspect the tool tries to talk HTTP to HTTPS endpoint...

smalyshev commented 8 years ago

Also, GRAPH is not supported either, as we have only one data set, so the mode the service runs in does not implement this syntax.

dsatoh commented 8 years ago

@egonw Thank you for your report. We use a ruby gem called 'sparql-client', and the typo comes from it.

I made an issue on its GitHub repository, and it was fixed instantly. So, we can use the newer version of sparql-client in a few days. Please be patient.

Thanks.

smalyshev commented 7 years ago

Wikidata SPARQL endpoint supports POST now, so POST queries should work.

smalyshev commented 6 years ago

Reviewed the results at http://yummydata.org/endpoints/101 again, there are still some issues:

yayamamo commented 6 years ago

Thanks for your suggestions. As for the first one, it is because we didn't set a prefix for subject URIs of Wikidata as our log message says, and we just have set it. It will be reflected on the results soon. As for the second one, we're considering a better query for seeing performance.