On 07/01/16 15:11, Marco Tenti wrote:
Hi, very simple question, i must update a old project from jena 2 to jena 3, what it's the best otion to replace all the "BulkUpdateHandler" extensions to use the new Graph package in jena 3?
org.apache.jena.graph.GraphUtil has functions add() and delete() to replace the BulkUpdateHandler operations.
Andy
