Mercurial > repos > guerler > springsuite
comparison planemo/lib/python3.7/site-packages/prov/tests/xml/example_11.xml @ 1:56ad4e20f292 draft
"planemo upload commit 6eee67778febed82ddd413c3ca40b3183a3898f1"
author | guerler |
---|---|
date | Fri, 31 Jul 2020 00:32:28 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:d30785e31577 | 1:56ad4e20f292 |
---|---|
1 <prov:document | |
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
3 xmlns:xsd="http://www.w3.org/2001/XMLSchema" | |
4 xmlns:prov="http://www.w3.org/ns/prov#" | |
5 xmlns:ex="http://example.com/ns/ex#"> | |
6 | |
7 <prov:entity prov:id="ex:e1"> | |
8 <prov:type xsi:type="xsd:string">email message</prov:type> | |
9 </prov:entity> | |
10 | |
11 <prov:activity prov:id="ex:a1"> | |
12 <prov:type xsi:type="xsd:QName">Discuss</prov:type> | |
13 </prov:activity> | |
14 | |
15 <prov:wasStartedBy> | |
16 <prov:activity prov:ref="ex:a1"/> | |
17 <prov:trigger prov:ref="ex:e1"/> | |
18 <prov:time>2011-11-16T16:05:00</prov:time> | |
19 </prov:wasStartedBy> | |
20 | |
21 <prov:used> | |
22 <prov:activity prov:ref="ex:a1"/> | |
23 <prov:entity prov:ref="ex:e1"/> | |
24 </prov:used> | |
25 | |
26 <prov:activity prov:id="ex:a0"> | |
27 <prov:type xsi:type="xsd:QName">Write</prov:type> | |
28 </prov:activity> | |
29 | |
30 <prov:wasGeneratedBy> | |
31 <prov:entity prov:ref="ex:e1"/> | |
32 <prov:activity prov:ref="ex:a0"/> | |
33 </prov:wasGeneratedBy> | |
34 | |
35 <prov:wasStartedBy> | |
36 <prov:activity prov:ref="ex:a1"/> | |
37 <prov:trigger prov:ref="ex:e1"/> | |
38 <prov:starter prov:ref="ex:a0"/> | |
39 <prov:time>2011-11-16T16:05:00</prov:time> | |
40 </prov:wasStartedBy> | |
41 | |
42 <prov:wasStartedBy> | |
43 <prov:activity prov:ref="ex:a1"/> | |
44 <prov:starter prov:ref="ex:a0"/> | |
45 <prov:time>2011-11-16T16:05:00</prov:time> | |
46 </prov:wasStartedBy> | |
47 | |
48 </prov:document> |