Mercurial > repos > guerler > springsuite
comparison planemo/lib/python3.7/site-packages/prov/tests/json/derivation8.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 "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 } |