comparison planemo/lib/python3.7/site-packages/prov/tests/json/derivation9.json @ 1:56ad4e20f292 draft

"planemo upload commit 6eee67778febed82ddd413c3ca40b3183a3898f1"
author guerler
date Fri, 31 Jul 2020 00:32:28 -0400
parents
children
comparison
equal deleted inserted replaced
0:d30785e31577 1:56ad4e20f292
1 {
2 "prefix": {
3 "ex": "http://example.org/"
4 },
5 "wasDerivedFrom": {
6 "_:wDF1": {
7 "prov:generatedEntity": "ex:e2",
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:53.753+01:00",
31 "type": "xsd:dateTime"
32 },
33 {
34 "$": "http://example.org/hello",
35 "type": "xsd:anyURI"
36 }
37 ]
38 }
39 }
40 }