File tree 2 files changed +0
-5
lines changed
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 5
5
<http://example.com/boolean-object> <http://example.com/example> "False"^^<http://www.w3.org/2001/XMLSchema#boolean> .
6
6
7
7
<http://example.com/number-native> <http://example.com/example> "1"^^<http://www.w3.org/2001/XMLSchema#integer> .
8
- <http://example.com/number-native> <http://example.com/example> "1.1"^^<http://www.w3.org/2001/XMLSchema#decimal> .
9
8
10
9
<http://example.com/number-object> <http://example.com/example> "0.1e999999999999999"^^<http://www.w3.org/2001/XMLSchema#double> .
11
10
<http://example.com/number-object> <http://example.com/example> "+INF"^^<http://www.w3.org/2001/XMLSchema#double> .
Original file line number Diff line number Diff line change 32
32
{
33
33
"@type" : "http://www.w3.org/2001/XMLSchema#integer" ,
34
34
"@value" : 1
35
- } ,
36
- {
37
- "@type" : "http://www.w3.org/2001/XMLSchema#decimal" ,
38
- "@value" : 1.1
39
35
}
40
36
]
41
37
} ,
You can’t perform that action at this time.
0 commit comments