EntityAtPort -> ValueAtPort
authorStian Soiland-Reyes <soiland-reyes@cs.manchester.ac.uk>
Fri, 30 Sep 2011 11:45:31 +0100
changeset 420 af6c0ecaf2ca
parent 419 ef7ecac1f71a
child 421 207a88833b48
EntityAtPort -> ValueAtPort
ontology/ProvenanceFormalModel.html
--- a/ontology/ProvenanceFormalModel.html	Fri Sep 30 11:44:47 2011 +0100
+++ b/ontology/ProvenanceFormalModel.html	Fri Sep 30 11:45:31 2011 +0100
@@ -918,16 +918,16 @@
 
     &lt;wf:Process rdf:about="#combine"&gt;
         &lt;used&gt;
-          &lt;wf:EntityAtPort&gt;
+          &lt;wf:ValueAtPort&gt;
             &lt;wf:sawValue rdf:resource="#hello"/&gt;
             &lt;wf:seenAtPort rdf:resource="http://www.example.com/workflow1#catIn1"/&gt;
-          &lt;/wf:EntityAtPort&gt;
+          &lt;/wf:ValueAtPort&gt;
         &lt;/used&gt;
         &lt;used&gt;
-          &lt;wf:EntityAtPort&gt;
+          &lt;wf:ValueAtPort&gt;
             &lt;wf:sawValue rdf:resource="#input"/&gt;
             &lt;wf:seenAtPort rdf:resource="http://www.example.com/workflow1#catIn2"/&gt;
-          &lt;/wf:EntityAtPort&gt;
+          &lt;/wf:ValueAtPort&gt;
         &lt;/used&gt;
         &lt;wf:wasSubProcessExecutionOf rdf:resource="#workflowRun"/&gt;
         &lt;wf:wasDefinedBy rdf:resource="http://www.example.com/workflow1#cat"/&gt;
@@ -957,7 +957,7 @@
         &lt;/wf:value&gt;
     &lt;/wf:Value&gt;
 
-    &lt;wf:EntityAtPort rdf:about="#sha1OutputFromShasum"&gt;
+    &lt;wf:ValueAtPort rdf:about="#sha1OutputFromShasum"&gt;
         &lt;wasGeneratedBy rdf:resource="#shasum"/&gt;
         &lt;wf:value&gt;
             &lt;cnt:ContentAsText&gt;
@@ -967,9 +967,9 @@
         &lt;/wf:value&gt;
         &lt;wf:sawValue rdf:resource="#sha1"/&gt;
         &lt;wf:wasSeenAt rdf:resource="http://www.example.com/workflow1#shaOut"/&gt;
-    &lt;/wf:EntityAtPort&gt;
+    &lt;/wf:ValueAtPort&gt;
 
-    &lt;wf:EntityAtPort rdf:about="#sha1OutputFromWorkflow"&gt;
+    &lt;wf:ValueAtPort rdf:about="#sha1OutputFromWorkflow"&gt;
         &lt;wasGeneratedBy rdf:resource="#workflowRun"/&gt;
         &lt;wf:value&gt;
             &lt;cnt:ContentAsText&gt;
@@ -979,7 +979,7 @@
         &lt;/wf:value&gt;
         &lt;wf:sawValue rdf:resource="#sha1"/&gt;
         &lt;wf:wasSeenAt rdf:resource="http://www.example.com/workflow1#sha1"/&gt;
-    &lt;/wf:EntityAtPort&gt;
+    &lt;/wf:ValueAtPort&gt;
 
 &lt;/rdf:RDF&gt;            
             </pre>