Skip to content

Commit 72a90c5

Browse files
authored
Update index.html
correction of copy-paste error
1 parent d2a6a3b commit 72a90c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ <h2>Notation and Terminology</h2>
280280
For RDF terms t, x and y, we define the <dfn>substitution mapping</dfn>, t[x/y] inductively as follows:
281281
<ol>
282282
<li> if t=x, then t[x/y]=y; </li>
283-
<li> if t = (s,p,o) and t &ne; x, then t[x/y]= (s[x/y], p[x/y], o[x/y]=y);</li>
283+
<li> if t = (s,p,o) and t &ne; x, then t[x/y]= (s[x/y], p[x/y], o[x/y]);</li>
284284
<li> else, t[x/y]=t. </li>
285285
</ol>
286286
For each triple (s,p,o), we set (s,p,o)[x/y]= (s[x/y],p[x/y],o[x/y]). For each graph G, we obtain G[x/y] by applying [x/y] to each triple t in G.

0 commit comments

Comments
 (0)