Skip to content

Commit ffb4e15

Browse files
committed
Make condition 'i > j'
1 parent 1326ce0 commit ffb4e15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

shacl12-inf-rules/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -842,22 +842,22 @@ <h3>Well-formedness Conditions</h3>
842842
of the [=body=], there is a corresponding [=variable=] of the same
843843
name occuring in a [=triple pattern=] at a position <em>j</em>,
844844
or occurring as an [=assignment variable=] at a position <em>j</em>,
845-
where <em>j &lt; i</em>.
845+
where <em>i &gt; j</em>.
846846
</li>
847847
<li>
848848
Each [=assignment variable=] is used in only one [=assignment=] in
849849
the [=body=] of the [=rule=].
850850
</li>
851851
<li>
852852
An [=assignment variable=] at position <em>i</em> of a [=rule body=] does not
853-
occur in any [=triple pattern=] at position <em>j</em> where <em>j &lt; i</em>.
853+
occur in any [=triple pattern=] at position <em>j</em> where <em>i &gt; j</em>.
854854
</li>
855855
<li>
856856
For every [=variable=] in an [=assignment expression=] at position <em>i</em>,
857857
there is a corresponding variable in a triple pattern at position
858-
<em>j</em> where <em>j &lt i</em>,
858+
<em>j</em> where <em>i &gt; j</em>,
859859
or there is an [=assignment variable=] in an [=assignment=] at position
860-
<em>j</em> where <em>j &lt i</em>.
860+
<em>j</em> where <em>i &gt; j</em>.
861861
</li>
862862
</ul>
863863
<p>

0 commit comments

Comments
 (0)