Re: substractDate built in

2020-01-22 Thread Luis Enrique Ramos García
/inference/#builtin-primitives > >> > >> There are lessThan, greaterThan builtins that evaluate to true if one > data > >> is more recent than another. > >> > >> Regards, Barry > >> > >> -Original Message- >

Re: substractDate built in

2020-01-22 Thread Lorenz Buehmann
y >> >> -Original Message- >> From: Luis Enrique Ramos García >> >> Sent: dinsdag 21 januari 2020 10:56 >> To: users@jena.apache.org >> Subject: substractDate built in >> >> Dear friends, >> >> I a trying to perfor

Re: substractDate built in

2020-01-21 Thread Luis Enrique Ramos García
that evaluate to true if one data > is more recent than another. > > Regards, Barry > > -Original Message- > From: Luis Enrique Ramos García > > Sent: dinsdag 21 januari 2020 10:56 > To: users@jena.apache.org > Subject: substractDate built in > > Dear frie

RE: substractDate built in

2020-01-21 Thread Nouwt, B. (Barry)
-primitives There are lessThan, greaterThan builtins that evaluate to true if one data is more recent than another. Regards, Barry -Original Message- From: Luis Enrique Ramos García Sent: dinsdag 21 januari 2020 10:56 To: users@jena.apache.org Subject: substractDate built in Dear friends, I

substractDate built in

2020-01-21 Thread Luis Enrique Ramos García
Dear friends, I a trying to perform some operations with dates using rules in jena. One of those is calculating ages. I found the built in subtractDates(x1, x2, x3), and at first I wonder if this is a valid jena built in?, at second, I implemented it with the rule 1 however it does not trigger as