File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
<http://example.com/boolean-native> <http://example.com/example> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> .
2
2
<http://example.com/boolean-native> <http://example.com/example> "false"^^<http://www.w3.org/2001/XMLSchema#boolean> .
3
3
4
+ <http://example.com/boolean-number> <http://example.com/example> "1"^^<http://www.w3.org/2001/XMLSchema#boolean> .
5
+ <http://example.com/boolean-number> <http://example.com/example> "0"^^<http://www.w3.org/2001/XMLSchema#boolean> .
6
+
4
7
<http://example.com/boolean-object> <http://example.com/example> "True"^^<http://www.w3.org/2001/XMLSchema#boolean> .
5
8
<http://example.com/boolean-object> <http://example.com/example> "False"^^<http://www.w3.org/2001/XMLSchema#boolean> .
6
9
Original file line number Diff line number Diff line change 6
6
{ "@value" : false }
7
7
]
8
8
} ,
9
+ {
10
+ "@id" : "http://example.com/boolean-number" ,
11
+ "http://example.com/example" : [
12
+ { "@value" : true } ,
13
+ { "@value" : false }
14
+ ]
15
+ } ,
9
16
{
10
17
"@id" : "http://example.com/boolean-object" ,
11
18
"http://example.com/example" : [
You can’t perform that action at this time.
0 commit comments