-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
The RDF4J REST API specifies different syntax for deleting statements in a transaction.
See https://rdf4j.eclipse.org/documentation/rest-api/#the-delete-operation
Because of this, TransactionalRepositoryClient was made to receive only Turtle or TriG encoded data for the DELETE transaction operation.
Planned steps:
- Add
DeleteStatementsPayloadclass - Add
delete()method inRDFRepositoryClientthat accepts the newDeleteStatementsPayload - Add
delete()anddeleteStatement()inTransactionalRepositoryClientwith custom logic that maps the data fromDeleteStatementsPayloadto appropriate triples according to the specification.
The goal is to make both clients with same API methods and hide the custom logic in TransactionalRepositoryClient.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request