ISSUE-512
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Tue, 25 Sep 2012 12:55:15 +0100
changeset 4481 e89828e2a81c
parent 4480 c98c8b6cdc0f
child 4482 accf9336c464
child 4483 817b3b917afe
ISSUE-512
model/diff.html
model/prov-dm.html
--- a/model/diff.html	Tue Sep 25 12:31:37 2012 +0100
+++ b/model/diff.html	Tue Sep 25 12:55:15 2012 +0100
@@ -2387,7 +2387,7 @@
 <p>
 Consider two activities  <span class="name">a1</span> and <span class="name">a2</span>, the former performed by a government agency, and the latter by a driver caught speeding. 
 </p><pre class="codeexample">activity(a1, [ prov:type="traffic regulations enforcing" ])
-activity(a2, [ prov:type="fine paying, check writing, and mailing" ])
+activity(a2, [ prov:type="fine <span class="delete">paying, check writing, and mailing"</span><span class="insert">paying"</span> ])
 wasInformedBy(a2, a1)
 </pre>
 The last line indicates that some implicit entity was generated by  <span class="name">a1</span> and used by  <span class="name">a2</span>; this entity may be a traffic ticket that had a notice of fine, amount, and payment mailing details.
@@ -4163,6 +4163,7 @@
 </span></li><li> <a href="http://www.w3.org/2011/prov/track/issues/508"><span class="insert">ISSUE-508</span></a><span class="insert">: Clarified the bold names and parameters  in  text preceding </span><a href="#prov-dm-types-and-relations-fig"><span class="insert">Table 5</span></a><span class="insert">.
 </span></li><li> <a href="http://www.w3.org/2011/prov/track/issues/501"><span class="insert">ISSUE-501</span></a><span class="insert">: Put the example about driving a car to Boston in a box.
 </span></li><li> <a href="http://www.w3.org/2011/prov/track/issues/450"><span class="insert">ISSUE-450</span></a><span class="insert">, </span><a href="http://www.w3.org/2011/prov/track/issues/514"><span class="insert">ISSUE-514</span></a><span class="insert">: added table with secondary objects in relations.
+</span></li><li> <a href="http://www.w3.org/2011/prov/track/issues/512"><span class="insert">ISSUE-512</span></a><span class="insert">: simplied type of activity a2 to "fine paying"
 </span></li></ul>
 
 </div>
--- a/model/prov-dm.html	Tue Sep 25 12:31:37 2012 +0100
+++ b/model/prov-dm.html	Tue Sep 25 12:55:15 2012 +0100
@@ -1878,7 +1878,7 @@
 Consider two activities  <span class="name">a1</span> and <span class="name">a2</span>, the former performed by a government agency, and the latter by a driver caught speeding. 
 <pre class="codeexample">
 activity(a1, [ prov:type="traffic regulations enforcing" ])
-activity(a2, [ prov:type="fine paying, check writing, and mailing" ])
+activity(a2, [ prov:type="fine paying" ])
 wasInformedBy(a2, a1)
 </pre>
 The last line indicates that some implicit entity was generated by  <span class="name">a1</span> and used by  <span class="name">a2</span>; this entity may be a traffic ticket that had a notice of fine, amount, and payment mailing details.
@@ -4083,6 +4083,7 @@
 <li> <a href="http://www.w3.org/2011/prov/track/issues/508">ISSUE-508</a>: Clarified the bold names and parameters  in  text preceding <a href="#prov-dm-types-and-relations-fig">Table 5</a>.
 <li> <a href="http://www.w3.org/2011/prov/track/issues/501">ISSUE-501</a>: Put the example about driving a car to Boston in a box.
 <li> <a href="http://www.w3.org/2011/prov/track/issues/450">ISSUE-450</a>, <a href="http://www.w3.org/2011/prov/track/issues/514">ISSUE-514</a>: added table with secondary objects in relations.
+<li> <a href="http://www.w3.org/2011/prov/track/issues/512">ISSUE-512</a>: simplied type of activity a2 to "fine paying"
 </ul>
 
 </section>