Andy Seaborne created JENA-2093:
-----------------------------------
Summary: RDFConnection: Add option to provide "load" using INSERT
DATA
Key: JENA-2093
URL: https://issues.apache.org/jira/browse/JENA-2093
Project: Apache Jena
Issue Type: Improvement
Components: RDF HTTP
Affects Versions: Jena 4.0.0
Reporter: Andy Seaborne
RDFConnectionRemote uses GSP to upload data for "load" and "put".
AWS Neptune does not support GSP (at least as of 2021-04).
{{INSERT DATA}} could be used instead.
{{PUT}} becomes {{CLEAR ; INSERT DATA}}
{{POST}} becomes {{INSERT DATA}}
GSP = [SPARQL Graph Store
Protocol|https://www.w3.org/TR/sparql11-http-rdf-update/].
--
This message was sent by Atlassian Jira
(v8.3.4#803005)