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
<tdclass="semantictable">if E is a ground triple term, then I(E) = RE(I(E.s), I(E.p), I(E.o)),<br/>
477
+
<tdclass="semantictable">if E is a ground triple term, then I(E) = IT(I(E.s), I(E.p), I(E.o)),<br/>
478
478
where E.s, E.p, and E.o are the first, second, and third components of E, respectively</td>
479
479
</tr>
480
480
@@ -523,7 +523,7 @@ <h3>Blank nodes</h3>
523
523
<ul>
524
524
<li> [I+A](x)=I(x) when x is a <a>name</a>. </li>
525
525
<li> [I+A](x)=A(x) when x is a blank node. </li>
526
-
<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>
526
+
<li> [I+A](x)=IT( [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>
527
527
<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; [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>
528
528
<li> [I+A](x)=false when x is a triple, otherwise. </li>
529
529
<li> [I+A](x)=false when x is an RDF graph and [I+A](x')=false for some triple x' in x. </li>
@@ -722,15 +722,15 @@ <h3>Properties of simple entailment and satisfiability</h3>
722
722
723
723
<p>We define the <dfn>set of propositions</dfn> in an interpretation as follows:</p>
724
724
725
-
<pclass="fact"> The set of propositions in an interpretation I is IPR(I) = { RE(x, y, z)|x is in IR, y is in IP, z is in IR }; we observe that a proposition is in the extension of <code>rdfs:Proposition</code>. </p>
725
+
<pclass="fact"> The set of propositions in an interpretation I is IPR(I) = { IT(x, y, z)|x is in IR, y is in IP, z is in IR }; we observe that a proposition is in the extension of <code>rdfs:Proposition</code>. </p>
726
726
727
727
<p>We define the <dfn>set of facts</dfn> in an interpretation as follows:</p>
728
728
729
-
<pclass="fact"> The set F of facts in an interpretation I is F(I) = { RE(x, y, z)|<x, z> is in IEXT(y) }. The set of facts is the set of propositions which are true in the interpretation. </p>
729
+
<pclass="fact"> The set F of facts in an interpretation I is F(I) = { IT(x, y, z)|<x, z> is in IEXT(y) }. The set of facts is the set of propositions which are true in the interpretation. </p>
730
730
731
731
<p>Given a blank node mapping, we define the <dfn>set of facts asserted by a graph</dfn> in an interpretation as follows:</p>
732
732
733
-
<pclass="fact">Given a blank node mapping A, the set of all facts asserted by a graph G in an interpretation I is FEXT(G, I, A) = { RE( [I+A](s), I(p), [I+A](o) )|`s p o.` is in G }. We then observe that given a blank node mapping, the asserted facts of a graph with respect to an interpretation may not necessarily be among the facts of the interpretation.</p>
733
+
<pclass="fact">Given a blank node mapping A, the set of all facts asserted by a graph G in an interpretation I is FEXT(G, I, A) = { IT( [I+A](s), I(p), [I+A](o) )|`s p o.` is in G }. We then observe that given a blank node mapping, the asserted facts of a graph with respect to an interpretation may not necessarily be among the facts of the interpretation.</p>
734
734
735
735
<p>We introduce a <dfn>general definition of satisfiability</dfn> of a graph in an interpretation as follows:</p>
0 commit comments