Skip to content

API REST Endpoints

F. Conrads edited this page Dec 7, 2017 · 2 revisions

There are several REST Endpoints:

RDF

To use the rdf rest endpoints such as SPARQL and SPARQL Update use the following:

Type Endpoint Method Parameter Descripton
SPARQL http://localhost:9098/ngraphstore/api/sparql GET ?query Will return JSON results
UPDATE http://localhost:9098/ngraphstore/api/auth/update POST ?update Will update using the SPARQL Update parameter
DATA http://localhost:9098/ngraphstore/api/auth/data PUT/POST ?data Will load the specified data and either add to (POST) or exchange (PUT) the current data

Clone this wiki locally