From dbb84d23ffbee64c7ab4cce9d9ffe2fd98c7212d Mon Sep 17 00:00:00 2001 From: Ted Thibodeau Jr Date: Thu, 20 Jul 2023 16:38:25 -0400 Subject: [PATCH] Update index.html --- spec/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spec/index.html b/spec/index.html index a0f5496..dded90f 100644 --- a/spec/index.html +++ b/spec/index.html @@ -245,7 +245,7 @@

RDF Literals

In addition '\' (U+005C) may not appear in any quoted literal except as part of an escape sequence and a " (U+0022) character - can only be included in a quote literal using an escape sequence. + can only be included in a quoted literal using an escape sequence.

The corresponding RDF lexical form @@ -253,7 +253,8 @@

RDF Literals

If present, the language tag is preceded by a '@' (U+0040). If there is no language tag, there may be a datatype IRI, - preceded by '^^' (U+005EU+005E). + preceded by two concatenated ^ characters, + each having the code point U+005E. If there is no datatype IRI and no language tag it is a simple literal and the datatype is http://www.w3.org/2001/XMLSchema#string.