v1

latestSwagger 2.0MIT License2026-07-17191054.1 KB
graph store protocol

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).

get/{storeName}/graphs

Path parameters

storeNamestring required

The name of the store to retrieve data from

Query parameters

defaultboolean

Retrieve the content of the default graph

graphstring url

The absolute URI of the named graph whose content is to be retrieved

Response

Successful response

graphsstring[]