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)? - Is "/query" the only endpoint that users need to know if they want to query my graph?
