comparison env/lib/python3.9/site-packages/prov/tests/json/influence6.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 "wasInfluencedBy": {
3 "ex:inf6": {
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:54.169+01:00",
27 "type": "xsd:dateTime"
28 },
29 {
30 "$": "http://example.org/hello",
31 "type": "xsd:anyURI"
32 }
33 ],
34 "prov:influencer": "ex:a1",
35 "prov:influencee": "ex:a2",
36 "prov:label": [
37 "hello",
38 {
39 "$": "bye",
40 "type": "prov:InternationalizedString",
41 "lang": "en"
42 },
43 {
44 "$": "bonjour",
45 "type": "prov:InternationalizedString",
46 "lang": "fr"
47 }
48 ]
49 }
50 },
51 "prefix": {
52 "ex": "http://example.org/"
53 }
54 }