minor edits in section 5.2.1
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Tue, 29 Nov 2011 10:14:29 +0000
changeset 1083 87de25654125
parent 1082 43dffde4e586
child 1084 56173464f404
minor edits in section 5.2.1
model/ProvenanceModel.html
--- a/model/ProvenanceModel.html	Tue Nov 29 10:06:17 2011 +0000
+++ b/model/ProvenanceModel.html	Tue Nov 29 10:14:29 2011 +0000
@@ -937,7 +937,7 @@
 <pre class="codeexample">
 entity(e0, [ prov:type="File", ex:path="/shared/crime.txt", ex:creator="Alice" ])
 </pre>
-states the existence of an entity of type File and path <span class="name">/shared/crime.txt</span> in the file system,  and creator alice, denoted by identifier e0, during some characterization interval. The  attributes <span class="name">path</span> and <span class="name">creator</span> are application specific, whereas the attribute <span class="name">type</span> is reserved in the PROV-DM namespace.
+states the existence of an entity, denoted by identifier <span class="name">e0</span>,  with type <span class="name">File</span> and path <span class="name">/shared/crime.txt</span> in the file system,  and creator alice The  attributes <span class="name">path</span> and <span class="name">creator</span> are application specific, whereas the attribute <span class="name">type</span> is reserved in the PROV-DM namespace.
 </div>
 
 Further considerations: