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