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