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