Re: Jena listStatement

2014-06-26 Thread Frederic Toublanc
I fixed the issue with this query : PREFIX base:http://com.telemis.core.aim.base PREFIX rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns# SELECT ?x { ?x a base:ImageAnnotation ; base:images ?seq . ?seq ?p http://com.telemis.core.aim.base/Image/145263.1121.1121.11 } When i use rdfs:member it

Unusual Jena rror - possibly a locking issue?

2014-06-26 Thread Mark Feblowitz
I saw something odd today (see trace below). I have a Fuseki/TDB server that receives some bursts of updates and queries. I know that this error appears to have failed during results iteration, but this is the first time we’ve seen this. One guess was an update locking problem. Does this make

Feeling a bit stupid with schemagen

2014-06-26 Thread Benson Margulies
I just made an OWL schema, something I have not done in a long time. https://gist.github.com/benson-basis/6ab309f661156a532e78 I fed it to schemagen with Maven. The resulting Java class is trivial. plugin groupIdorg.apache.jena/groupId

Re: Feeling a bit stupid with schemagen

2014-06-26 Thread Tom Emerson
Hi Benson, The file you are trying to put through schemagen isn't an OWL RDF file, it's an OWL2 XML file. AFAIK Jena doesn't support OWL2 yet. -tree P.S. Hi wave On Thu, Jun 26, 2014 at 9:13 PM, Benson Margulies bimargul...@gmail.com wrote: I just made an OWL schema, something I have not

Re: Feeling a bit stupid with schemagen

2014-06-26 Thread Benson Margulies
Tom, wave yourself Yup, resaving as RDF did the trick. Now I just have to fix 3 bugs in the schemagen maven plugin. --benson On Thu, Jun 26, 2014 at 9:32 PM, Tom Emerson tremer...@gmail.com wrote: Hi Benson, The file you are trying to put through schemagen isn't an OWL RDF file, it's an