influence
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Sun, 08 Jul 2012 21:47:18 +0100
changeset 3782 b1d7d87f4de0
parent 3781 2970b328688d
child 3783 261007da624b
influence
model/comments/issue-438-james.txt
model/prov-n.html
--- a/model/comments/issue-438-james.txt	Sun Jul 08 21:45:20 2012 +0100
+++ b/model/comments/issue-438-james.txt	Sun Jul 08 21:47:18 2012 +0100
@@ -23,6 +23,8 @@
    > 
    > 6.  S3.3.5: Replace the keyword "influence" with "wasInfluencedBy"
    > everywhere.
+
+Grammar updated.
    > 
    > 7. Example 25, first statement, the first comma should be semicolon
    > 
@@ -51,7 +53,7 @@
    > 
    > 12.  The hyperlink on PN_PREFIX goes to the wrong place in SPARQL.
 
-Updated.
+Link updated.
 
    > 
    > 13.  It seems that a string consisting of a single '-' can be parsed
--- a/model/prov-n.html	Sun Jul 08 21:45:20 2012 +0100
+++ b/model/prov-n.html	Sun Jul 08 21:47:18 2012 +0100
@@ -1694,7 +1694,7 @@
 
 <div class="anexample">
     <pre class="codeexample">
-influence(id,e2,e1,[ex:param="a"])
+wasInfluencedBy(id;e2,e1,[ex:param="a"])
   </pre>
 <p>  Here
     <span class="name">id</span> is the optional influence identifier,
@@ -1705,9 +1705,9 @@
 
 
   <pre class="codeexample">
-influence(e2,e1)
-influence(e2,e1,[ex:param="a"])
-influence(id; e2,e1)
+wasInfluencedBy(e2,e1)
+wasInfluencedBy(e2,e1,[ex:param="a"])
+wasInfluencedBy(id; e2,e1)
 </pre>
 </div>