Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
hartig and TallTed authored Feb 25, 2025
1 parent 96c4ef2 commit c8a7545
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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 holds.</p>
are considered equal 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 @@ -901,7 +901,7 @@ <h3>Blank Nodes</h3>
<h3>Triple Terms</h3>

<p>An [=RDF triple=] used as the [=object=] of another [=triple=] is called a <dfn class=export >triple term</dfn>.
In a given [=RDF graph=], a [=triple=] can appear as a [=triple term=], as an [=asserted triple=], or both.
In a given [=RDF graph=], a [=triple=] can appear as a [=triple term=], an [=asserted triple=], or both.
</p>

<p>The set of [=RDF terms=] <dfn class=export data-lt="appear">appearing</dfn> in an [=RDF triple=] |t| is defined inductively as follows:</p>
Expand Down Expand Up @@ -1089,9 +1089,10 @@ <h3>RDF Dataset Comparison</h3>
the triple ( |M|(|s|), |M|(|p|), |M|(|o|) ) is in |DG2|.</li>
<li>The [=named graph=] (|n|, |G|) is in |NG1| if and only if
there is a [=named graph=] (<var>n'</var>, <var>G'</var>) in |NG2| such that
the following are true:
<ul>
<li>|M|(|n|) is [=RDF term equality|equal=] to <var>n'</var> and</li>
<li>the triple (|s|, |p|, |o|) is in |G| if and only if
<li>|M|(|n|) is [=RDF term equality|equal=] to <var>n'</var>.</li>
<li>The triple (|s|, |p|, |o|) is in |G| and
the triple ( |M|(|s|), |M|(|p|), |M|(|o|) ) is in <var>G'</var>.</li>
</ul>
</li>
Expand Down

0 comments on commit c8a7545

Please sign in to comment.