update Mention.xml, bundle -> bundleContent
authorCurt Tilmes <Curt.Tilmes@nasa.gov>
Tue, 16 Apr 2013 08:58:12 -0400
changeset 6177 ee2a771ebfe4
parent 6176 210f747a360a
child 6178 37d66f8c97ea
update Mention.xml, bundle -> bundleContent
examples/eg-45-xml-links/xml/Mention.xml
--- a/examples/eg-45-xml-links/xml/Mention.xml	Tue Apr 16 09:39:42 2013 +0200
+++ b/examples/eg-45-xml-links/xml/Mention.xml	Tue Apr 16 08:58:12 2013 -0400
@@ -6,7 +6,7 @@
     xmlns:perf="http://example.com/ns/perf#"
     xmlns:tool="http://example.com/ns/tool#">
 
-  <prov:bundle prov:id="ex:run1">
+  <prov:bundleContent prov:id="ex:run1">
     <prov:activity prov:id="ex:a1">
       <prov:startTime>2011-11-16T16:00:00</prov:startTime>
       <prov:endTime>2011-11-16T17:00:00</prov:endTime>
@@ -15,11 +15,11 @@
     <prov:wasAssociatedWith>
       <prov:activity prov:ref="ex:a1" />
       <prov:agent prov:ref="ex:Bob" />
-      <prov:role xsi:type="xsd:QName">controller</prov:role>
+      <prov:role xsi:type="xsd:QName">ex:controller</prov:role>
     </prov:wasAssociatedWith>
-  </prov:bundle>
+  </prov:bundleContent>
 
-  <prov:bundle prov:id="ex:run2">
+  <prov:bundleContent prov:id="ex:run2">
     <prov:activity prov:id="ex:a2">
       <prov:startTime>2011-11-17T10:00:00</prov:startTime>
       <prov:endTime>2011-11-17T17:00:00</prov:endTime>
@@ -28,13 +28,13 @@
     <prov:wasAssociatedWith>
       <prov:activity prov:ref="ex:a2" />
       <prov:agent prov:ref="ex:Bob" />
-      <prov:role xsi:type="xsd:QName">controller</prov:role>
+      <prov:role xsi:type="xsd:QName">ex:controller</prov:role>
     </prov:wasAssociatedWith>
-  </prov:bundle>
+  </prov:bundleContent>
 
-  <prov:bundle prov:id="tool:analysis01">
+  <prov:bundleContent prov:id="tool:analysis01">
     <prov:agent prov:id="tool:Bob-2011-11-16">
-      <ex:perfrating>good</ex:perfrating>
+      <perf:rating>good</perf:rating>
     </prov:agent>
 
     <prov:mentionOf>
@@ -44,7 +44,7 @@
     </prov:mentionOf>
 
     <prov:agent prov:id="tool:Bob-2011-11-17">
-      <ex:perfrating>bad</ex:perfrating>
+      <perf:rating>bad</perf:rating>
     </prov:agent>
 
     <prov:mentionOf>
@@ -52,6 +52,6 @@
       <prov:generalEntity prov:ref="ex:Bob" />
       <prov:bundle prov:ref="ex:run2" />
     </prov:mentionOf>
-  </prov:bundle>
+  </prov:bundleContent>
 
 </prov:document>