|
I want to be able to run the BBC SPARQL examples given on dbtune.org blog but the endpoint that they provide is down. I have tried using http://dbpedia.org/sparql but the query always returns 0 results. The example I am trying to test is (Should return all programmes related to James Bond):
Note that when I run the query in dbpedia.org/sparql I set the Default Graph URI to http://www.bbc.co.uk/programmes/ |
|
In order to run the Query from somewhere else you'd need to have access to a client program or web form that passes the Query to an arbitrary remote endpoint. Some example include (there are others out there if you search around):
You'd have to read the documentation for a specific client to find out how to configure a remote endpoint. For my client you'd go |
|
SPARQL 1.1 has a SERVICE keyword that is useful for defining queries that get data from one or more SPARQL endpoints. Jena ARQ has this already. Also see How to: get data from SPARQL endpoints and save data in a spreadsheet, which provides some examples of using SPARQL SERVICE queries. See Querying Multiple Repositories for an example. |


Update: I have found an endpoint provided by BBC that works (http://api.talis.com/stores/bbc-backstage/services/sparql) but still am wondering how to run this query from somewhere else. Thinking basically I need to put the graph in a FROM clause?
Yes the Virtuoso endpoint no longer seems to have the BBC data