{
  "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": 186,
                "end": 192
              }
            },
            "predicate": {
              "type": "term",
              "subType": "namedNode",
              "value": "annotates",
              "loc": {
                "sourceLocationType": "source",
                "start": 194,
                "end": 205
              },
              "prefix": "a"
            },
            "object": {
              "type": "term",
              "subType": "variable",
              "value": "annotates",
              "loc": {
                "sourceLocationType": "source",
                "start": 207,
                "end": 217
              }
            },
            "loc": {
              "sourceLocationType": "source",
              "start": 186,
              "end": 217
            }
          },
          {
            "type": "triple",
            "subject": {
              "type": "term",
              "subType": "variable",
              "value": "annot",
              "loc": {
                "sourceLocationType": "source",
                "start": 228,
                "end": 234
              }
            },
            "predicate": {
              "type": "term",
              "subType": "namedNode",
              "value": "date",
              "loc": {
                "sourceLocationType": "source",
                "start": 236,
                "end": 243
              },
              "prefix": "dc"
            },
            "object": {
              "type": "term",
              "subType": "variable",
              "value": "date",
              "loc": {
                "sourceLocationType": "source",
                "start": 249,
                "end": 254
              }
            },
            "loc": {
              "sourceLocationType": "source",
              "start": 228,
              "end": 254
            }
          }
        ],
        "loc": {
          "sourceLocationType": "source",
          "start": 186,
          "end": 256
        }
      },
      {
        "type": "pattern",
        "subType": "filter",
        "expression": {
          "type": "expression",
          "subType": "operation",
          "operator": "=",
          "args": [
            {
              "type": "term",
              "subType": "variable",
              "value": "date",
              "loc": {
                "sourceLocationType": "source",
                "start": 274,
                "end": 279
              }
            },
            {
              "type": "expression",
              "subType": "functionCall",
              "function": {
                "type": "term",
                "subType": "namedNode",
                "value": "dateTime",
                "loc": {
                  "sourceLocationType": "source",
                  "start": 282,
                  "end": 294
                },
                "prefix": "xsd"
              },
              "args": [
                {
                  "type": "term",
                  "subType": "literal",
                  "value": "2005-01-01T00:00:00Z",
                  "loc": {
                    "sourceLocationType": "source",
                    "start": 295,
                    "end": 317
                  }
                }
              ],
              "distinct": false,
              "loc": {
                "sourceLocationType": "source",
                "start": 282,
                "end": 318
              }
            }
          ],
          "loc": {
            "sourceLocationType": "source",
            "start": 272,
            "end": 320
          }
        },
        "loc": {
          "sourceLocationType": "source",
          "start": 265,
          "end": 320
        }
      }
    ],
    "loc": {
      "sourceLocationType": "source",
      "start": 184,
      "end": 329
    }
  },
  "solutionModifiers": {},
  "datasets": {
    "type": "datasetClauses",
    "clauses": [],
    "loc": {
      "sourceLocationType": "noMaterialize"
    }
  },
  "variables": [
    {
      "type": "term",
      "subType": "variable",
      "value": "annotates",
      "loc": {
        "sourceLocationType": "source",
        "start": 167,
        "end": 177
      }
    }
  ],
  "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 ?annotates\nWHERE { ?annot  a:annotates  ?annotates .\n        ?annot  dc:date      ?date .\n        FILTER ( ?date = xsd:dateTime(\"2005-01-01T00:00:00Z\") ) \n      }\n",
    "start": 0,
    "end": 9007199254740991,
    "loc": {
      "sourceLocationType": "source",
      "start": 0,
      "end": 329
    },
    "startOnNew": 0,
    "endOnNew": 329
  },
  "type": "query"
}
