bug fix: app prefix
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Fri, 18 Nov 2011 16:13:22 +0000
changeset 968 777fe80b436a
parent 967 b5151c446388
child 969 623e21855b38
bug fix: app prefix
model/ProvenanceModel.html
--- a/model/ProvenanceModel.html	Fri Nov 18 15:39:23 2011 +0000
+++ b/model/ProvenanceModel.html	Fri Nov 18 16:13:22 2011 +0000
@@ -845,7 +845,7 @@
 <p>
 The following activity assertion</p>
 <pre class="codeexample">
-activity(a1,add-crime-in-london,2011-11-16T16:05:00,2011-11-16T16:06:00,[ex:host="server.example.org",prov:type="app:edit"])
+activity(a1,add-crime-in-london,2011-11-16T16:05:00,2011-11-16T16:06:00,[ex:host="server.example.org",prov:type="ex:edit"])
 </pre>
 <p>identified by identifier <span class="name">id</span>, states the existence of an activity with recipe link <span class="name">add-crime-in-london</span>, start time <span class="name">2011-11-16T16:05:00</span>, and end time <span class="name">2011-11-16T16:06:00</span>, running on host <span class="name">server.example.org</span>, and of type <span class="name">edit</span> (declared in some namespace with prefix <span class="name">app</span>).  The attribute <span class="name">host</span> is application specific, but MUST hold for the duration of activity.  The attribute <span class="name">type</span> is a reserved attribute of PROV-DM, allowing for subtyping to be expressed.</p>
 </div>