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
Copy file name to clipboardExpand all lines: spec/index.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -498,15 +498,15 @@ <h3>Blank nodes</h3>
498
498
499
499
<p>Suppose I is a simple interpretation and A is a mapping from a set of blank nodes
500
500
to the universe IR of I.
501
-
Define the mapping [I+A] as:</p>
501
+
Define the mapping [I+A] as below:</p>
502
502
<ul>
503
-
<li> [I+A](x)=I(x) when x is a <a>name</a>;</li>
504
-
<li> [I+A](x)=A(x) when x is a blank node;</li>
505
-
<li> [I+A](x)=RE( [I+A](x.s), [I+A](x.p), [I+A](x.o) ) when x is a triple term, where x.s, x.p, and x.o are the first, second, and third components of x, respectively;</li>
506
-
<li> [I+A](x)=true if x is a triple, x.s, x.p, and x.o are the first, second, and third components of x, respectively, and [I+A](x.p) is in IP and the pair <[I+A](x.s),[I+A](x.o)> is in IEXT([I+A](x.p));</li>
507
-
<li> [I+A](x)=false when x is a triple, otherwise;
508
-
<li> [I+A](x)=false when x is an RDF graph and [I+A](x')=false for some triple x' in x;</li>
509
-
<li> [I+A](x)=true when x an RDF graph, otherwise</li>
503
+
<li> [I+A](x)=I(x) when x is a <a>name</a>.</li>
504
+
<li> [I+A](x)=A(x) when x is a blank node.</li>
505
+
<li> [I+A](x)=RE( [I+A](x.s), [I+A](x.p), [I+A](x.o) ) when x is a triple term, where x.s, x.p, and x.o are the first, second, and third components of x, respectively.</li>
506
+
<li> [I+A](x)=true when x is a triple, x.s, x.p, and x.o are the first, second, and third components of x, respectively, and [I+A](x.p) is in IP and the pair <[I+A](x.s),[I+A](x.o)> is in IEXT([I+A](x.p)). </li>
507
+
<li> [I+A](x)=false when x is a triple, otherwise. </li>
508
+
<li> [I+A](x)=false when x is an RDF graph and [I+A](x')=false for some triple x' in x. </li>
509
+
<li> [I+A](x)=true when x an RDF graph, otherwise. </li>
510
510
</ul>
511
511
<p>
512
512
Extend this mapping to triples and RDF graphs using the rules given above for ground graphs.
0 commit comments