Re: CONSTRUCT ... ORDER BY

2018-03-29 Thread Lorenz Buehmann
Nothing - by specification, CONSTRUCT returns an RDF graph which in fact is a *set* of triples. Set -> unordered On 29.03.2018 07:47, Laura Morales wrote: > I'm running this query > > > CONSTRUCT { ?sbj ex:property ?obj } > FROM <...> > WHERE { > ?sbj a [] ; >

Re: CONSTRUCT ... ORDER BY

2018-03-29 Thread Laura Morales
OK, makes sense. Is there no way however to return a sorted list of triples? Only SELECT can return sorted results?     Sent: Thursday, March 29, 2018 at 8:47 AM From: "Lorenz Buehmann" To: users@jena.apache.org Subject: Re: CONSTRUCT ... ORDER BY Nothing -

Re: CONSTRUCT ... ORDER BY

2018-03-29 Thread Martynas Jusevičius
Yes, SELECT. Or you can use rdf:List to store an ordered list. On Thu, 29 Mar 2018 at 09.02, Laura Morales wrote: > OK, makes sense. > Is there no way however to return a sorted list of triples? Only SELECT > can return sorted results? > > > > > Sent: Thursday, March 29, 2018

Fuseki web UI, ambiguous "SPARQL Query" column name

2018-03-29 Thread Laura Morales
The Fuseki UI has multiple "SPARQL Query" columns as seen here: https://lut.im/zFYpilXu5M/GDFRBTkfXFyH4PtM.png I guess this is because I have two query endpoints, /query and /sparql. I think it would be useful to add more information to the column name in order to distinguish which is which.

AW: CONSTRUCT ... ORDER BY

2018-03-29 Thread Neubert, Joachim
Or output to .nt and sort the file externally (unix sort with "--key" - which only works when the sort order can be derived from subject, predicate and/or object). Cheers, Joachim > -Ursprüngliche Nachricht- > Von: Martynas Jusevičius [mailto:marty...@atomgraph.com] > Gesendet:

Problems with Asynchronous Updates in Fuseki > 3.5.0

2018-03-29 Thread Christopher Johnson
Hi list, I am developing a client that writes asynchronously to Fuseki via TrellisLDP . There seems to be an issue since 3.6.0 that throws a BindingTBD error. The exception is this: > fuseki | [2018-03-27 17:02:44] BindingTDB ERROR get1(?parent) >