{
  "type": "project",
  "input": {
    "type": "path",
    "subject": {
      "termType": "NamedNode",
      "value": "http://www.example.org/instance#a"
    },
    "predicate": {
      "type": "ZeroOrMorePath",
      "path": {
        "type": "seq",
        "input": [
          {
            "type": "link",
            "iri": {
              "termType": "NamedNode",
              "value": "http://www.example.org/schema#p1"
            }
          },
          {
            "type": "link",
            "iri": {
              "termType": "NamedNode",
              "value": "http://www.example.org/schema#p2"
            }
          },
          {
            "type": "link",
            "iri": {
              "termType": "NamedNode",
              "value": "http://www.example.org/schema#p3"
            }
          }
        ]
      }
    },
    "object": {
      "termType": "Variable",
      "value": "x"
    },
    "graph": {
      "termType": "DefaultGraph",
      "value": ""
    }
  },
  "variables": [
    {
      "termType": "Variable",
      "value": "x"
    }
  ]
}
