Mercurial > repos > guerler > springsuite
comparison planemo/lib/python3.7/site-packages/prov/tests/xml/example_25.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:activity prov:id="ex:a"> | |
8 <prov:type xsi:type="xsd:QName">workflow</prov:type> | |
9 </prov:activity> | |
10 | |
11 <prov:agent prov:id="ex:ag1"> | |
12 <prov:type xsi:type="xsd:QName">programmer</prov:type> | |
13 </prov:agent> | |
14 | |
15 <prov:agent prov:id="ex:ag2"> | |
16 <prov:type xsi:type="xsd:QName">researcher</prov:type> | |
17 </prov:agent> | |
18 | |
19 <prov:agent prov:id="ex:ag3"> | |
20 <prov:type xsi:type="xsd:QName">funder</prov:type> | |
21 </prov:agent> | |
22 | |
23 <prov:wasAssociatedWith> | |
24 <prov:activity prov:ref="ex:a"/> | |
25 <prov:agent prov:ref="ex:ag1"/> | |
26 <prov:role xsi:type="xsd:QName">loggedInUser</prov:role> | |
27 </prov:wasAssociatedWith> | |
28 | |
29 <prov:wasAssociatedWith> | |
30 <prov:activity prov:ref="ex:a"/> | |
31 <prov:agent prov:ref="ex:ag2"/> | |
32 </prov:wasAssociatedWith> | |
33 | |
34 <prov:wasAssociatedWith> | |
35 <prov:activity prov:ref="ex:a"/> | |
36 <prov:agent prov:ref="ex:ag3"/> | |
37 </prov:wasAssociatedWith> | |
38 | |
39 <prov:actedOnBehalfOf> | |
40 <prov:delegate prov:ref="ex:ag1"/> | |
41 <prov:responsible prov:ref="ex:ag2"/> | |
42 <prov:activity prov:ref="ex:a"/> | |
43 <prov:type xsi:type="xsd:QName">line-management</prov:type> | |
44 </prov:actedOnBehalfOf> | |
45 | |
46 <prov:actedOnBehalfOf> | |
47 <prov:delegate prov:ref="ex:ag2"/> | |
48 <prov:responsible prov:ref="ex:ag3"/> | |
49 <prov:activity prov:ref="ex:a"/> | |
50 <prov:type xsi:type="xsd:QName">contract</prov:type> | |
51 </prov:actedOnBehalfOf> | |
52 | |
53 </prov:document> |