{
  "type": "project",
  "input": {
    "type": "join",
    "input": [
      {
        "type": "path",
        "subject": {
          "termType": "NamedNode",
          "value": "http://www.example.org/a"
        },
        "predicate": {
          "type": "alt",
          "input": [
            {
              "type": "link",
              "iri": {
                "termType": "NamedNode",
                "value": "http://www.example.org/p1"
              }
            },
            {
              "type": "link",
              "iri": {
                "termType": "NamedNode",
                "value": "http://www.example.org/p2"
              }
            }
          ]
        },
        "object": {
          "termType": "Variable",
          "value": "var0"
        },
        "graph": {
          "termType": "DefaultGraph",
          "value": ""
        }
      },
      {
        "type": "path",
        "subject": {
          "termType": "Variable",
          "value": "var0"
        },
        "predicate": {
          "type": "alt",
          "input": [
            {
              "type": "link",
              "iri": {
                "termType": "NamedNode",
                "value": "http://www.example.org/p3"
              }
            },
            {
              "type": "link",
              "iri": {
                "termType": "NamedNode",
                "value": "http://www.example.org/p4"
              }
            }
          ]
        },
        "object": {
          "termType": "Variable",
          "value": "t"
        },
        "graph": {
          "termType": "DefaultGraph",
          "value": ""
        }
      }
    ]
  },
  "variables": [
    {
      "termType": "Variable",
      "value": "t"
    }
  ]
}
