comparison env/lib/python3.7/site-packages/prov/tests/json/attribution6.json @ 0:26e78fe6e8c4 draft

"planemo upload commit c699937486c35866861690329de38ec1a5d9f783"
author shellac
date Sat, 02 May 2020 07:14:21 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:26e78fe6e8c4
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 }