summaryrefslogtreecommitdiffstats
path: root/tests/json/bad-10.json
blob: 9eb69f48eca4032fb8ed7ce5c2889a77420ff158 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* bad-11.json - Document with a float 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" : 4.4 }
    }
  ]
}