proposals for wd5
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Fri, 09 Mar 2012 08:35:44 +0000
changeset 1831 dcbf8abae7fc
parent 1830 8c9dcb8113b9
child 1832 b13a1116a6d3
proposals for wd5
model/prov-dm.html
model/working-copy/wd5-prov-dm-misc.html
--- a/model/prov-dm.html	Fri Mar 09 08:18:41 2012 +0000
+++ b/model/prov-dm.html	Fri Mar 09 08:35:44 2012 +0000
@@ -28,7 +28,7 @@
           $(this).removeAttr('ref');
 
           $('#'+ref+'.glossary').contents().clone().appendTo($(this));
-          $(this).attr('prov:hadOriginalSource',glossary_hg);
+          $(this).attr("prov:hadOriginalSource",glossary_hg);
           if (span) {
             $(this).children('dfn').replaceWith(function(){return $('<span>').addClass('dfn').append($(this).contents())});
           }
@@ -853,7 +853,7 @@
 <h3>Element</h3>
 
 
-   <section id="term-Entty"> 
+   <section id="term-Entity"> 
       
 <h4>Entity</h4>
 
--- a/model/working-copy/wd5-prov-dm-misc.html	Fri Mar 09 08:18:41 2012 +0000
+++ b/model/working-copy/wd5-prov-dm-misc.html	Fri Mar 09 08:35:44 2012 +0000
@@ -216,9 +216,9 @@
 
 <p>It is proposed to  introduce an explicit event that marks the end of an entity characterization interval. Some suggested that it could be a "destruction" event, others felt the term destruction is too strong, but no alternate term has been proposed so far.</p>
 
-<p id="proposal1"><b>PROPOSED</b>: to introduce a prov-dm concept that marks the end of an entity lifetime. Its name remains to be determined (e.g. destruction, final usage, invalidate/invalidation ...). </p>
+<p id="proposal1"><b>PROPOSED</b>: to introduce a prov-dm concept that marks the end of an entity lifetime. Its name remains to be determined (e.g. destruction, expiration, final usage, invalidate/invalidation ...). </p>
 
-<p>For now, DESTRUCTION is used as placeholder name</p>
+<p>For now, DESTRUCTION is used as <em>placeholder name</em></p>
 
 <p><em>The text would include the following.</em></p>
 
@@ -293,7 +293,7 @@
 
 <span class="glossary" id="glossary-end">  
 <dfn id="concept-end">End</dfn> is when an activity is deemed to have ended.
- The activity no longer exists after its start. Any usage, generation, or destruction involving an activity preceds its end.
+ The activity no longer exists after its end. Any usage, generation, or destruction involving an activity precedes its end.
 </span>
 
 
@@ -312,7 +312,7 @@
 <pre class="codeexample">
 entity(e1,[prov:type="email message"])
 activity(a1,[prov:type="Discuss"])
-wasStartedBy(a1,e1,2011-11-16T16:05:00)
+wasStartedBy(a1,e1)
 </pre>
 </div>
 
@@ -337,7 +337,24 @@
 
 </section>
 
+<section id="Open Issues/Questions">
+<h4>Open Issues</h4>
 
+<ul>
+<li>If Proposal 3 is accepted, how do I assert that an agent started an activity not merely as a triggering entity but also had responsibility for doing so.
+Then, one can assert
+<pre>
+activity(a1)
+agent(ag)
+wasStartedBy(a1,ag)
+wasAssociatedWith(a1,ag)
+</pre>
+
+<li>
+</ul>
+
+
+</section>
 <div id="glossary_div" class="remove">
 <!-- glossary loaded from glossary.js will be hooked up here,
      class remove, will remove this element from the final output.