restaging
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Tue, 26 Feb 2013 14:20:46 +0000
changeset 5745 974ca92192f2
parent 5744 55c68a74221c
child 5753 ba67c1bd179b
child 5775 808b4101d4e9
restaging
links/diff.html
links/releases/WD-prov-links-20130312/Overview.html
links/releases/WD-prov-links-20130312/diff.html
--- a/links/diff.html	Tue Feb 26 14:20:25 2013 +0000
+++ b/links/diff.html	Tue Feb 26 14:20:46 2013 +0000
@@ -1027,7 +1027,7 @@
 
 
 
-<p></p><div class="attributes" id="attributes-mention">A <dfn title="mentionOf" id="dfn-mentionof" class="internalDFN">mention</dfn><sup><a class="internalDFN" href="#dfn-mentionof"><span class="diamond"> ◊</span></a></sup>  relation<span class="withPn">, written <span class="pnExpression">mentionOf(infra, supra, b)</span> in PROV-N,</span> has:
+<p></p><div class="attributes" id="attributes-mention">A <dfn title="mentionOf" id="dfn-mentionof" class="internalDFN">mention</dfn><sup><a class="internalDFN" href="#dfn-mentionof"><span class="diamond"> ◊</span></a></sup>  relation<span class="withPn">, written <span class="pnExpression"><span class="delete">mentionOf(infra,</span><span class="insert">prov:mentionOf(infra,</span> supra, b)</span> in PROV-N,</span> has:
 <ul>
 <li><span class="attribute" id="mention.specificEntity">specificEntity</span>: an identifier (<span class="name">infra</span>)
 of the entity that is a mention of the general entity (<span class="name">supra</span>);</li>
@@ -1040,7 +1040,7 @@
 Its grammar, in the provenance notation, is written as follows.</p>
 
 <table class="grammar">
-<tbody class="prod"> <tr style="vertical-align: baseline; "> <td><a id="prod-mentionExpression" data-name="prod-mentionExpression"></a><span class="prodNo"></span>&nbsp;&nbsp;&nbsp;</td> <td><code class="production prod">mentionExpression</code></td> <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> <td><code class="content">"mentionOf" "(" <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/2013/PR-prov-n-20130312/#prod-eIdentifier">eIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/2013/PR-prov-n-20130312/#prod-eIdentifier">eIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-bIdentifier">bIdentifier</a></span> ")"</code></td> </tr> </tbody>
+<tbody class="prod"> <tr style="vertical-align: baseline; "> <td><a id="prod-mentionExpression" data-name="prod-mentionExpression"></a><span class="prodNo"></span>&nbsp;&nbsp;&nbsp;</td> <td><code class="production prod">mentionExpression</code></td> <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> <td><code class="content"><span class="delete">"mentionOf"</span><span class="insert">"prov:mentionOf"</span> "(" <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/2013/PR-prov-n-20130312/#prod-eIdentifier">eIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/2013/PR-prov-n-20130312/#prod-eIdentifier">eIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-bIdentifier">bIdentifier</a></span> ")"</code></td> </tr> </tbody>
 <tbody class="prod"> <tr style="vertical-align: baseline; "> <td><a id="prod-bIdentifier" data-name="prod-bIdentifier"></a>&nbsp;&nbsp;&nbsp;</td> <td><code class="production prod">bIdentifier</code></td> <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> <td><code class="content"><span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/2013/PR-prov-n-20130312/#prod-identifier">identifier</a></span></code></td> </tr> </tbody>
 </table>
 
@@ -1088,10 +1088,10 @@
 
 <pre class="codeexample">bundle tool:analysis01
     agent(tool:Bob-2011-11-16, [perf:rating="good"])
-    mentionOf(tool:Bob-2011-11-16, ex:Bob, ex:run1)
+    <span class="delete">mentionOf(tool:Bob-2011-11-16,</span><span class="insert">prov:mentionOf(tool:Bob-2011-11-16,</span> ex:Bob, ex:run1)
 
     agent(tool:Bob-2011-11-17, [perf:rating="bad"])
-    mentionOf(tool:Bob-2011-11-17, ex:Bob, ex:run2)
+    <span class="delete">mentionOf(tool:Bob-2011-11-17,</span><span class="insert">prov:mentionOf(tool:Bob-2011-11-17,</span> ex:Bob, ex:run2)
 endBundle
 </pre>
 </div>
@@ -1119,10 +1119,10 @@
   wasAttributedTo(tool:bundle2, viz:Visualizer)
 
   entity(tool:report1, [ viz:color="orange" ])
-  mentionOf(tool:report1, ex:report1, obs:bundle1)
+  <span class="delete">mentionOf(tool:report1,</span><span class="insert">prov:mentionOf(tool:report1,</span> ex:report1, obs:bundle1)
 
   entity(tool:report2, [ viz:color="blue" ])              
-  mentionOf(tool:report2, ex:report2, obs:bundle1)
+  <span class="delete">mentionOf(tool:report2,</span><span class="insert">prov:mentionOf(tool:report2,</span> ex:report2, obs:bundle1)
 endBundle
 </pre>
 
@@ -1407,6 +1407,7 @@
 </span></li><li><span class="insert"> Updated XML schema definition.
 </span></li><li><span class="insert"> Updated affiliations.
 </span></li><li><span class="insert"> Added namespace and convention sections.
+</span></li><li><span class="insert"> Updated grammar to make prov prefix explicit.
 </span></li></ul>
 </section>
 
--- a/links/releases/WD-prov-links-20130312/Overview.html	Tue Feb 26 14:20:25 2013 +0000
+++ b/links/releases/WD-prov-links-20130312/Overview.html	Tue Feb 26 14:20:46 2013 +0000
@@ -998,7 +998,7 @@
 
 
 
-<p></p><div class="attributes" id="attributes-mention">A <dfn title="mentionOf" id="dfn-mentionof" class="internalDFN">mention</dfn><sup><a class="internalDFN" href="#dfn-mentionof"><span class="diamond"> ◊</span></a></sup>  relation<span class="withPn">, written <span class="pnExpression">mentionOf(infra, supra, b)</span> in PROV-N,</span> has:
+<p></p><div class="attributes" id="attributes-mention">A <dfn title="mentionOf" id="dfn-mentionof" class="internalDFN">mention</dfn><sup><a class="internalDFN" href="#dfn-mentionof"><span class="diamond"> ◊</span></a></sup>  relation<span class="withPn">, written <span class="pnExpression">prov:mentionOf(infra, supra, b)</span> in PROV-N,</span> has:
 <ul>
 <li><span class="attribute" id="mention.specificEntity">specificEntity</span>: an identifier (<span class="name">infra</span>)
 of the entity that is a mention of the general entity (<span class="name">supra</span>);</li>
@@ -1011,7 +1011,7 @@
 Its grammar, in the provenance notation, is written as follows.</p>
 
 <table class="grammar">
-<tbody class="prod"> <tr style="vertical-align: baseline; "> <td><a id="prod-mentionExpression" data-name="prod-mentionExpression"></a><span class="prodNo"></span>&nbsp;&nbsp;&nbsp;</td> <td><code class="production prod">mentionExpression</code></td> <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> <td><code class="content">"mentionOf" "(" <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/2013/PR-prov-n-20130312/#prod-eIdentifier">eIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/2013/PR-prov-n-20130312/#prod-eIdentifier">eIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-bIdentifier">bIdentifier</a></span> ")"</code></td> </tr> </tbody>
+<tbody class="prod"> <tr style="vertical-align: baseline; "> <td><a id="prod-mentionExpression" data-name="prod-mentionExpression"></a><span class="prodNo"></span>&nbsp;&nbsp;&nbsp;</td> <td><code class="production prod">mentionExpression</code></td> <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> <td><code class="content">"prov:mentionOf" "(" <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/2013/PR-prov-n-20130312/#prod-eIdentifier">eIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/2013/PR-prov-n-20130312/#prod-eIdentifier">eIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-bIdentifier">bIdentifier</a></span> ")"</code></td> </tr> </tbody>
 <tbody class="prod"> <tr style="vertical-align: baseline; "> <td><a id="prod-bIdentifier" data-name="prod-bIdentifier"></a>&nbsp;&nbsp;&nbsp;</td> <td><code class="production prod">bIdentifier</code></td> <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> <td><code class="content"><span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/2013/PR-prov-n-20130312/#prod-identifier">identifier</a></span></code></td> </tr> </tbody>
 </table>
 
@@ -1059,10 +1059,10 @@
 
 <pre class="codeexample">bundle tool:analysis01
     agent(tool:Bob-2011-11-16, [perf:rating="good"])
-    mentionOf(tool:Bob-2011-11-16, ex:Bob, ex:run1)
+    prov:mentionOf(tool:Bob-2011-11-16, ex:Bob, ex:run1)
 
     agent(tool:Bob-2011-11-17, [perf:rating="bad"])
-    mentionOf(tool:Bob-2011-11-17, ex:Bob, ex:run2)
+    prov:mentionOf(tool:Bob-2011-11-17, ex:Bob, ex:run2)
 endBundle
 </pre>
 </div>
@@ -1090,10 +1090,10 @@
   wasAttributedTo(tool:bundle2, viz:Visualizer)
 
   entity(tool:report1, [ viz:color="orange" ])
-  mentionOf(tool:report1, ex:report1, obs:bundle1)
+  prov:mentionOf(tool:report1, ex:report1, obs:bundle1)
 
   entity(tool:report2, [ viz:color="blue" ])              
-  mentionOf(tool:report2, ex:report2, obs:bundle1)
+  prov:mentionOf(tool:report2, ex:report2, obs:bundle1)
 endBundle
 </pre>
 
@@ -1374,6 +1374,7 @@
 </li><li> Updated XML schema definition.
 </li><li> Updated affiliations.
 </li><li> Added namespace and convention sections.
+</li><li> Updated grammar to make prov prefix explicit.
 </li></ul>
 </section>
 
--- a/links/releases/WD-prov-links-20130312/diff.html	Tue Feb 26 14:20:25 2013 +0000
+++ b/links/releases/WD-prov-links-20130312/diff.html	Tue Feb 26 14:20:46 2013 +0000
@@ -1027,7 +1027,7 @@
 
 
 
-<p></p><div class="attributes" id="attributes-mention">A <dfn title="mentionOf" id="dfn-mentionof" class="internalDFN">mention</dfn><sup><a class="internalDFN" href="#dfn-mentionof"><span class="diamond"> ◊</span></a></sup>  relation<span class="withPn">, written <span class="pnExpression">mentionOf(infra, supra, b)</span> in PROV-N,</span> has:
+<p></p><div class="attributes" id="attributes-mention">A <dfn title="mentionOf" id="dfn-mentionof" class="internalDFN">mention</dfn><sup><a class="internalDFN" href="#dfn-mentionof"><span class="diamond"> ◊</span></a></sup>  relation<span class="withPn">, written <span class="pnExpression"><span class="delete">mentionOf(infra,</span><span class="insert">prov:mentionOf(infra,</span> supra, b)</span> in PROV-N,</span> has:
 <ul>
 <li><span class="attribute" id="mention.specificEntity">specificEntity</span>: an identifier (<span class="name">infra</span>)
 of the entity that is a mention of the general entity (<span class="name">supra</span>);</li>
@@ -1040,7 +1040,7 @@
 Its grammar, in the provenance notation, is written as follows.</p>
 
 <table class="grammar">
-<tbody class="prod"> <tr style="vertical-align: baseline; "> <td><a id="prod-mentionExpression" data-name="prod-mentionExpression"></a><span class="prodNo"></span>&nbsp;&nbsp;&nbsp;</td> <td><code class="production prod">mentionExpression</code></td> <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> <td><code class="content">"mentionOf" "(" <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/2013/PR-prov-n-20130312/#prod-eIdentifier">eIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/2013/PR-prov-n-20130312/#prod-eIdentifier">eIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-bIdentifier">bIdentifier</a></span> ")"</code></td> </tr> </tbody>
+<tbody class="prod"> <tr style="vertical-align: baseline; "> <td><a id="prod-mentionExpression" data-name="prod-mentionExpression"></a><span class="prodNo"></span>&nbsp;&nbsp;&nbsp;</td> <td><code class="production prod">mentionExpression</code></td> <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> <td><code class="content"><span class="delete">"mentionOf"</span><span class="insert">"prov:mentionOf"</span> "(" <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/2013/PR-prov-n-20130312/#prod-eIdentifier">eIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/2013/PR-prov-n-20130312/#prod-eIdentifier">eIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-bIdentifier">bIdentifier</a></span> ")"</code></td> </tr> </tbody>
 <tbody class="prod"> <tr style="vertical-align: baseline; "> <td><a id="prod-bIdentifier" data-name="prod-bIdentifier"></a>&nbsp;&nbsp;&nbsp;</td> <td><code class="production prod">bIdentifier</code></td> <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> <td><code class="content"><span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/2013/PR-prov-n-20130312/#prod-identifier">identifier</a></span></code></td> </tr> </tbody>
 </table>
 
@@ -1088,10 +1088,10 @@
 
 <pre class="codeexample">bundle tool:analysis01
     agent(tool:Bob-2011-11-16, [perf:rating="good"])
-    mentionOf(tool:Bob-2011-11-16, ex:Bob, ex:run1)
+    <span class="delete">mentionOf(tool:Bob-2011-11-16,</span><span class="insert">prov:mentionOf(tool:Bob-2011-11-16,</span> ex:Bob, ex:run1)
 
     agent(tool:Bob-2011-11-17, [perf:rating="bad"])
-    mentionOf(tool:Bob-2011-11-17, ex:Bob, ex:run2)
+    <span class="delete">mentionOf(tool:Bob-2011-11-17,</span><span class="insert">prov:mentionOf(tool:Bob-2011-11-17,</span> ex:Bob, ex:run2)
 endBundle
 </pre>
 </div>
@@ -1119,10 +1119,10 @@
   wasAttributedTo(tool:bundle2, viz:Visualizer)
 
   entity(tool:report1, [ viz:color="orange" ])
-  mentionOf(tool:report1, ex:report1, obs:bundle1)
+  <span class="delete">mentionOf(tool:report1,</span><span class="insert">prov:mentionOf(tool:report1,</span> ex:report1, obs:bundle1)
 
   entity(tool:report2, [ viz:color="blue" ])              
-  mentionOf(tool:report2, ex:report2, obs:bundle1)
+  <span class="delete">mentionOf(tool:report2,</span><span class="insert">prov:mentionOf(tool:report2,</span> ex:report2, obs:bundle1)
 endBundle
 </pre>
 
@@ -1407,6 +1407,7 @@
 </span></li><li><span class="insert"> Updated XML schema definition.
 </span></li><li><span class="insert"> Updated affiliations.
 </span></li><li><span class="insert"> Added namespace and convention sections.
+</span></li><li><span class="insert"> Updated grammar to make prov prefix explicit.
 </span></li></ul>
 </section>