Re: [Virtuoso-users] Virtuoso changes nonNegativeInteger to Integer

2015-03-04 Thread Hugh Williams
Hi Eliza, Have you updated to Virtuoso 7.2 as the Jena/Sesame Providers available in this release make use of server side APIs optimised for graph/triple deletion, thus the removeAll() function is significantly faster. Thus you need to ensure you upgrade both the Virtuoso Java clients (Jena/Ses

Re: [Virtuoso-users] Virtuoso changes nonNegativeInteger to Integer

2015-03-04 Thread Eliza Chan
Hi Hugh, Sorry for not responding sooner. I didn't develop the application that ran the import and export so I had to do some research. Looks like the application uses com.hp.hpl.jena.graph.BulkUpdateHandler to import and export the data. Also, I have noticed one thing - the BulkUpdateHandler's