comparison env/lib/python3.9/site-packages/prov/tests/json/communication7.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 "wasInformedBy": {
7 "ex:inf7": {
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:54.117+01:00",
31 "type": "xsd:dateTime"
32 },
33 {
34 "$": "http://example.org/hello",
35 "type": "xsd:anyURI"
36 }
37 ],
38 "prov:informant": "ex:a1",
39 "ex:tag1": [
40 {
41 "$": "hello",
42 "type": "xsd:string"
43 },
44 {
45 "$": "hello\nover\nmore\nlines",
46 "type": "xsd:string"
47 }
48 ],
49 "ex:tag2": {
50 "$": "bye",
51 "type": "xsd:string"
52 },
53 "ex2:tag3": {
54 "$": "hi",
55 "type": "xsd:string"
56 },
57 "prov:informed": "ex:a2",
58 "prov:label": [
59 "hello",
60 {
61 "$": "bye",
62 "type": "prov:InternationalizedString",
63 "lang": "en"
64 },
65 {
66 "$": "bonjour",
67 "type": "prov:InternationalizedString",
68 "lang": "fr"
69 }
70 ]
71 }
72 }
73 }