Mercurial > repos > shellac > guppy_basecaller
comparison env/lib/python3.7/site-packages/prov/tests/json/bundle4.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 "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 } |