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