W3C Graph Store Protocol Endpoint
This endpoint implements the SPARQL 1.1 Graph Store HTTP Protocol.
Using this API, you can retrieve the RDF content of a named graph or the default graph of the store; or retrieve a list of the graphs contained in the store.
NOTE When using this API to retrieve a list of the graphs in the store, only application/json and application/xml are supported as response formats. When requesting the content of a graph using either the default or graph query parameter; the full range of RDF serialization formats (including both application/json and application/xml are supported).
Path parameters
The name of the store to retrieve data from
Query parameters
Retrieve the content of the default graph
The absolute URI of the named graph whose content is to be retrieved
Response
Successful response
Changes
Changed in 3 of the 11 revisions of this API.12
- ○
api tag
graph store protocoladdedapi-tag-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲