comparison planemo/lib/python3.7/site-packages/prov/tests/xml/example_24.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:string">workflow execution</prov:type>
9 </prov:activity>
10
11 <prov:agent prov:id="ex:ag1">
12 <prov:type xsi:type="xsd:QName">operator</prov:type>
13 </prov:agent>
14
15 <prov:agent prov:id="ex:ag2">
16 <prov:type xsi:type="xsd:QName">designator</prov:type>
17 </prov:agent>
18
19 <prov:wasAssociatedWith>
20 <prov:activity prov:ref="ex:a"/>
21 <prov:agent prov:ref="ex:ag1"/>
22 <prov:role xsi:type="xsd:QName">loggedInUser</prov:role>
23 <ex:how>webapp</ex:how>
24 </prov:wasAssociatedWith>
25
26 <prov:wasAssociatedWith>
27 <prov:activity prov:ref="ex:a"/>
28 <prov:agent prov:ref="ex:ag2"/>
29 <prov:plan prov:ref="ex:wf"/>
30 <prov:role xsi:type="xsd:QName">designer</prov:role>
31 <ex:content>project1</ex:content>
32 </prov:wasAssociatedWith>
33
34 <prov:plan prov:id="ex:wf">
35 <prov:location xsi:type="xsd:anyURI">http://example.org/workflow1.bpel</prov:location>
36 <ex:label>Workflow 1</ex:label>
37 </prov:plan>
38
39 </prov:document>