comparison env/lib/python3.9/site-packages/prov/tests/json/usage7.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 "used": {
7 "_:u4": {
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.541+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.541+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.541+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 }