Re: SPARQL

Lists: pgsql-hackers
From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: SPARQL
Date: 2005-08-11 02:33:12
Message-ID: 42FAB8E8.9090901@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Looks like there's a standard XML way of returning query results:

http://www.w3.org/TR/2005/WD-rdf-sparql-XMLres-20050801/

Chris


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: SPARQL
Date: 2005-08-14 10:59:45
Message-ID: 200508141259.45605.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Am Donnerstag, 11. August 2005 04:33 schrieb Christopher Kings-Lynne:
> Looks like there's a standard XML way of returning query results:
>
> http://www.w3.org/TR/2005/WD-rdf-sparql-XMLres-20050801/

This is for RDF queries, not for SQL queries. For SQL, the SQL/XML standard
gives you a "standard" XML format for table representation. I have some code
for that if anyone is interested. I will put that up on pgFoundry one of
these days.


From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: SPARQL
Date: 2005-08-15 01:53:18
Message-ID: 42FFF58E.4000001@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

> This is for RDF queries, not for SQL queries. For SQL, the SQL/XML standard
> gives you a "standard" XML format for table representation. I have some code
> for that if anyone is interested. I will put that up on pgFoundry one of
> these days.

I'm interested in the SQL format so that I can implement it in
phpPgAdmin - can you give me an example, or docs on it?

Chris


From: David Fetter <david(at)fetter(dot)org>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: SPARQL
Date: 2005-08-15 04:25:27
Message-ID: 20050815042527.GD25779@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Mon, Aug 15, 2005 at 09:53:18AM +0800, Christopher Kings-Lynne wrote:
> >This is for RDF queries, not for SQL queries. For SQL, the SQL/XML
> >standard gives you a "standard" XML format for table
> >representation. I have some code for that if anyone is interested.
> >I will put that up on pgFoundry one of these days.
>
> I'm interested in the SQL format so that I can implement it in
> phpPgAdmin - can you give me an example, or docs on it?

It's in 5WD-14-XML-2003-09.pdf which is available at

http://wiscorp.com/SQLStandards.html

Cheers,
D
--
David Fetter david(at)fetter(dot)org http://fetter.org/
phone: +1 510 893 6100 mobile: +1 415 235 3778

Remember to vote!