comparison planemo/lib/python3.7/site-packages/prov/tests/json/entity0.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 "entity": {
3 "ex:e0": {
4 "ex:tag2": {
5 "$": "bonjour",
6 "type": "prov:InternationalizedString",
7 "lang": "fr"
8 },
9 "prov:location": [
10 {
11 "$": "un llieu",
12 "type": "xsd:string"
13 },
14 {
15 "$": "1",
16 "type": "xsd:int"
17 },
18 {
19 "$": "2.0",
20 "type": "xsd:double"
21 },
22 {
23 "$": "http://example.org/london",
24 "type": "xsd:anyURI"
25 },
26 {
27 "$": "2",
28 "type": "xsd:long"
29 }
30 ]
31 }
32 },
33 "prefix": {
34 "ex": "http://example.org/"
35 }
36 }