comparison env/lib/python3.9/site-packages/prov/tests/json/entity7.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 "entity": {
3 "ex:e7": {
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.511+01:00",
27 "type": "xsd:dateTime"
28 },
29 {
30 "$": "http://example.org/hello",
31 "type": "xsd:anyURI"
32 }
33 ],
34 "prov:location": [
35 {
36 "$": "London",
37 "type": "xsd:string"
38 },
39 {
40 "$": "1",
41 "type": "xsd:int"
42 },
43 {
44 "$": "1.0",
45 "type": "xsd:float"
46 },
47 {
48 "$": "true",
49 "type": "xsd:boolean"
50 },
51 {
52 "$": "ex:london",
53 "type": "prov:QUALIFIED_NAME"
54 },
55 {
56 "$": "2014-06-23T12:28:52.511+01:00",
57 "type": "xsd:dateTime"
58 },
59 {
60 "$": "http://example.org/london",
61 "type": "xsd:anyURI"
62 },
63 {
64 "$": "2002",
65 "type": "xsd:gYear"
66 }
67 ],
68 "prov:label": [
69 "entity7",
70 "hello",
71 {
72 "$": "bye",
73 "type": "prov:InternationalizedString",
74 "lang": "en"
75 },
76 {
77 "$": "bonjour",
78 "type": "prov:InternationalizedString",
79 "lang": "fr"
80 }
81 ]
82 }
83 },
84 "prefix": {
85 "ex": "http://example.org/"
86 }
87 }