comparison env/lib/python3.9/site-packages/prov/tests/json/association9.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 "wasAssociatedWith": {
3 "ex:assoc9": {
4 "prov:activity": "ex:a1",
5 "prov:type": [
6 {
7 "$": "a",
8 "type": "xsd:string"
9 },
10 {
11 "$": "1",
12 "type": "xsd:int"
13 },
14 {
15 "$": "1.0",
16 "type": "xsd:float"
17 },
18 {
19 "$": "true",
20 "type": "xsd:string"
21 },
22 {
23 "$": "ex:abc",
24 "type": "prov:QUALIFIED_NAME"
25 },
26 {
27 "$": "2014-06-23T12:28:53.012+01:00",
28 "type": "xsd:dateTime"
29 },
30 {
31 "$": "http://example.org/hello",
32 "type": "xsd:anyURI"
33 }
34 ],
35 "ex:tag1": [
36 {
37 "$": "hello",
38 "type": "xsd:string"
39 },
40 {
41 "$": "hello\nover\nmore\nlines",
42 "type": "xsd:string"
43 }
44 ],
45 "prov:agent": "ex:ag1",
46 "ex:tag2": {
47 "$": "bye",
48 "type": "xsd:string"
49 },
50 "ex2:tag3": {
51 "$": "hi",
52 "type": "xsd:string"
53 },
54 "prov:plan": "ex:plan1",
55 "prov:label": [
56 "hello",
57 {
58 "$": "bye",
59 "type": "prov:InternationalizedString",
60 "lang": "en"
61 },
62 {
63 "$": "bonjour",
64 "type": "prov:InternationalizedString",
65 "lang": "fr"
66 }
67 ]
68 }
69 },
70 "prefix": {
71 "ex": "http://example.org/",
72 "ex2": "http://example2.org/"
73 }
74 }