Re: [Virtuoso-users] VirtModel default graph

2009-09-04 Thread Rumi Tsekova
Hi, You should use the second method instead, i.e. createDatabaseModel. Please find more details at http://docs.openlinksw.com/jena/virtuoso/jena/driver/VirtModel.html Best Regards, Rumi - Original Message - From: Ruben Martin To: virtuoso-users@lists.sourceforge.net Sent:

Re: [Virtuoso-users] Encoding problems with VirtModel

2009-09-04 Thread Sergio Fernández
Dear Hugh, we were making some more tests, and we found a curious behavior: after startup the server, encoding issue disappears the first time that we insert data using VirtModel, but it reappears in the followings. So it looks a problem with any open socket in the JDBC driver or something like t

Re: [Virtuoso-users] Encoding problems with VirtModel

2009-09-04 Thread Sergio Fernández
On Thu, 2009-09-03 at 17:59 +0100, Hugh Williams wrote: > The default encoding may be ISO8859_1, which could give the wrong > result. For proper checking you should set: > String rdf = new String (b, "UTF-8"); Not in this app. Anyway, we tried forcing String encoding in that way and we

[Virtuoso-users] VirtModel default graph

2009-09-04 Thread Ruben Martin
Hello We are using VirtModel to store rdf info in Virtuoso. All triples are stored in a graph named 'virt:DEFAULT'. Is there any way to change this default graph? Thanks