{
  "type": "ShapeTest",
  "node": "x",
  "shape": "http://a.example.org/S",
  "solution": {
    "type": "EachOfSolutions",
    "solutions": [
      {
        "type": "EachOfSolution",
        "expressions": [
          {
            "type": "TripleConstraintSolutions", "predicate": "http://a.example/c",
            "solutions":[
              {"type":"TestedTriple","subject":"x","predicate":"http://a.example/c","object":{ "value": "1", "type": "http://www.w3.org/2001/XMLSchema#integer" }}
            ]
          }
        ]
      }
    ]
  }
}
