Re: Re: XSD date functions broken?

2023-04-18 Thread Enrico . Daga
vel 4 Berrill Building, Walton Hall, Milton Keynes, MK7 6AA Direct: +44 (0) 1908 654887 From: Simon Bin Sent: 18 April 2023 17:54 To: users@jena.apache.org Subject: Re: Re: XSD date functions broken? There is no way to do it in Plain Sparql as far as I know The

Re: Re: XSD date functions broken?

2023-04-18 Thread Simon Bin
; Direct: +44 (0) 1908 654887 > > From: Martynas Jusevičius > Sent: 18 April 2023 14:04 > To: users@jena.apache.org  > Subject: Re: XSD date functions broken? > > Neither 1649185973 nor “1649185973” is a valid xsd:date value. Isn’t > that &g

Re: XSD date functions broken?

2023-04-18 Thread Enrico . Daga
pen University Level 4 Berrill Building, Walton Hall, Milton Keynes, MK7 6AA Direct: +44 (0) 1908 654887 From: Martynas Jusevičius Sent: 18 April 2023 14:04 To: users@jena.apache.org Subject: Re: XSD date functions broken? Neither 1649185973 nor “1649185973” is a valid

Re: XSD date functions broken?

2023-04-18 Thread Martynas Jusevičius
k<http://data.open.ac.uk/> > > Senior Research Fellow, Knowledge Media Institute, STEM Faculty > The Open University > Level 4 Berrill Building, Walton Hall, Milton Keynes, MK7 6AA > Direct: +44 (0) 1908 654887 > ________ > From: Simon Bin >

Re: XSD date functions broken?

2023-04-18 Thread Enrico . Daga
Bin Sent: 18 April 2023 11:43 To: users@jena.apache.org Subject: Re: XSD date functions broken? The question is what the function should do?? if you look here: https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.w3.org%2FTR%2Fsparql11-query%2F%23FunctionMapping&da

Re: XSD date functions broken?

2023-04-18 Thread Simon Bin
The question is what the function should do?? if you look here: https://www.w3.org/TR/sparql11-query/#FunctionMapping it is "N"ot allowed to cast from int to dateTime On Tue, 2023-04-18 at 10:19 +, Enrico.Daga wrote: > Hi, > > I need help using XSD date/time functions, I tried versions 4.2.

XSD date functions broken?

2023-04-18 Thread Enrico . Daga
Hi, I need help using XSD date/time functions, I tried versions 4.2.0 and 4.7.0 and both don't seem to work. Considering this Java code: Dataset kb = DatasetFactory.createGeneral(); Query q = QueryFactory.create(q); result = QueryExecutionFactory.create(q, kb).execSelect(); The following thro