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