updated PROV-XML example files to conform to new prov attribute element ordering
--- a/examples/eg-40-xml-examples-by-term/xml/Association.xml Thu Feb 07 13:27:48 2013 -0700
+++ b/examples/eg-40-xml-examples-by-term/xml/Association.xml Thu Feb 07 13:28:32 2013 -0700
@@ -36,9 +36,9 @@
</prov:wasAssociatedWith>
<prov:entity prov:id="ex:wf">
+ <prov:location xsi:type="xsd:anyURI">http://example.org/workflow1.bpel</prov:location>
<prov:type xsi:type="xsd:QName">prov:Plan</prov:type>
<ex:label>Workflow 1</ex:label>
- <prov:location xsi:type="xsd:anyURI">http://example.org/workflow1.bpel</prov:location>
</prov:entity>
<!-- based on Example 36 from http://www.w3.org/TR/prov-dm/#anexample-wasAssociatedWith-2 -->
@@ -55,9 +55,9 @@
</prov:wasAssociatedWith>
<prov:entity prov:id="ex:wf">
+ <prov:location xsi:type="xsd:anyURI">http://example.org/workflow1.bpel</prov:location>
<prov:type xsi:type="xsd:QName">prov:Plan</prov:type>
<ex:label>Workflow 1</ex:label>
- <prov:location xsi:type="xsd:anyURI">http://example.org/workflow1.bpel</prov:location>
</prov:entity>
</prov:document>
--- a/examples/eg-40-xml-examples-by-term/xml/Location.xml Thu Feb 07 13:27:48 2013 -0700
+++ b/examples/eg-40-xml-examples-by-term/xml/Location.xml Thu Feb 07 13:28:32 2013 -0700
@@ -9,8 +9,8 @@
xmlns:ex="http://example.com/ns/ex#">
<prov:entity prov:id="ex:MonaLisa">
- <prov:type xsi:type="xsd:QName">StillImage</prov:type>
<prov:location xsi:type="xsd:string">Le Louvre, Paris</prov:location>
+ <prov:type xsi:type="xsd:QName">StillImage</prov:type>
</prov:entity>
<prov:entity prov:id="ex:cell">
--- a/examples/eg-40-xml-examples-by-term/xml/Plan.xml Thu Feb 07 13:27:48 2013 -0700
+++ b/examples/eg-40-xml-examples-by-term/xml/Plan.xml Thu Feb 07 13:28:32 2013 -0700
@@ -37,8 +37,8 @@
<!-- new modeling -->
<prov:plan prov:id="ex:wf">
- <ex:label>Workflow 1</ex:label>
<prov:location>http://example.org/workflow1.bpel</prov:location>
+ <ex:label>Workflow 1</ex:label>
</prov:plan>
<!-- old modeling (still valid) -->