The number and names of such endpoints are configurable in Fuseki's flexible 
RDF configuration language:

https://jena.apache.org/documentation/fuseki2/fuseki-configuration.html#defining-the-service-name-and-endpoints-available

---
A. Soroka
The University of Virginia Library

> On Apr 6, 2017, at 2:17 AM, Osma Suominen <osma.suomi...@helsinki.fi> wrote:
> 
> 06.04.2017, 03:37, Laura Morales kirjoitti:
>> Looking at Fuseki URL scheme: 
>> https://jena.apache.org/documentation/serving_data/#server-uri-scheme
>> 
>> - Is the "SPARQL Graph Store Protocol endpoint" available at "/data" 
>> reserved for update/delete operations on the dataset (add or remove nquads, 
>> add or remove graphs)?
> 
> It can also be used for read requests i.e. HTTP GET to get individual graphs 
> or the whole dataset. But generally yes, this is more of a maintenance API 
> than something you would likely want to expose to outsiders. It should be 
> safe to expose GET, though.
> 
>> - Is "/query" the only endpoint that users need to know if they want to 
>> query my graph?
> 
> Either that or "/sparql", in the default configuration they are defined 
> exactly the same way. Both accept SPARQL queries (not updates).
> 
> -Osma
> 
> 
> -- 
> Osma Suominen
> D.Sc. (Tech), Information Systems Specialist
> National Library of Finland
> P.O. Box 26 (Kaikukatu 4)
> 00014 HELSINGIN YLIOPISTO
> Tel. +358 50 3199529
> osma.suomi...@helsinki.fi
> http://www.nationallibrary.fi

Reply via email to