Re: [Virtuoso-users] Sorting in SPARQL XML result format

2011-05-25 Thread Jonas Brekle
i tested it with 6.1.3 - it works! i didnt really understand your comment: SELECT == Tabular resultset. Thus, why are you picking RDF/XML? You should be using SPARQL Results in XML or JSON for output. we are using virtuoso via odbc in a php app. is there a better way to get the language-tags

Re: [Virtuoso-users] Sorting in SPARQL XML result format

2011-05-25 Thread Kingsley Idehen
On 5/25/11 7:52 AM, Jonas Brekle wrote: i tested it with 6.1.3 - it works! i didnt really understand your comment: SELECT == Tabular resultset. Thus, why are you picking RDF/XML? You should be using SPARQL Results in XML or JSON for output. we are using virtuoso via odbc in a php app. is

[Virtuoso-users] Sorting in SPARQL XML result format

2011-05-23 Thread Jonas Brekle
Hi, i have a problem with sorting again :) given the dataset in the attachment, when i do the query SELECT DISTINCT ?resourceUri FROM http://example.com/activities/ WHERE { ?resourceUri http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://xmlns.notu.be/aair#Activity . ?resourceUri

Re: [Virtuoso-users] Sorting in SPARQL XML result format

2011-05-23 Thread Sebastian Tramp
On Mon, May 23, 2011 at 08:20:57AM -0400, Kingsley Idehen wrote: On 5/23/11 8:17 AM, Jonas Brekle wrote: the result is as expected. but when i add define output:format RDF/XML the returned xml is unsorted. could that be a bug? regards, Jonas SELECT == Tabular resultset. Thus, why are

Re: [Virtuoso-users] Sorting in SPARQL XML result format

2011-05-23 Thread Kingsley Idehen
On 5/23/11 8:49 AM, Sebastian Tramp wrote: On Mon, May 23, 2011 at 08:20:57AM -0400, Kingsley Idehen wrote: On 5/23/11 8:17 AM, Jonas Brekle wrote: the result is as expected. but when i add define output:format RDF/XML the returned xml is unsorted. could that be a bug? regards, Jonas

Re: [Virtuoso-users] Sorting in SPARQL XML result format

2011-05-23 Thread Patrick van Kleef
Hi Jonas, i have a problem with sorting again :) given the dataset in the attachment, when i do the query SELECT DISTINCT ?resourceUri FROM http://example.com/activities/ WHERE { ?resourceUri http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://xmlns.notu.be/aair#Activity . ?resourceUri

Re: [Virtuoso-users] Sorting in SPARQL XML result format

2011-05-23 Thread Patrick van Kleef
Hi Jonas, i have a problem with sorting again :) given the dataset in the attachment, when i do the query SELECT DISTINCT ?resourceUri FROM http://example.com/activities/ WHERE { ?resourceUri http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://xmlns.notu.be/aair#Activity .