blob: 408fdc466abfe4f391692e6820f353e6efb7f87a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* bad-07.json - Document with a null 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" : null }
}
]
}
|