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
[email protected]
http://www.nationallibrary.fi

Reply via email to