based on PROV-DM's Example 17 from http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Activity
authorhhua
Thu, 06 Sep 2012 12:14:02 -0700
changeset 4422 47bdac144517
parent 4421 7e0023bdbb2c
child 4423 c7b8944b983a
based on PROV-DM's Example 17 from http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Activity
see also http://dvcs.w3.org/hg/prov/raw-file/default/xml/prov.xsd.html#type_Activity
examples/eg-40-xml-examples-by-term/xml/Activity.xml
--- a/examples/eg-40-xml-examples-by-term/xml/Activity.xml	Thu Sep 06 11:03:18 2012 +0100
+++ b/examples/eg-40-xml-examples-by-term/xml/Activity.xml	Thu Sep 06 12:14:02 2012 -0700
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- based on PROV-DM's Example 17 from http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Activity
+     see also http://dvcs.w3.org/hg/prov/raw-file/default/xml/prov.xsd.html#type_Activity -->
+
+<prov:records
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#">
+    <prov:activity prov:id="a1">
+        <prov:startTime>2011-11-16T16:05:00</prov:startTime>
+        <prov:endTime>2011-11-16T16:06:00</prov:endTime>
+        <prov:type>ex:edit</prov:type>
+        <ex:host>server.example.org</ex:host>
+    </prov:activity>
+</prov:records>