blob: 8188c242bd7043f673bf7c051a7e2d5e06a0264d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// bad-02.json - Missing the value for a literal
{
"triples" : [
{
"subject" : { "type" : "uri", "value" : "http://example.org/about" },
"predicate" : { "type" : "uri", "value" : "http://purl.org/dc/elements/1.1/creator" },
"object" : { "type" : "literal" }
}
]
}
|