Work on Jena3

2015-04-24 Thread Andy Seaborne
Hi all, Development has started on Jena3. The main changes currently planned are: * Package renaming com.hp.hpl.jena => org.apache.jena * RDF 1.1 Semantics for plain literals Persistent data will need to be reloaded to be safe * Java8 required as well as cleaning up. There is no fixed

Re: Work on Jena3

2015-04-24 Thread Fajar Juang Ekaputra
Hi Andy, Is there no plan for OWL2 adoption yet in the near future? Best regards, -- Fajar J. Ekaputra > On 24 Apr 2015, at 15:16, Andy Seaborne wrote: > > Hi all, > > Development has started on Jena3. > > The main changes currently planned are: > > * Package renaming >com.hp.hpl.jen

Re: Memory errors when using tdbloader2

2015-04-24 Thread Daniel Hernández
El 2015-04-23 18:12, Andy Seaborne escribió: Hi there, It's hard to eb sure - what does the load log file say before the exception occurs? It was loading data when the error occurs. I tried again with export JVM_ARGS=-Xmx1M before the load execution and I got the error: NFO Add: 289,750,

Re: Work on Jena3

2015-04-24 Thread Andy Seaborne
On 24/04/15 14:36, Fajar Juang Ekaputra wrote: Hi Andy, Is there no plan for OWL2 adoption yet in the near future? Best regards, -- Fajar J. Ekaputra Hi Fajar, What gets done is what the community wants to do and resources. There is no "must do" for Jena3, nor any "won't do". What gets do

Creating consistent ids for blank nodes

2015-04-24 Thread souri datta
Hi, When I am parsing an N-quad using Jena, is it possible to keep the blank node id same after parsing? For e.g., if I have a blank n-quad like _:bsomerandomid . After parsing, when I do subject.getBlankNodeId() it runs a randomly generated string which is different

Re: Creating consistent ids for blank nodes

2015-04-24 Thread David Moss
As far as I am aware blank nodes are called blank for a reason. If you want a named resource, why not just create one? Sent from my iPhone > On 25 Apr 2015, at 5:00 am, souri datta wrote: > > Hi, > When I am parsing an N-quad using Jena, is it possible to keep the blank > node id same after