|
17 | 17 | {
|
18 | 18 | "s": { "type": "uri" , "value": "http://example.org/s3" } ,
|
19 | 19 | "p": { "type": "uri" , "value": "http://example.org/p2" } ,
|
20 |
| - "o": { "datatype": "http://www.w3.org/2001/XMLSchema#string" , "type": "typed-literal" , "value": "bar" } |
| 20 | + "o": { "datatype": "http://www.w3.org/2001/XMLSchema#string" , "type": "literal" , "value": "bar" } |
21 | 21 | } ,
|
22 | 22 | {
|
23 | 23 | "s": { "type": "uri" , "value": "http://example.org/s4" } ,
|
24 | 24 | "p": { "type": "uri" , "value": "http://example.org/p4" } ,
|
25 |
| - "o": { "datatype": "http://www.w3.org/2001/XMLSchema#integer" , "type": "typed-literal" , "value": "4" } |
| 25 | + "o": { "datatype": "http://www.w3.org/2001/XMLSchema#integer" , "type": "literal" , "value": "4" } |
26 | 26 | } ,
|
27 | 27 | {
|
28 | 28 | "s": { "type": "uri" , "value": "http://example.org/s5" } ,
|
29 | 29 | "p": { "type": "uri" , "value": "http://example.org/p5" } ,
|
30 |
| - "o": { "datatype": "http://www.w3.org/2001/XMLSchema#decimal" , "type": "typed-literal" , "value": "5" } |
| 30 | + "o": { "datatype": "http://www.w3.org/2001/XMLSchema#decimal" , "type": "literal" , "value": "5" } |
31 | 31 | } ,
|
32 | 32 | {
|
33 | 33 | "s": { "type": "uri" , "value": "http://example.org/s6" } ,
|
|
0 commit comments