{
  "type": "project",
  "input": {
    "type": "bgp",
    "patterns": [
      {
        "type": "pattern",
        "termType": "Quad",
        "subject": {
          "termType": "Variable",
          "value": "x"
        },
        "predicate": {
          "termType": "Variable",
          "value": "y"
        },
        "object": {
          "termType": "Variable",
          "value": "z"
        },
        "graph": {
          "termType": "DefaultGraph",
          "value": ""
        }
      },
      {
        "type": "pattern",
        "termType": "Quad",
        "subject": {
          "termType": "Variable",
          "value": "a"
        },
        "predicate": {
          "termType": "Variable",
          "value": "b"
        },
        "object": {
          "termType": "Variable",
          "value": "c"
        },
        "graph": {
          "termType": "DefaultGraph",
          "value": ""
        }
      }
    ]
  },
  "variables": [
    {
      "termType": "Variable",
      "value": "a"
    },
    {
      "termType": "Variable",
      "value": "b"
    },
    {
      "termType": "Variable",
      "value": "c"
    },
    {
      "termType": "Variable",
      "value": "x"
    },
    {
      "termType": "Variable",
      "value": "y"
    },
    {
      "termType": "Variable",
      "value": "z"
    }
  ]
}
