SPARQL

Started by Christopher Kings-Lynneover 20 years ago4 messages
#1Christopher Kings-Lynne
chriskl@familyhealth.com.au

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

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

Chris

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Christopher Kings-Lynne (#1)
Re: SPARQL

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.

#3Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Peter Eisentraut (#2)
Re: SPARQL

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

#4David Fetter
david@fetter.org
In reply to: Christopher Kings-Lynne (#3)
Re: SPARQL

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@fetter.org http://fetter.org/
phone: +1 510 893 6100 mobile: +1 415 235 3778

Remember to vote!