Mercurial > repos > guerler > springsuite
comparison planemo/lib/python3.7/site-packages/prov/tests/json/start10.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 "prefix": { | |
3 "ex": "http://example.org/", | |
4 "ex2": "http://example2.org/" | |
5 }, | |
6 "wasStartedBy": { | |
7 "_:wSB4": { | |
8 "prov:activity": "ex:a1", | |
9 "prov:type": [ | |
10 { | |
11 "$": "a", | |
12 "type": "xsd:string" | |
13 }, | |
14 { | |
15 "$": "1", | |
16 "type": "xsd:int" | |
17 }, | |
18 { | |
19 "$": "1.0", | |
20 "type": "xsd:float" | |
21 }, | |
22 { | |
23 "$": "true", | |
24 "type": "xsd:string" | |
25 }, | |
26 { | |
27 "$": "ex:abc", | |
28 "type": "prov:QUALIFIED_NAME" | |
29 }, | |
30 { | |
31 "$": "2014-06-23T12:28:54.647+01:00", | |
32 "type": "xsd:dateTime" | |
33 }, | |
34 { | |
35 "$": "http://example.org/hello", | |
36 "type": "xsd:anyURI" | |
37 } | |
38 ], | |
39 "prov:time": "2014-06-23T12:28:54.647+01:00", | |
40 "ex:tag1": [ | |
41 { | |
42 "$": "hello", | |
43 "type": "xsd:string" | |
44 }, | |
45 { | |
46 "$": "hello\nover\nmore\nlines", | |
47 "type": "xsd:string" | |
48 } | |
49 ], | |
50 "ex:tag2": { | |
51 "$": "bye", | |
52 "type": "xsd:string" | |
53 }, | |
54 "ex2:tag3": { | |
55 "$": "hi", | |
56 "type": "xsd:string" | |
57 }, | |
58 "prov:role": [ | |
59 { | |
60 "$": "someRole", | |
61 "type": "xsd:string" | |
62 }, | |
63 { | |
64 "$": "otherRole", | |
65 "type": "xsd:string" | |
66 } | |
67 ], | |
68 "prov:location": [ | |
69 { | |
70 "$": "London", | |
71 "type": "xsd:string" | |
72 }, | |
73 { | |
74 "$": "1", | |
75 "type": "xsd:int" | |
76 }, | |
77 { | |
78 "$": "1.0", | |
79 "type": "xsd:float" | |
80 }, | |
81 { | |
82 "$": "true", | |
83 "type": "xsd:boolean" | |
84 }, | |
85 { | |
86 "$": "ex:london", | |
87 "type": "prov:QUALIFIED_NAME" | |
88 }, | |
89 { | |
90 "$": "2014-06-23T12:28:54.648+01:00", | |
91 "type": "xsd:dateTime" | |
92 }, | |
93 { | |
94 "$": "http://example.org/london", | |
95 "type": "xsd:anyURI" | |
96 }, | |
97 { | |
98 "$": "2002", | |
99 "type": "xsd:gYear" | |
100 } | |
101 ], | |
102 "prov:starter": "ex:a2", | |
103 "prov:label": [ | |
104 "hello", | |
105 { | |
106 "$": "bye", | |
107 "type": "prov:InternationalizedString", | |
108 "lang": "en" | |
109 }, | |
110 { | |
111 "$": "bonjour", | |
112 "type": "prov:InternationalizedString", | |
113 "lang": "fr" | |
114 } | |
115 ] | |
116 } | |
117 } | |
118 } |