{
  "context": [
    {
      "type": "contextDef",
      "subType": "prefix",
      "key": "a",
      "value": {
        "type": "term",
        "subType": "namedNode",
        "value": "http://www.w3.org/2000/10/annotation-ns#",
        "loc": {
          "sourceLocationType": "source",
          "start": 15,
          "end": 57
        }
      },
      "loc": {
        "sourceLocationType": "source",
        "start": 0,
        "end": 57
      }
    },
    {
      "type": "contextDef",
      "subType": "prefix",
      "key": "dc",
      "value": {
        "type": "term",
        "subType": "namedNode",
        "value": "http://purl.org/dc/elements/1.1/",
        "loc": {
          "sourceLocationType": "source",
          "start": 73,
          "end": 107
        }
      },
      "loc": {
        "sourceLocationType": "source",
        "start": 58,
        "end": 107
      }
    },
    {
      "type": "contextDef",
      "subType": "prefix",
      "key": "xsd",
      "value": {
        "type": "term",
        "subType": "namedNode",
        "value": "http://www.w3.org/2001/XMLSchema#",
        "loc": {
          "sourceLocationType": "source",
          "start": 123,
          "end": 158
        }
      },
      "loc": {
        "sourceLocationType": "source",
        "start": 108,
        "end": 158
      }
    }
  ],
  "subType": "select",
  "where": {
    "type": "pattern",
    "subType": "group",
    "patterns": [
      {
        "type": "pattern",
        "subType": "bgp",
        "triples": [
          {
            "type": "triple",
            "subject": {
              "type": "term",
              "subType": "variable",
              "value": "annot",
              "loc": {
                "sourceLocationType": "source",
                "start": 182,
                "end": 188
              }
            },
            "predicate": {
              "type": "term",
              "subType": "namedNode",
              "value": "annotates",
              "loc": {
                "sourceLocationType": "source",
                "start": 190,
                "end": 201
              },
              "prefix": "a"
            },
            "object": {
              "type": "term",
              "subType": "namedNode",
              "value": "http://www.w3.org/TR/rdf-sparql-query/",
              "loc": {
                "sourceLocationType": "source",
                "start": 203,
                "end": 243
              }
            },
            "loc": {
              "sourceLocationType": "source",
              "start": 182,
              "end": 243
            }
          },
          {
            "type": "triple",
            "subject": {
              "type": "term",
              "subType": "variable",
              "value": "annot",
              "loc": {
                "sourceLocationType": "source",
                "start": 254,
                "end": 260
              }
            },
            "predicate": {
              "type": "term",
              "subType": "namedNode",
              "value": "date",
              "loc": {
                "sourceLocationType": "source",
                "start": 262,
                "end": 269
              },
              "prefix": "dc"
            },
            "object": {
              "type": "term",
              "subType": "variable",
              "value": "date",
              "loc": {
                "sourceLocationType": "source",
                "start": 275,
                "end": 280
              }
            },
            "loc": {
              "sourceLocationType": "source",
              "start": 254,
              "end": 280
            }
          }
        ],
        "loc": {
          "sourceLocationType": "source",
          "start": 182,
          "end": 282
        }
      },
      {
        "type": "pattern",
        "subType": "filter",
        "expression": {
          "type": "expression",
          "subType": "operation",
          "operator": ">",
          "args": [
            {
              "type": "term",
              "subType": "variable",
              "value": "date",
              "loc": {
                "sourceLocationType": "source",
                "start": 300,
                "end": 305
              }
            },
            {
              "type": "term",
              "subType": "literal",
              "value": "2005-01-01T00:00:00Z",
              "langOrIri": {
                "type": "term",
                "subType": "namedNode",
                "value": "dateTime",
                "loc": {
                  "sourceLocationType": "source",
                  "start": 332,
                  "end": 344
                },
                "prefix": "xsd"
              },
              "loc": {
                "sourceLocationType": "source",
                "start": 308,
                "end": 344
              }
            }
          ],
          "loc": {
            "sourceLocationType": "source",
            "start": 298,
            "end": 346
          }
        },
        "loc": {
          "sourceLocationType": "source",
          "start": 291,
          "end": 346
        }
      }
    ],
    "loc": {
      "sourceLocationType": "source",
      "start": 180,
      "end": 348
    }
  },
  "solutionModifiers": {},
  "datasets": {
    "type": "datasetClauses",
    "clauses": [],
    "loc": {
      "sourceLocationType": "noMaterialize"
    }
  },
  "variables": [
    {
      "type": "term",
      "subType": "variable",
      "value": "annot",
      "loc": {
        "sourceLocationType": "source",
        "start": 167,
        "end": 173
      }
    }
  ],
  "loc": {
    "sourceLocationType": "inlinedSource",
    "newSource": "PREFIX a:      <http://www.w3.org/2000/10/annotation-ns#>\nPREFIX dc:     <http://purl.org/dc/elements/1.1/>\nPREFIX xsd:    <http://www.w3.org/2001/XMLSchema#>\n\nSELECT ?annot\nWHERE { ?annot  a:annotates  <http://www.w3.org/TR/rdf-sparql-query/> .\n        ?annot  dc:date      ?date .\n        FILTER ( ?date > \"2005-01-01T00:00:00Z\"^^xsd:dateTime ) }\n",
    "start": 0,
    "end": 9007199254740991,
    "loc": {
      "sourceLocationType": "source",
      "start": 0,
      "end": 348
    },
    "startOnNew": 0,
    "endOnNew": 348
  },
  "type": "query"
}
