SPARQL endpoint
/sparql accepts GET and POST queries. The Script parser supports SPARQL SELECT, ASK, and CONSTRUCT. Use POST for long queries and send the correct SPARQL media type.
Graph Store Protocol
/rdf-graph-store implements GET, POST, PUT, and DELETE over the default or a named graph.
GETretrieves a graph.POSTmerges triples into a graph.PUTreplaces a graph.DELETEremoves a graph.
Operational guidance
- Put
LIMITon exploratory queries. - Restrict mutation privileges separately from query.
- Validate and bound remote graph dereferencing.
- Invalidate application caches after graph updates.
- Treat blank-node identifiers as document-local.
- Version domain vocabularies and contract/harmonized-interface namespaces.