Mercurial > repos > guerler > springsuite
comparison planemo/lib/python3.7/site-packages/prov/tests/json/bundle4.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 "entity": { | |
3 "foo:bundle1": { | |
4 "prov:type": { | |
5 "$": "prov:Bundle", | |
6 "type": "prov:QUALIFIED_NAME" | |
7 } | |
8 }, | |
9 "ex:bundle2": { | |
10 "prov:type": { | |
11 "$": "prov:Bundle", | |
12 "type": "prov:QUALIFIED_NAME" | |
13 } | |
14 } | |
15 }, | |
16 "prefix": { | |
17 "ex": "http://another.org/", | |
18 "foo": "http://example.org/" | |
19 }, | |
20 "bundle": { | |
21 "ex:bundle1": { | |
22 "entity": { | |
23 "ex:e1": {} | |
24 }, | |
25 "prefix": { | |
26 "ex": "http://example.org/" | |
27 }, | |
28 "used": { | |
29 "ex:use1": { | |
30 "prov:activity": "ex:a1", | |
31 "prov:entity": "ex:e1" | |
32 } | |
33 }, | |
34 "activity": { | |
35 "ex:a1": {} | |
36 } | |
37 }, | |
38 "ex:bundle2": { | |
39 "entity": { | |
40 "ex:ee1": {} | |
41 }, | |
42 "prefix": { | |
43 "ex": "http://another.org/" | |
44 }, | |
45 "used": { | |
46 "ex:use2": { | |
47 "prov:activity": "ex:aa1", | |
48 "prov:entity": "ex:ee1" | |
49 } | |
50 }, | |
51 "activity": { | |
52 "ex:aa1": {} | |
53 } | |
54 } | |
55 } | |
56 } |