Re: while we are rechartering.... (csv)

On Wed, 2011-06-01 at 14:38 +0100, Bijan Parsia wrote:
> On 1 Jun 2011, at 14:32, Sandro Hawke wrote:
> 
> > TimBL suggests we also add a SPARQL CSV Results Format.
> > (comma-separated-values, RFC 4180).
> > 
> > I think this is a good idea, probably worthwhile.  Particularly with
> > government data, I see CSV is surprisingly popular.
> > 
> > (The use case is: some people want to publish CSV data, because they
> > have a consumer community who wants it.  Rather than write any code, if
> > we do this, they can just construct a SPARQL query to provide the data,
> > give people a long URL (including the query) for getting that data as
> > CSV.  Or they could hide the long URL behind a short one, via a proxy of
> > some sort.  I find this use case rather compelling.)
> > 
> > Reactions?   like it, don't care, formally object, ...?
> 
> 
> It's hugely useful. Lots of things consume CSV best (e.g., lots of google stuff) so on many of our LOD projects we end up hacking some XSLT or other processor in the middle.
> 
> It would really have to be "ready to go" as CSV rather than a csv encoding of the e.g., xml formats, or it's quite pointless.

Agreed.   I think the CSV for first example (SPARQL Query11/1.2.3)
should be:

        x,y,z
        Alice,http:/example/a,

The key thing is that the results format should not indicate datatypes
or node-IRI-vs-literal distinction -- if people want that information,
they should SELECT it and put it in another column.

    -- Sandro

Received on Wednesday, 1 June 2011 13:56:45 UTC