comparison env/lib/python3.9/site-packages/prov/tests/json/start8.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 "prefix": {
3 "ex": "http://example.org/",
4 "ex2": "http://example2.org/"
5 },
6 "wasStartedBy": {
7 "ex:start8": {
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.459+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.459+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.459+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 }