Open marek-surek opened 11 years ago
I found barriers in current RDFConnection API, which doesn't allow me to implement LOAD, COPY, MOVE, ADD functions as they are not easily transferable to connection.remove()/update(). I suggest to add raw query update method into SesameConnection or to the whole interface, which will allow us to perform those kind of update functions.
This method should be used for SPARQL Updates https://github.com/mysema/rdfbean/blob/master/rdfbean-core/src/main/java/com/mysema/rdfbean/model/RDFConnection.java#L58
Since it is generic no additional methods should be needed
Currently we are outdated with SPARQL 1.1 Update specification. I will do separate branch to get it in sync with : http://www.w3.org/TR/sparql11-update/