{
  "type": "ShapeTest",
  "node": "http://a.example/s1",
  "shape": "http://a.example/S1",
  "solution": {
    "type": "TripleConstraintSolutions",
    "predicate": "http://a.example/p1",
    "valueExpr": {
      "type": "NodeConstraint",
      "datatype": "http://www.w3.org/2001/XMLSchema#float",
      "mininclusive": 4.5
    },
    "solutions": [
      {
        "type": "TestedTriple",
        "subject": "http://a.example/s1",
        "predicate": "http://a.example/p1",
        "object": { "value": "4.5", "type": "http://www.w3.org/2001/XMLSchema#float" }
      }
    ]
  }
}