Mercurial > repos > guerler > springsuite
comparison planemo/lib/python3.7/site-packages/prov/tests/xml/example_38.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:wasAssociatedWith> | |
8 <prov:activity prov:ref="ex:a"/> | |
9 <prov:agent prov:ref="ex:ag1"/> | |
10 <prov:role xsi:type="xsd:QName">loggedInUser</prov:role> | |
11 <ex:how>webapp</ex:how> | |
12 </prov:wasAssociatedWith> | |
13 | |
14 <prov:wasAssociatedWith> | |
15 <prov:activity prov:ref="ex:a"/> | |
16 <prov:agent prov:ref="ex:ag2"/> | |
17 <prov:plan prov:ref="ex:wf"/> | |
18 <prov:role xsi:type="xsd:QName">designer</prov:role> | |
19 <ex:content>project1</ex:content> | |
20 </prov:wasAssociatedWith> | |
21 | |
22 </prov:document> |