Re: [ANN] Jena 2.11.1

2014-01-28 Thread Michael Brunnbauer
Hello Rob, On Tue, Jan 28, 2014 at 02:20:22PM -0800, Rob Vesse wrote: > The 2.11.0 release was only last week so do not expect another official > release for a while. OK > The somewhat toy query in your bug seems to imply that you have some set > of SPARQL smoke tests or similar that you use.

Re: Do custom property functions get called in property paths?

2014-01-28 Thread Rob Vesse
Most likely no, did you try printing the algebra for the query? This would show you whether the query plan contains a propertyfunc operator or not. Rob On 28/01/2014 20:20, "Joshua TAYLOR" wrote: >I'm looking at implementing a property function that matches when its >subject and object are the

Do custom property functions get called in property paths?

2014-01-28 Thread Joshua TAYLOR
I'm looking at implementing a property function that matches when its subject and object are the same blank node. This seemed like a trivial case for subclassing the assign property function that's included with Jena. Here's a relatively minimal example that creates such a property function and u

Re: [ANN] Jena 2.11.1

2014-01-28 Thread Rob Vesse
Michael The 2.11.0 release was only last week so do not expect another official release for a while. There is already a related fix for another bug that appears to solve your problem (at least in some cases) so if you could start testing that and see if that resolves the issue and that it doesn't

Re: [ANN] Jena 2.11.1

2014-01-28 Thread Michael Brunnbauer
Hello Andy, On Tue, Jan 28, 2014 at 02:30:36PM +, Andy Seaborne wrote: > >https://issues.apache.org/jira/browse/JENA-627 > Created: Yesterday 14:00 > Hmm ... 24 hours ... Sorry - I am getting used to your superb service :-) It would be helpful to know when the next release is due so I can d

SPARQL queries as custom Ant tasks

2014-01-28 Thread Kevin Tyson
Greetings, I'd like to execute SPARQL queries as custom Ant tasks. A simple example would be an ASK query which should cause the Ant build to fail if the result was false. Does something like this already exist? Any clues you could share would be greatly appreciated. Thanks in advance, Kevin --

Re: Import ontology information and imports ontology information

2014-01-28 Thread Joshua TAYLOR
On Tue, Jan 28, 2014 at 10:00 AM, Iturraspe Barturen, Urtza wrote: > > This is my code. I get it, I obtain all the classes, properties, individuals > from all ontologies but when I translate the model to an owl file I can’t > open this with an ontology editor (Neon…) > > Someone has any idea?

Import ontology information and imports ontology information

2014-01-28 Thread Iturraspe Barturen, Urtza
Good afternoon, I am working in an application where I have to get all information from a ontology, classes, properties, individuals, relations like an ontology editor. This ontology could be formed for a lot of ontologies too and I need to have these information too to make operations like an o

Re: [ANN] Jena 2.11.1

2014-01-28 Thread Andy Seaborne
On 28/01/14 14:09, Michael Brunnbauer wrote: hi all, https://issues.apache.org/jira/browse/JENA-627 Created: Yesterday 14:00 Hmm ... 24 hours ... I guess this comes from ARQ and also affects Jena 2.11.1. Can somebody confirm/assign it ? Will there be a new release of Fuseki/Jena soon ?

Re: Fwd: Fwd: Spaql queries optimizations for Freebase set

2014-01-28 Thread Ewa Szwed
Hi, Is it better now with my smart indentations? :) 2014-01-28 Ewa Szwed > > > > 2014-01-28 Andy Seaborne > > Hi there - this is what your messages look like to me ... finding your >> comments is quite tricky! (this is one is easier than your last one). >> >> Andy >> >> >> Ori

Re: Fwd: Fwd: Spaql queries optimizations for Freebase set

2014-01-28 Thread Ewa Szwed
2014-01-28 Andy Seaborne > Hi there - this is what your messages look like to me ... finding your > comments is quite tricky! (this is one is easier than your last one). > > Andy > > > Original Message > Subject: Fwd: Fwd: Spaql queries optimizations for Freebase set > D

Re: [ANN] Jena 2.11.1

2014-01-28 Thread Michael Brunnbauer
hi all, https://issues.apache.org/jira/browse/JENA-627 I guess this comes from ARQ and also affects Jena 2.11.1. Can somebody confirm/assign it ? Will there be a new release of Fuseki/Jena soon ? Regards, Michael Brunnbauer On Fri, Jan 24, 2014 at 02:03:12PM +, Andy Seaborne wrote: > J

Re: BlockException: No such block

2014-01-28 Thread Steve Groeger
Hi Andy, I had already added some extra System.out entries to the code and determined that the pageId value that is passed to the pageMgr.valid(pageId) method in the RecordRangeIterator.iterator(...) method was usually always 0 and then on the failing call was something huge. I therefore adde

Fwd: Fwd: Spaql queries optimizations for Freebase set

2014-01-28 Thread Ewa Szwed
Hi Andy, Please find my comments. -- Forwarded message -- From: Andy Seaborne Date: 2014-01-28 Subject: Re: Fwd: Spaql queries optimizations for Freebase set To: users@jena.apache.org On 28/01/14 10:54, Ewa Szwed wrote: > Hi, > Thanks so much for this answer. > I am definitely

Re: Fwd: Spaql queries optimizations for Freebase set

2014-01-28 Thread Andy Seaborne
On 28/01/14 10:54, Ewa Szwed wrote: Hi, Thanks so much for this answer. I am definitely going to test the changing order of filter/binding constructs. For my system configuration I run Jena and Fuseki on one virtual machine with Linux Red Hat distribution and of 8 cores CPU, 64 GB RAM and 1.2 TB

Fwd: Spaql queries optimizations for Freebase set

2014-01-28 Thread Ewa Szwed
Hi, Thanks so much for this answer. I am definitely going to test the changing order of filter/binding constructs. For my system configuration I run Jena and Fuseki on one virtual machine with Linux Red Hat distribution and of 8 cores CPU, 64 GB RAM and 1.2 TB hard drive. I have configured Fuseki j

Fwd: Spaql queries optimizations for Freebase set

2014-01-28 Thread Ewa Szwed
Thanks Andy. Please find my comments inline. -- Forwarded message -- From: Andy Seaborne Date: 2014-01-27 Subject: Re: Spaql queries optimizations for Freebase set To: users@jena.apache.org On 27/01/14 10:58, Ewa Szwed wrote: > Hi, > I am working on a project that utilizes Jena