Fixed Cut (including grammar).
--- a/ldpatch.html Fri Nov 21 18:05:00 2014 +0100
+++ b/ldpatch.html Fri Nov 21 18:17:47 2014 +0100
@@ -299,7 +299,6 @@
Bind ?workLocation <#> /schema:workLocation .
Cut ?workLocation .
-Delete { <#> schema:workLocation ?workLocation } .
UpdateList <#> ex:preferredLanguages 1..2 ( "fr-CH" ) .
@@ -546,7 +545,7 @@
<section id="cut-statement">
<h2><dfn>Cut</dfn></h2>
<p>
- The <a>Cut</a> operation is used to remove one or more triples from the <a>target graph</a> connected to a specific blank node <var>b</var>. More precisely, it removes from the <a>target graph</a> all the outgoing arcs of <var>b</var>, and for each object <var>o</var> of those triples being a blank node, the <a>Cut</a> operation is recursively applied to <var>o</var>.
+ The <a>Cut</a> operation is used to remove one or more triples connected to a specific blank node <var>b</var>. More precisely, it removes from the <a>target graph</a> all the outgoing arcs of <var>b</var>, and does the same recursively for all objects of those triples being blank nodes. Finally, it removes all incoming arcs of <var>b</var>.
<pre class='example'>
Cut ?workLocation .
</pre>
@@ -806,7 +805,7 @@
<td>[7]</td>
<td><a href="#grammar-production-cut">cut</a></td>
<td>::=</td>
- <td>("<code class="grammar-literal">Cut</code>" | "<code class="grammar-literal">C</code>") <a href="#grammar-production-varOrIRI">varOrIRI</a> "<code class="grammar-literal">.</code>"</td>
+ <td>("<code class="grammar-literal">Cut</code>" | "<code class="grammar-literal">C</code>") <a href="#grammar-production-VAR1">VAR1</a> "<code class="grammar-literal">.</code>"</td>
</tr>
<tr id="grammar-production-updateList">
<td>[8]</td>