comparison env/lib/python3.7/site-packages/prov/tests/json/influence7.json @ 0:26e78fe6e8c4 draft

"planemo upload commit c699937486c35866861690329de38ec1a5d9f783"
author shellac
date Sat, 02 May 2020 07:14:21 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:26e78fe6e8c4
1 {
2 "wasInfluencedBy": {
3 "ex:inf7": {
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.188+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 "ex:tag1": [
36 {
37 "$": "hello",
38 "type": "xsd:string"
39 },
40 {
41 "$": "hello\nover\nmore\nlines",
42 "type": "xsd:string"
43 }
44 ],
45 "ex:tag2": {
46 "$": "bye",
47 "type": "xsd:string"
48 },
49 "ex2:tag3": {
50 "$": "hi",
51 "type": "xsd:string"
52 },
53 "prov:influencee": "ex:a2",
54 "prov:label": [
55 "hello",
56 {
57 "$": "bye",
58 "type": "prov:InternationalizedString",
59 "lang": "en"
60 },
61 {
62 "$": "bonjour",
63 "type": "prov:InternationalizedString",
64 "lang": "fr"
65 }
66 ]
67 }
68 },
69 "prefix": {
70 "ex": "http://example.org/",
71 "ex2": "http://example2.org/"
72 }
73 }