You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two lists <var>L</var> and <var>L'</var> from M(Ψ) are
9585
9585
considered the same iff they have the same number of elements
9586
9586
and, for every position <var>k</var> within the two lists,
9587
-
the element at the <var>k</var>-th position of <var>L</var> is
9588
-
an RDF term, the element at the <var>k</var>-th position of
9589
-
<var>L'</var> is an RDF term, and these two RDF terms are the
9590
-
<a href="#func-sameTerm">same term</a> (as a consequence of
9591
-
this definition, if any of the two lists, <var>L</var> or
9592
-
<var>L'</var>, contains an error, then the two lists cannot
9593
-
be the same list, no matter what RDF terms they contain in
9594
-
other positions).</li>
9587
+
any of the following two conditions is true:
9588
+
<ul>
9589
+
<li>either the element at the <var>k</var>-th position of
9590
+
<var>L</var> is an RDF term, the element at the <var>k</var>-th
9591
+
position of <var>L'</var> is also an RDF term, and these two
9592
+
RDF terms are the <a href="#func-sameTerm">same term</a>;</li>
9593
+
<li>or the element at the <var>k</var>-th position of <var>L</var>
9594
+
is an error and the element at the <var>k</var>-th position of
9595
+
<var>L'</var> is also an error.</li>
9596
+
</ul>
9597
+
</li>
9595
9598
<li>For any two lists <var>L<sub>1</sub></var> and <var>L<sub>2</sub></var> in Dedup(M(Ψ)), the relative order of their first occurrences in M(Ψ) is preserved in Dedup(M(Ψ)). That is, if <var>i<sub>1</sub></var> < <var>i<sub>2</sub></var>, then <var>j<sub>1</sub></var> < <var>j<sub>2</sub></var>, where
9596
9599
<ul>
9597
9600
<li><var>i<sub>1</sub></var> is the smallest natural number such that <var>L<sub>1</sub></var> is at the <var>i<sub>1</sub></var>-th position in M(Ψ),</li>
0 commit comments