comparison planemo/lib/python3.7/site-packages/prov/tests/json/association6.json @ 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 {
2 "wasAssociatedWith": {
3 "ex:assoc6": {
4 "prov:activity": "ex:a1",
5 "prov:agent": "ex:ag1",
6 "prov:plan": "ex:plan1",
7 "prov:label": [
8 "hello",
9 {
10 "$": "bye",
11 "type": "prov:InternationalizedString",
12 "lang": "en"
13 },
14 {
15 "$": "bonjour",
16 "type": "prov:InternationalizedString",
17 "lang": "fr"
18 }
19 ]
20 }
21 },
22 "prefix": {
23 "ex": "http://example.org/"
24 }
25 }