blob: 02dcf7c248790796851ba24b109c2555172bdbd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* bad-08.json - Document with a boolean value */
{
"triples" : [
{
"subject" : { "type" : "uri", "value" : "http://example.org/about" },
"predicate" : { "type" : "uri", "value" : "http://purl.org/dc/elements/1.1/creator" },
"object" : { "type" : "literal", "value" : true }
}
]
}
|