Mercurial > repos > shellac > guppy_basecaller
comparison env/lib/python3.7/site-packages/prov/tests/json/bundle2.json @ 5:9b1c78e6ba9c draft default tip
"planemo upload commit 6c0a8142489327ece472c84e558c47da711a9142"
author | shellac |
---|---|
date | Mon, 01 Jun 2020 08:59:25 -0400 |
parents | 79f47841a781 |
children |
comparison
equal
deleted
inserted
replaced
4:79f47841a781 | 5:9b1c78e6ba9c |
---|---|
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:a1": {} | |
40 }, | |
41 "prefix": { | |
42 "ex": "http://example.org/" | |
43 }, | |
44 "used": { | |
45 "ex:use2": { | |
46 "prov:activity": "ex:e1", | |
47 "prov:entity": "ex:a1" | |
48 } | |
49 }, | |
50 "activity": { | |
51 "ex:e1": {} | |
52 } | |
53 } | |
54 } | |
55 } |