v1

latestSwagger 2.0MIT License2026-07-17191054.1 KB
stores

Get store operation links

Get the core operation links for a specific store.

The response object provides a "directory" of the sub-resources provided for a store. Each sub-resource allows you to view and manipulate a particular aspect of the store.

The path to each resource is provided as a path relative to this store resource.

get/{storeName}

Path parameters

storeNamestring required

The name of the store

Response

Successful response

namestring

The store name

commitsstring

The relative path to the store's commit points resource

jobsstring

The relative path to the store's jobs resource

transactionsstring

The relative path to the store's transactions resource

statisticsstring

The relative path to the store's statistics resource

sparqlQuerystring

The relative path to the SPARQL 1.1 Query endpoint for the store

sparqlUpdatestring

The relative path to the SPARQL 1.1 Update endpoint for the store