Fixed Cut (including grammar). ldpatch
authorPierre-Antoine <pchampin@liris.cnrs.fr>
Fri, 21 Nov 2014 18:17:47 +0100
branchldpatch
changeset 904 0c0ad179ff96
parent 903 0574b13034e2
child 905 6ae283919a8a
Fixed Cut (including grammar).
ldpatch.html
--- 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 &lt;#&gt; /schema:workLocation .
 Cut ?workLocation .
-Delete { &lt;#&gt; schema:workLocation ?workLocation } .
 
 UpdateList &lt;#&gt; 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>