Skip to content

Commit c004605

Browse files
pfpsafsdoertheTallTed
authored
fix up definitions for non-ground graphs (#128)
* fix up definitions for non-ground graphs * Update spec/index.html Co-authored-by: Andy Seaborne <[email protected]> * Update spec/index.html Co-authored-by: Andy Seaborne <[email protected]> * Update spec/index.html Co-authored-by: doerthe <[email protected]> * Update spec/index.html Co-authored-by: Ted Thibodeau Jr <[email protected]> * Update spec/index.html * Update spec/index.html --------- Co-authored-by: Andy Seaborne <[email protected]> Co-authored-by: doerthe <[email protected]> Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 5f2eb99 commit c004605

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

spec/index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,13 @@ <h3>Blank nodes</h3>
500500
to the universe IR of I.
501501
Define the mapping [I+A] as:</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) ) where x.s, x.p, and x.o are the first, second, and third components of x, respectively. </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 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>
506510
</ul>
507511
<p>
508512
Extend this mapping to triples and RDF graphs using the rules given above for ground graphs.

0 commit comments

Comments
 (0)