-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy path0027-out.jsonld
More file actions
64 lines (64 loc) · 1.43 KB
/
Copy path0027-out.jsonld
File metadata and controls
64 lines (64 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[
{
"@id": "http://example.com/boolean-native",
"http://example.com/example": [
{"@value": true},
{"@value": false}
]
},
{
"@id": "http://example.com/boolean-number",
"http://example.com/example": [
{"@value": true},
{"@value": false}
]
},
{
"@id": "http://example.com/boolean-object",
"http://example.com/example": [
{
"@type": "http://www.w3.org/2001/XMLSchema#boolean",
"@value": "True"
},
{
"@type": "http://www.w3.org/2001/XMLSchema#boolean",
"@value": "False"
},
{
"@type": "http://www.w3.org/2001/XMLSchema#boolean",
"@value": "notnative"
}
]
},
{
"@id": "http://example.com/number-native",
"http://example.com/example": [
{"@value": 1}
]
},
{
"@id": "http://example.com/number-object",
"http://example.com/example": [
{
"@type": "http://www.w3.org/2001/XMLSchema#double",
"@value": "0.1e999999999999999"
},
{
"@type": "http://www.w3.org/2001/XMLSchema#double",
"@value": "+INF"
},
{
"@type": "http://www.w3.org/2001/XMLSchema#double",
"@value": "-INF"
},
{
"@type": "http://www.w3.org/2001/XMLSchema#integer",
"@value": "notnative"
},
{
"@type": "http://www.w3.org/2001/XMLSchema#double",
"@value": "notnative"
}
]
}
]