Hi, thank you for your answers, they were usefull.
I had already planned to to replace Joseki with Fuseki in my applications. Now I have an other problem How can I add a value to a date in SPARQL query? For example, if I want all person who have the birthdayDate property older than one year. -I can use afn:now() to get current date, but I do not know how to increase or decrease this date. Have you ever face this problem or do you know someone who has the same problem? Can you give me some input to solve my problem? Thank you in advance best regards Francesco 2012/4/27 Andy Seaborne <[email protected]> > On 27/04/12 12:24, Francesco Panico wrote: > >> Hi, >> I'm working with jena and Joseki. >> > > Fuseki replaces Joseki. > > > I found here SPARQL standard functions and I wonder jena (and ARQ) >> implements these function or does exist any library to perform these >> function. >> >> Thank you in advance >> >> Best regards >> >> > ARQ supports all the standard SPARQL 1.1 functions and datatypes and more. > > Only xsd:dateTime is required of a SPARQL 1.1 implementation. > > xsd:date support should be complete. > > There's no value space built in to ARQ for xsd:time or xsd:duration. > > There is some support for g*. > > JENA-235 is about more XSD datatypes. > > Andy > > >
