Mercurial > repos > guerler > springsuite
comparison planemo/lib/python3.7/site-packages/prov/tests/json/bundle1.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 "ex: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://example.org/" | |
18 }, | |
19 "bundle": { | |
20 "ex:bundle1": { | |
21 "entity": { | |
22 "ex:e1": {} | |
23 }, | |
24 "prefix": { | |
25 "ex": "http://example.org/" | |
26 }, | |
27 "used": { | |
28 "ex:use1": { | |
29 "prov:activity": "ex:a1", | |
30 "prov:entity": "ex:e1" | |
31 } | |
32 }, | |
33 "activity": { | |
34 "ex:a1": {} | |
35 } | |
36 }, | |
37 "ex:bundle2": { | |
38 "entity": { | |
39 "ex:ee1": {} | |
40 }, | |
41 "prefix": { | |
42 "ex": "http://example.org/" | |
43 }, | |
44 "used": { | |
45 "ex:use2": { | |
46 "prov:activity": "ex:aa1", | |
47 "prov:entity": "ex:ee1" | |
48 } | |
49 }, | |
50 "activity": { | |
51 "ex:aa1": {} | |
52 } | |
53 } | |
54 } | |
55 } |