- From: Sandro Hawke <sandro@w3.org>
- Date: Mon, 17 Oct 2011 07:30:46 -0400
- To: Steve Harris <steve.harris@garlik.com>
- Cc: Pat Hayes <phayes@ihmc.us>, Andy Seaborne <andy.seaborne@epimorphics.com>, public-rdf-wg@w3.org
On Mon, 2011-10-17 at 09:53 +0100, Steve Harris wrote: > > A lexical representation of a list could be as simple as a CSV encoded > row, e.g. '1,2,3' or '"Alice Foo","Bob Bar","Carol Baz"'. It just has > to be something that will be encoded in one literal, and can easily be > parsed by a consumer. CSV handling libraries are very common. Well, presumably we'd want to allow lists to include types of literals and to include objects. So the lexical representation would have to be more like: "1"^^<http://www.w3.org/2001/XMLSchemaint>,<http://www.w3.org/People/Berners-Lee/card#i>,... and there's probably no way to include bNodes (for better or for worse). So, it's not great.... - Sandro
Received on Monday, 17 October 2011 11:31:02 UTC