comparison planemo/lib/python3.7/site-packages/prov/tests/json/entity9.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 "entity": {
3 "ex:e9": {
4 "prov:type": [
5 {
6 "$": "a",
7 "type": "xsd:string"
8 },
9 {
10 "$": "1",
11 "type": "xsd:int"
12 },
13 {
14 "$": "1.0",
15 "type": "xsd:float"
16 },
17 {
18 "$": "true",
19 "type": "xsd:string"
20 },
21 {
22 "$": "ex:abc",
23 "type": "prov:QUALIFIED_NAME"
24 },
25 {
26 "$": "2014-06-23T12:28:52.567+01:00",
27 "type": "xsd:dateTime"
28 },
29 {
30 "$": "http://example.org/hello",
31 "type": "xsd:anyURI"
32 }
33 ],
34 "ex:tag1": [
35 {
36 "$": "hello",
37 "type": "xsd:string"
38 },
39 {
40 "$": "hello\nover\nmore\nlines",
41 "type": "xsd:string"
42 }
43 ],
44 "ex:tag2": {
45 "$": "bye",
46 "type": "xsd:string"
47 },
48 "ex2:tag3": {
49 "$": "hi",
50 "type": "xsd:string"
51 },
52 "prov:location": [
53 {
54 "$": "London",
55 "type": "xsd:string"
56 },
57 {
58 "$": "1",
59 "type": "xsd:int"
60 },
61 {
62 "$": "1.0",
63 "type": "xsd:float"
64 },
65 {
66 "$": "true",
67 "type": "xsd:boolean"
68 },
69 {
70 "$": "ex:london",
71 "type": "prov:QUALIFIED_NAME"
72 },
73 {
74 "$": "2014-06-23T12:28:52.568+01:00",
75 "type": "xsd:dateTime"
76 },
77 {
78 "$": "http://example.org/london",
79 "type": "xsd:anyURI"
80 },
81 {
82 "$": "2002",
83 "type": "xsd:gYear"
84 }
85 ],
86 "prov:label": [
87 "entity9",
88 "hello",
89 {
90 "$": "bye",
91 "type": "prov:InternationalizedString",
92 "lang": "en"
93 },
94 {
95 "$": "bonjour",
96 "type": "prov:InternationalizedString",
97 "lang": "fr"
98 }
99 ]
100 }
101 },
102 "prefix": {
103 "ex": "http://example.org/",
104 "ex2": "http://example2.org/"
105 }
106 }