comparison env/lib/python3.9/site-packages/prov/tests/json/end8.json @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4f3585e2f14b
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 }