Skip to content

Commit 0c066a6

Browse files
TallTedpfps
authored andcommitted
make non-ground graph definitions consistent
Following on #128. * Use `when` not `if`. * Make indents, punctuation, tags, etc., consistent within the `ul`.
1 parent c004605 commit 0c066a6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

spec/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -498,15 +498,15 @@ <h3>Blank nodes</h3>
498498

499499
<p>Suppose I is a simple interpretation and A is a mapping from a set of blank nodes
500500
to the universe IR of I.
501-
Define the mapping [I+A] as:</p>
501+
Define the mapping [I+A] as below:</p>
502502
<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>
510510
</ul>
511511
<p>
512512
Extend this mapping to triples and RDF graphs using the rules given above for ground graphs.

0 commit comments

Comments
 (0)