- From: Andy Seaborne <andy.seaborne@epimorphics.com>
- Date: Tue, 02 Oct 2012 13:45:15 +0100
- To: RDF-WG <public-rdf-wg@w3.org>
On 02/10/12 12:22, Eric Prud'hommeaux wrote: > The "unescaped¹" link refers to this text: > [[ > ¹ section 6.4 Escape Sequences defines a mapping from escaped unicode strings > to unicode strings. The following lexical tokens are unescaped to produce > unicode strings: IRIREF, STRING_LITERAL_SINGLE_QUOTE, STRING_LITERAL_QUOTE, > STRING_LITERAL_LONG_SINGLE_QUOTE and STRING_LITERAL_LONG_QUOTE . > ]] > I think this covers exactly what to do to map from a string of characters in a Turtle document to the lexical form of either an IRI, RDF Literal or Blank Node in the RDF abstract syntax. > > Proposal: no change +1 The grammar rules themselves also make the situation clear: STRING_LITERAL_QUOTE ::= '"' ([^#x22#x5C#xA#xD] | ECHAR | UCHAR)* '"' UCHAR is inside the "". Andy
Received on Tuesday, 2 October 2012 12:45:52 UTC