-
Notifications
You must be signed in to change notification settings - Fork 9
Description
The HTML interface to the endpoint at http://data.carnegiehall.org/sparql/ works fine but attempts to query the endpoint itself make it look like the endpoint is not supporting the SPARQL protocol.
The following URL is shown in the browser's address bar as the default query when using the squebi interface, and it works fine in the browser:
Using curl to talk directly to the SPARQL endpoint, like this, just retrieves the HTML of the squebi form when it should retrieve XML or JSON of the answer set (I tried both "http:" as shown and "https:"):
As an example of how it should work, the same query sent to the Smithsonian's SPARQL endpoint works fine:
It also works when sent to Wikidata's SPARQL endpoint:
Because of the wonderful data in the Carnegie Hall linked data dataset, I was going to use it in a demo of SPARQL in a Jupyter notebook on http://bobdc.com/blog/ , but the notebook plugin talks to endpoints using the SPARQL protocol, so I can only use endpoints that support that.