@@ -755,14 +755,14 @@ <h2>Shape Rules Abstract Syntax</h2>
755
755
< dt > < dfn > triple template</ dfn > </ dt >
756
756
< dd >
757
757
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).
759
759
[=Triple templates=] appear in the [=head=] of a [=rule=].
760
760
</ dd >
761
761
762
762
< dt > < dfn > triple pattern</ dfn > </ dt >
763
763
< dd >
764
764
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).
766
766
[=Triple patterns=] appear in the [=body=] of a [=rule=].
767
767
</ dd >
768
768
@@ -831,7 +831,7 @@ <h3>Well-formedness Conditions</h3>
831
831
conditions are met:
832
832
</ p >
833
833
< ul >
834
- < li > For every [=variable=] appearing in a [=triple templates =]
834
+ < li > For every [=variable=] appearing in a [=triple template =]
835
835
of the [=head=] of the [=rule=],
836
836
there is one or more occurrences of a [=variable=]
837
837
of the same name in the [=triple patterns=] in the [=body=],
@@ -840,13 +840,13 @@ <h3>Well-formedness Conditions</h3>
840
840
< li >
841
841
For every [=variable=] in an [=expression=] at position < em > i</ em >
842
842
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
- < 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 < i</ em > .
846
846
</ li >
847
847
< li >
848
848
Each [=assignment variable=] is used in only one [=assignment=] in
849
- the [=body] of the [=rule=].
849
+ the [=body= ] of the [=rule=].
850
850
</ li >
851
851
< li >
852
852
An [=assignment variable=] at position < em > i</ em > of a [=rule body=] does not
0 commit comments