{
  "type": "project",
  "input": {
    "type": "union",
    "input": [
      {
        "type": "filter",
        "input": {
          "type": "bgp",
          "patterns": []
        },
        "expression": {
          "type": "expression",
          "subType": "term",
          "term": {
            "termType": "Literal",
            "value": "false",
            "datatype": {
              "termType": "NamedNode",
              "value": "http://www.w3.org/2001/XMLSchema#boolean"
            }
          }
        }
      },
      {
        "type": "filter",
        "input": {
          "type": "bgp",
          "patterns": []
        },
        "expression": {
          "type": "expression",
          "subType": "operator",
          "operator": "=",
          "args": [
            {
              "type": "expression",
              "subType": "term",
              "term": {
                "termType": "Variable",
                "value": "this"
              }
            },
            {
              "type": "expression",
              "subType": "term",
              "term": {
                "termType": "NamedNode",
                "value": "http://example.org/InvalidResource"
              }
            }
          ]
        }
      }
    ]
  },
  "variables": [
    {
      "termType": "Variable",
      "value": "this"
    }
  ]
}
