In this blog post, the author draws attention to an interesting feature of some SPARQL endpoints. When a query is entered, the full HTTP GET request is shown in its own results box. This URL can be used to issue a request in PHP, Javascript, etc., and the output used within a Web application just as one would with any API call.
URL: https://johngoodwin225.wordpress.com/2013/08/07/ordnance-survey-sparql-endpoint/
Keywords: SPARQL endpoint, GET request, HyperText Transfer Protocol (HTTP), SPARQL
Author: Goodwin, John
Date created: 2013-08-07 04:00:00.000
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P10M
- Knows Representational State Transfer, or REST (2000) as a software architectural style whereby browsers can exchange data with web servers, typically on the basis of well-known HTTP actions.
- Fundamentals of Linked Data
- Web technology
- Knows Representational State Transfer, or REST (2000) as a software architectural style whereby browsers can exchange data with web servers, typically on the basis of well-known HTTP actions.
- Knows Representational State Transfer, or REST (2000) as a software architectural style whereby browsers can exchange data with web servers, typically on the basis of well-known HTTP actions.
- Web technology
- Fundamentals of Linked Data
- Uses available tools, servers, and endpoints to issue queries against a dataset.
- Interacting with RDF data
- Querying RDF data
- Uses available tools, servers, and endpoints to issue queries against a dataset.
- Execute SPARQL queries using the Jena ARQ command-line utility.
- Queries multiple local data files using ARQ.
- Uses ARQ to evaluate queries on local data.
- Uses Fuseki server to evaluate queries on a dataset.
- Queries multiple data files using Fuseki.
- Accesses DBPedia's SNORQL/SPARQL endpoint and issues simple queries.
- Uses available tools, servers, and endpoints to issue queries against a dataset.
- Querying RDF data
- Interacting with RDF data