Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre-Antoine Champin <[email protected]>
  • Loading branch information
hartig and pchampin authored Feb 26, 2025
1 parent c8a7545 commit 8a301f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ <h3>Triples</h3>

<p><dfn>Triple equality</dfn>:
Two triples (|s|, |p|, |o|) and (<var>s'</var>, <var>p'</var>, <var>o'</var>)
are considered equal if and only if all of the following three conditions hold.</p>
are equal (the same [=RDF triple=]) if and only if all of the following three conditions hold.</p>

<ul>
<li>|s| and <var>s'</var> are [=RDF term equality|equal=].</li>
Expand Down Expand Up @@ -610,7 +610,7 @@ <h3>RDF Terms</h3>
<code>http://example.org/</code>.</p>

<p><dfn>RDF term equality</dfn>:
Two [=RDF terms=] |t| and <var>t'</var> are considered equal if and only if
Two [=RDF terms=] |t| and <var>t'</var> are equal (the same [=RDF term=]) if and only if
one of the following four conditions holds:</p>

<ul>
Expand Down Expand Up @@ -870,7 +870,7 @@ <h3>Blank Nodes</h3>
any internal structure of blank nodes.</p>

<p><dfn>Blank node equality</dfn>:
Two blank nodes are considered equal if and only if they are the same blank node.</p>
Two blank nodes are equal if and only if they are the same blank node.</p>

<div class="note" id="note-bnode-id">
<p><span id="dfn-blank-node-identifiers"><!-- obsolete term--></span><dfn data-lt="blank node identifier">Blank node identifiers</dfn>
Expand Down

0 comments on commit 8a301f0

Please sign in to comment.