--- 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 @@
</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/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#> .