Re: Locating and manipulating a resource (triples) stream

2013-05-20 Thread Lewis John Mcgibbney
Hi, Having come back to this tonight, I think I am slightly closer :0) I *think* the code I am after is located in jena-arq around here [0] Specifically, I found the ResultSetFormatter [1], this beast looks exactly like what I am after. Lewis [0] http://svn.apache.org/repos/asf/jena/trunk/jena-arq

Re: Owl Ontology and TDB Individuals

2013-05-20 Thread Bahador(reza)? OFOGHI
THanks Andy and David,   I have now looked at this and I still have questions!   1- when you say transactions will not work across a mixture of graphs in a dataset, does that mean that I will not be able to query and/or use reasoners on this dataset? 2- if not, then what would be the best solutio

Locating and manipulating a resource (triples) stream

2013-05-20 Thread Lewis John Mcgibbney
Hi All, Say I submit a DESCRIBE query (via Fuseki for instance) and my query matches one subject which has many resources, all of which is returned as a stream, I would like to locate the code within Jena that actually represents this stream. My reasoning behind this is that I wish to manipulate th

Locating and manipulating results (triples) stream

2013-05-20 Thread Lewis John Mcgibbney
Hi, I need to -- *Lewis*

Re: Java 1.6 or 1.7?

2013-05-20 Thread Jean-Marc Vanel
I use the latest 1.7 with Jena in developing EulerGUI without any trouble. 2013/5/20 Charles Li > Hi, > > I am starting Jena development with the latest Jena version. I have a > choice of Java version. Should I use 1.6 or 1.7? > > Thanks a lot! > Charles -- Jean-Marc Vanel Déductions SARL

Re: Java 1.6 or 1.7?

2013-05-20 Thread Claude Warren
1.6 is approaching EOL, I would go with 1.7 On Mon, May 20, 2013 at 3:08 PM, Charles Li wrote: > Hi, > > I am starting Jena development with the latest Jena version. I have a > choice of Java version. Should I use 1.6 or 1.7? > > Thanks a lot! > Charles -- I like: Like Like - The likelies

Re: Java 1.6 or 1.7?

2013-05-20 Thread Stephen Allen
Jena is built to run against Java 6, but I would recommend any new projects use the latest version of Java 7. The Jena libraries are forward-compatible. Oracle has end-of-lifed Java 6, and there has been some discussion about moving Jena to Java 7 (but no definite timeline so far). -Stephen P.S

Java 1.6 or 1.7?

2013-05-20 Thread Charles Li
Hi, I am starting Jena development with the latest Jena version. I have a choice of Java version. Should I use 1.6 or 1.7? Thanks a lot! Charles