Two things are pending that I've been mulling over and will be changing with Turtle (in http://www.ilrt.bris.ac.uk/discovery/2004/01/turtle/ ) I would prefer that SPARQL's triple syntax remains aligns with Turtle so that means looking at: 1. Adding """strings""" I've coded it so I'm happy with it and it's going in. 2. Aligning names (foo:bar qnames and _:abc blank) with XML Qnames I'd like to do this also but need to pick XML 1.0 or 1.1 versions to use. I was also actioned previously to look at '.'s at the end of qnames. I think that allowing them as a special case is counter-intutitive and makes a mess in the grammar. It can easily be solved by adding whitespace. So this is bad sparql/turtle syntax as the '.' would be part of ':c.' :a :b :c. :d :e :f . but this allowed: :a :b :c . :d :e :f . DaveReceived on Monday, 25 April 2005 17:18:56 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 1 October 2009 14:42:01 GMT