comparison env/lib/python3.9/site-packages/prov/tests/json/derivation8.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 "wasDerivedFrom": {
7 "ex:der8": {
8 "prov:generatedEntity": "ex:e2",
9 "prov:type": [
10 {
11 "$": "a",
12 "type": "xsd:string"
13 },
14 {
15 "$": "1",
16 "type": "xsd:int"
17 },
18 {
19 "$": "1.0",
20 "type": "xsd:float"
21 },
22 {
23 "$": "true",
24 "type": "xsd:string"
25 },
26 {
27 "$": "ex:abc",
28 "type": "prov:QUALIFIED_NAME"
29 },
30 {
31 "$": "2014-06-23T12:28:53.729+01:00",
32 "type": "xsd:dateTime"
33 },
34 {
35 "$": "http://example.org/hello",
36 "type": "xsd:anyURI"
37 }
38 ],
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:usedEntity": "ex:e1",
58 "prov:label": "hello"
59 }
60 }
61 }