From 77cd780e98080f603eb3f66d3fea1b388e2ac783 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Champin Date: Thu, 27 Feb 2025 11:45:09 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Olaf Hartig Co-authored-by: Gregg Kellogg --- spec/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spec/index.html b/spec/index.html index 5601f64..38ba6fd 100644 --- a/spec/index.html +++ b/spec/index.html @@ -797,17 +797,17 @@

Representation of literals

Similarly, most concrete syntaxes represent language-tagged strings and directional language-tagged strings without - the datatype IRI because it always equals either + the datatype IRI because it is always either http://www.w3.org/1999/02/22-rdf-syntax-ns#langString (rdf:langString) or http://www.w3.org/1999/02/22-rdf-syntax-ns#dirLangString (rdf:dirLangString), respectively.

- Any [=string=] complying with [[!BCP47]] MAY be used to represent a [=language tag=] in concrete syntaxes or implementation. - Such strings MAY be case normalized, + Any [=string=] complying with [[!BCP47]] MAY be used to represent a [=language tag=] in concrete syntaxes or implementations. + Such strings MAY be case normalized (for example, by canonicalizing as defined by BCP 47 section 4.5). - On the contrary, an implementation MAY preserve the case from the original representation, + Alternatively, an implementation MAY preserve the case from the original representation, provided that it processes it in a case-insensitive manner.

@@ -822,7 +822,7 @@

Representation of literals

Literal value

-

The literal value associated with a literal is defined as follow.

+

The literal value associated with a literal is defined as follows.