comparison env/lib/python3.9/site-packages/prov/tests/json/activity9.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 "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 }