corrected representation of prov:plan
authorStephan Zednik <zednis@rpi.edu>
Mon, 05 Nov 2012 16:25:24 -0700
changeset 4643 a583e6877703
parent 4642 192ab697bb74
child 4644 029c773b81a3
child 4647 4fbe51a47591
corrected representation of prov:plan
primer/primer-prov-xml-examples.xml
--- a/primer/primer-prov-xml-examples.xml	Mon Nov 05 16:14:19 2012 +0000
+++ b/primer/primer-prov-xml-examples.xml	Mon Nov 05 16:25:24 2012 -0700
@@ -141,6 +141,10 @@
 
   <prov:activity prov:id="ex:correct"/>
 
+  <prov:entity prov:id="ex:instructions">
+    <prov:type>prov:Plan</prov:type>
+  </prov:entity>
+
   <prov:agent prov:id="ex:edith">
     <prov:type>prov:Person</prov:type>
   </prov:agent>
@@ -148,7 +152,7 @@
   <prov:wasAssociatedWith>
     <prov:activity prov:ref="ex:correct"/>
     <prov:agent prov:ref="ex:edith"/>
-    <prov:plan>ex:instructions</prov:plan>
+    <prov:plan prov:ref="ex:instructions"/>
   </prov:wasAssociatedWith>
 
   <prov:wasGeneratedBy>