Skip to content

Commit

Permalink
Fixes some premature changes from PR #55.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Dec 3, 2024
1 parent 06b2096 commit c6b4a4a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,11 @@ <h6 class="defcap">Semantic Conditions for Ground Graphs</h6>
otherwise, <em>I(E) = false</em>.
</p>
<span class="space"></span>
<p>If <em>E</em> is a ground RDF graph and <em>I(E') = false</em> for some triple <em>E'</em> in <em>E</em>, then <em>I(E) = false</em>; otherwise, <em>I(E) = true</em>.
<p>If <em>E</em> is a ground RDF graph
then <em>I(E) = true</em> if<br/>
<em>I(p)</em> is in <em>IP</em> and the pair <em>&lt;I(s),I(o)&gt;</em>
is in <em>IEXT(I(p))</em><br/>
otherwise <em>I(E) = false</em>.
</p>
</div>
</section>
Expand Down Expand Up @@ -559,10 +563,9 @@ <h3>Blank nodes</h3>
<section class="notoc">
<h6 class="defcap">Semantic Condition for Blank Nodes</h6>
<div class="semantictable">
<p>If <em>E</em> is an RDF graph and <em>[I + A](E) = true</em>
<p>If <em>E</em> is an RDF graph then <em>I(E) = true</em> if <em>[I+A](E) = true</em>
for some mapping <em>A</em> from the set of blank nodes in <em>E</em>
to <em>IR</em>, then <em>I(E) = true</em>;
otherwise, <em>I(E) = false</em>.
to <em>IR</em>, otherwise <em>I(E) = false</em>.
</p>
</div>
</section>
Expand Down

0 comments on commit c6b4a4a

Please sign in to comment.