comparison env/lib/python3.7/site-packages/prov/tests/json/entity0.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 "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 }