Mercurial > repos > guerler > springsuite
comparison planemo/lib/python3.7/site-packages/prov/tests/json/usage5.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 "used": { | |
7 "ex:use5": { | |
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.510+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.510+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 "$": "somerole", | |
60 "type": "xsd:string" | |
61 }, | |
62 "prov:location": [ | |
63 { | |
64 "$": "London", | |
65 "type": "xsd:string" | |
66 }, | |
67 { | |
68 "$": "1", | |
69 "type": "xsd:int" | |
70 }, | |
71 { | |
72 "$": "1.0", | |
73 "type": "xsd:float" | |
74 }, | |
75 { | |
76 "$": "true", | |
77 "type": "xsd:boolean" | |
78 }, | |
79 { | |
80 "$": "ex:london", | |
81 "type": "prov:QUALIFIED_NAME" | |
82 }, | |
83 { | |
84 "$": "2014-06-23T12:28:54.511+01:00", | |
85 "type": "xsd:dateTime" | |
86 }, | |
87 { | |
88 "$": "http://example.org/london", | |
89 "type": "xsd:anyURI" | |
90 }, | |
91 { | |
92 "$": "2002", | |
93 "type": "xsd:gYear" | |
94 } | |
95 ], | |
96 "prov:entity": "ex:e1", | |
97 "prov:label": [ | |
98 "hello", | |
99 { | |
100 "$": "bye", | |
101 "type": "prov:InternationalizedString", | |
102 "lang": "en" | |
103 }, | |
104 { | |
105 "$": "bonjour", | |
106 "type": "prov:InternationalizedString", | |
107 "lang": "fr" | |
108 } | |
109 ] | |
110 } | |
111 } | |
112 } |