Skip to content

Commit 3592799

Browse files
author
Eric Prud'hommeaux
committed
~ ericP tweaks 5.2
1 parent 6f185de commit 3592799

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ <h3>Validation Definition</h3>
469469

470470
<p>
471471
<dfn id="isValid" label="isValid">isValid</dfn>: For a graph <span class="math">G</span>, a schema <span class="math">Sch</span> and a fixed ShapeMap <span class="math">ism</span>, <code class="function">isValid(<span class="math">G</span>, <span class="math">Sch</span>, <span class="math">ism</span>)</code> indicates that for every RDFnode/shapeLabel pair <span class="math">(n, sl)</span> in <span class="math">ism</span>, the node <span class="math">n</span> satisfies the shape expression identified by <span class="math">sl</span>.
472-
The latter is captured by the expression <code class="function">satisfies(<span class="math">n</span>, <span class="math">s</span>, <span class="math">G</span>, <span class="math">Sch</span>, <a href="#completeTyping">completeTyping</a>(<span class="math">G</span>, <span class="math">Sch</span>))</code>.
472+
<strike>The latter</strike><span class="ericP">This</span> is captured by the expression <code class="function">satisfies(<span class="math">n</span>, <span class="math">s</span>, <span class="math">G</span>, <span class="math">Sch</span>, <a href="#completeTyping">completeTyping</a>(<span class="math">G</span>, <span class="math">Sch</span>))</code> <span class="ericP">where `s` is the shape expression identified by `sl`</span>.
473473
The function <code class="function">satisfies</code> is defined for every kind of <a>shape expression</a>.
474474
</p>
475475

local.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,3 +460,10 @@ dd > dl {
460460
.iovka-added {
461461
background-color: #afeeee;
462462
}
463+
464+
.cut {
465+
font-style: strike-through;
466+
}
467+
.ericP {
468+
background-color: #eeeeaf;
469+
}

0 commit comments

Comments
 (0)