From 6ebefab869a2f528cd1dee5db9cb6e9a0ac6cad7 Mon Sep 17 00:00:00 2001 From: Ted Thibodeau Jr Date: Thu, 20 Jul 2023 09:40:03 -0400 Subject: [PATCH 1/2] remove errant space character --- spec/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/index.html b/spec/index.html index c8f0d10..3b2cb0a 100644 --- a/spec/index.html +++ b/spec/index.html @@ -253,7 +253,7 @@

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+005E U+005E). + preceded by '^^' (U+005EU+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. From 76fd843b6b22f555e9054ad5e65bf0d13cecdfb9 Mon Sep 17 00:00:00 2001 From: Ted Thibodeau Jr Date: Thu, 20 Jul 2023 16:38:25 -0400 Subject: [PATCH 2/2] 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 3b2cb0a..4614ee3 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.