Skip to content

Commit 1326ce0

Browse files
committed
Updates from review
1 parent d1bd9c0 commit 1326ce0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

shacl12-inf-rules/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -755,14 +755,14 @@ <h2>Shape Rules Abstract Syntax</h2>
755755
<dt><dfn>triple template</dfn></dt>
756756
<dd>
757757
A <em>triple template</em> is 3-tuple where each element is either
758-
a variable or an RDF term (including being a triple term).
758+
a variable or an RDF term (which might be a triple term).
759759
[=Triple templates=] appear in the [=head=] of a [=rule=].
760760
</dd>
761761

762762
<dt><dfn>triple pattern</dfn></dt>
763763
<dd>
764764
A <em>triple pattern</em> is 3-tuple where each element is either a
765-
variable, or an RDF term (including being a triple term).
765+
variable, or an RDF term (which might be a triple term).
766766
[=Triple patterns=] appear in the [=body=] of a [=rule=].
767767
</dd>
768768

@@ -831,7 +831,7 @@ <h3>Well-formedness Conditions</h3>
831831
conditions are met:
832832
</p>
833833
<ul>
834-
<li>For every [=variable=] appearing in a [=triple templates=]
834+
<li>For every [=variable=] appearing in a [=triple template=]
835835
of the [=head=] of the [=rule=],
836836
there is one or more occurrences of a [=variable=]
837837
of the same name in the [=triple patterns=] in the [=body=],
@@ -840,13 +840,13 @@ <h3>Well-formedness Conditions</h3>
840840
<li>
841841
For every [=variable=] in an [=expression=] at position <em>i</em>
842842
of the [=body=], there is a corresponding [=variable=] of the same
843-
name occuring in a [=triple pattern=], or occurring as an
844-
[=assignment variable=], at a position <em>j</em>, where <em>j
845-
&lt; i</em>.
843+
name occuring in a [=triple pattern=] at a position <em>j</em>,
844+
or occurring as an [=assignment variable=] at a position <em>j</em>,
845+
where <em>j &lt; i</em>.
846846
</li>
847847
<li>
848848
Each [=assignment variable=] is used in only one [=assignment=] in
849-
the [=body] of the [=rule=].
849+
the [=body=] of the [=rule=].
850850
</li>
851851
<li>
852852
An [=assignment variable=] at position <em>i</em> of a [=rule body=] does not

0 commit comments

Comments
 (0)