diff --git a/spec/index.html b/spec/index.html index 901c179..5fceeb9 100644 --- a/spec/index.html +++ b/spec/index.html @@ -522,7 +522,11 @@
Semantic Conditions for Ground Graphs
otherwise, I(E) = false.

-

If E is a ground RDF graph and I(E') = false for some triple E' in E, then I(E) = false; otherwise, I(E) = true. +

If E is a ground RDF graph + then I(E) = true if
+ I(p) is in IP and the pair <I(s),I(o)> + is in IEXT(I(p))
+ otherwise I(E) = false.

@@ -559,10 +563,9 @@

Blank nodes

Semantic Condition for Blank Nodes
-

If E is an RDF graph and [I + A](E) = true +

If E is an RDF graph then I(E) = true if [I+A](E) = true for some mapping A from the set of blank nodes in E - to IR, then I(E) = true; - otherwise, I(E) = false. + to IR, otherwise I(E) = false.