Rules

2017-01-03 Thread javed khan
Hello I have three subjects marks for a student. Cryptography, Networking, Software Engineering with different marks for each student. I want to calculate in which subject a student got maximum marks using Jena rule and will set that subject as HighScoreSubject of the student ( HighScoreSubject

TDB2 - releases now available.

2017-01-03 Thread Andy Seaborne
TDB2 is an upgrade of TDB. It provides fully scalable transactions, for example, loading 100 millions triples into a live database which continues to service queries. Release builds are now available from maven central: org.seaborne.mantis tdb2 0.2.0 Development builds

Re: Custom SERVICE HTTP requests

2017-01-03 Thread james anderson
good evening; > On 2017-01-03, at 15:34, Martynas Jusevičius wrote: > > […] > > As for the original Sesame protocol, it's hard to find the spec these > days (maybe it is deprecated?), but here's a short note about variable > bindings with N-Triples-encoded values: >

Re: Custom SERVICE HTTP requests

2017-01-03 Thread Andy Seaborne
On 03/01/17 14:34, Martynas Jusevičius wrote: On Sun, Jan 1, 2017 at 6:59 PM, Andy Seaborne wrote: On 01/01/17 12:53, Martynas Jusevičius wrote: I am wondering if there is a way to "intercept" Any thing can be intercepted with a custom OpExecutor. Any examples? What

Re: OR Operation

2017-01-03 Thread tina sani
Thank you Dave and Lorenz. On Tue, Jan 3, 2017 at 11:38 AM, Lorenz B. < buehm...@informatik.uni-leipzig.de> wrote: > No. It's the same as for SWRL, no native disjunction support. > > > Thank you Dave, Isn't there any operator we use for OR operation like we > > use + for AND. > > > > On Mon, Jan

Re: ClosedException on calling Individual.isClass()

2017-01-03 Thread Andy Seaborne
On 02/01/17 13:53, George News wrote: On 02/01/2017 14:43, Andy Seaborne wrote: On 02/01/17 12:37, George News wrote: Are there any kind of models available in current Jena version? I was storing the Dataset using TDB. Then I call getNamedModel() on the dataset and work with it or just

Re: Jena with Lucene 5 or 6

2017-01-03 Thread Osma Suominen
Hi Samur, There has been some work to upgrade Lucene used in jena-text and jena-spatial to version 5 and 6. It is being tracked as JENA-1250: https://issues.apache.org/jira/browse/JENA-1250 There is a fork here that has done the migration to Lucene 5.5.3:

Re: Jena Tomee CXF issues

2017-01-03 Thread Andy Seaborne
Bart, The only way I can think of that can cause this situation is when there is an incompatible Xerces that is the endorsed libraries folder. This then overrides the classpath whatever the app setup may say. A quick google suggests that at least some versions of TomEE do have endorsed jars.

Re: OR Operation

2017-01-03 Thread Lorenz B.
No. It's the same as for SWRL, no native disjunction support. > Thank you Dave, Isn't there any operator we use for OR operation like we > use + for AND. > > On Mon, Jan 2, 2017 at 6:18 PM, Dave Reynolds > wrote: > >> On 02/01/17 14:56, tina sani wrote: >> >>> How can