Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Olaf Hartig <[email protected]>
Co-authored-by: Gregg Kellogg <[email protected]>
  • Loading branch information
3 people authored Feb 27, 2025
1 parent 0e00fa6 commit 77cd780
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -797,17 +797,17 @@ <h2>Representation of literals</h2>
<p>
Similarly, most concrete syntaxes represent
<a>language-tagged strings</a> and <a>directional language-tagged strings</a> without
the <a>datatype IRI</a> because it always equals either
the <a>datatype IRI</a> because it is always either
<code>http://www.w3.org/1999/02/22-rdf-syntax-ns#langString</code> (<code>rdf:langString</code>)
or <code>http://www.w3.org/1999/02/22-rdf-syntax-ns#dirLangString</code> (<code>rdf:dirLangString</code>), respectively.
</p>

<p>
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
<a data-cite="bcp47#section-4.5">BCP 47 section 4.5</a>).
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.
</p>

Expand All @@ -822,7 +822,7 @@ <h2>Representation of literals</h2>
<section>
<h2>Literal value</h2>

<p>The <dfn>literal value</dfn> associated with a <a>literal</a> is defined as follow.</p>
<p>The <dfn>literal value</dfn> associated with a <a>literal</a> is defined as follows.</p>

<ul>
<li>If the literal is a <a>language-tagged string</a>,
Expand Down

0 comments on commit 77cd780

Please sign in to comment.