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.