I noticed that several SPARQL endpoints are available for Stardog with different properties. I've found the following three and briefly tested them in Stardog 5.2.1:
- http://localhost:5820/annex/myDB/sparql/query: both reading and updating (SPARQL INSERT/DELETE)
- http://localhost:5820/myDB/query: only reading
- http://localhost:5820/myDB/update: only updating
As I understood from post Query and Update endpoint stardog 5, it seems that the second could be used for both reading and updating in Stardog 4. Is there some overview on the available SPARQL endpoints and what you can throw at it? Also interesting to hear if some things will be depreciated/changed in next versions