workflow example comments
authorStian Soiland-Reyes <soiland-reyes@cs.manchester.ac.uk>
Fri, 30 Sep 2011 10:47:17 +0100
changeset 416 2b9b20c1fec3
parent 415 2975ca449df3
child 417 13bfa22d7e41
workflow example comments
ontology/ProvenanceFormalModel.html
ontology/examples/ontology-extensions/workflow/prov2.ttl
ontology/examples/ontology-extensions/workflow/workflow.rdf
ontology/examples/ontology-extensions/workflow/workflow.ttl
ontology/examples/ontology-extensions/workflow/workflowDefinition.ttl
--- a/ontology/ProvenanceFormalModel.html	Fri Sep 30 10:43:14 2011 +0100
+++ b/ontology/ProvenanceFormalModel.html	Fri Sep 30 10:47:17 2011 +0100
@@ -914,7 +914,7 @@
             &lt;/cnt:ContentAsText&gt;
         &lt;/wf:value&gt;
         &lt;wf:sawEntity rdf:resource="#hello"/&gt;
-    &lt;/wf:Value&gt;
+    &lt;/wf:ValueAtPort&gt;
 
     &lt;wf:Process rdf:about="#combine"&gt;
         &lt;used&gt;
--- a/ontology/examples/ontology-extensions/workflow/prov2.ttl	Fri Sep 30 10:43:14 2011 +0100
+++ b/ontology/examples/ontology-extensions/workflow/prov2.ttl	Fri Sep 30 10:47:17 2011 +0100
@@ -1,3 +1,5 @@
+## This file represents suggested extensions/changes to the OWL ontology
+
 @prefix : <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix owl: <http://www.w3.org/2002/07/owl#> .
 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
--- a/ontology/examples/ontology-extensions/workflow/workflow.rdf	Fri Sep 30 10:43:14 2011 +0100
+++ b/ontology/examples/ontology-extensions/workflow/workflow.rdf	Fri Sep 30 10:47:17 2011 +0100
@@ -68,7 +68,7 @@
             </cnt:ContentAsText>
         </wf:value>
         <wf:sawEntity rdf:resource="#hello"/>
-    </wf:Value>
+    </wf:ValueAtPort>
 
     <wf:Process rdf:about="#combine">
         <used>
--- a/ontology/examples/ontology-extensions/workflow/workflow.ttl	Fri Sep 30 10:43:14 2011 +0100
+++ b/ontology/examples/ontology-extensions/workflow/workflow.ttl	Fri Sep 30 10:47:17 2011 +0100
@@ -1,3 +1,6 @@
+## NOTE: This file predates workflow.rdf and includes some alternative
+## interpretations using experimental prov2: namespace
+
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix owl: <http://www.w3.org/2002/07/owl#> .
--- a/ontology/examples/ontology-extensions/workflow/workflowDefinition.ttl	Fri Sep 30 10:43:14 2011 +0100
+++ b/ontology/examples/ontology-extensions/workflow/workflowDefinition.ttl	Fri Sep 30 10:47:17 2011 +0100
@@ -1,3 +1,6 @@
+## NOTE: This file predates workflowDefinition.rdf
+
+
 @prefix wf: <http://www.example.com/scientific-workflow#> .
 @prefix impl: <http://company.example.org/engine-implementation#> .
 @prefix def: <http://my.example.com/workflow-definition#> .