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