{
  "context": [
    {
      "type": "contextDef",
      "subType": "prefix",
      "key": "ent",
      "value": {
        "type": "term",
        "subType": "namedNode",
        "value": "http://org.example.com/employees#",
        "loc": {
          "sourceLocationType": "source",
          "start": 13,
          "end": 48
        }
      },
      "loc": {
        "sourceLocationType": "source",
        "start": 0,
        "end": 48
      }
    }
  ],
  "subType": "describe",
  "variables": [
    {
      "type": "term",
      "subType": "variable",
      "value": "x",
      "loc": {
        "sourceLocationType": "source",
        "start": 58,
        "end": 60
      }
    }
  ],
  "datasets": {
    "type": "datasetClauses",
    "clauses": [],
    "loc": {
      "sourceLocationType": "noMaterialize"
    }
  },
  "where": {
    "type": "pattern",
    "subType": "group",
    "patterns": [
      {
        "type": "pattern",
        "subType": "bgp",
        "triples": [
          {
            "type": "triple",
            "subject": {
              "type": "term",
              "subType": "variable",
              "value": "x",
              "loc": {
                "sourceLocationType": "source",
                "start": 69,
                "end": 71
              }
            },
            "predicate": {
              "type": "term",
              "subType": "namedNode",
              "value": "employeeId",
              "loc": {
                "sourceLocationType": "source",
                "start": 72,
                "end": 86
              },
              "prefix": "ent"
            },
            "object": {
              "type": "term",
              "subType": "literal",
              "value": "1234",
              "loc": {
                "sourceLocationType": "source",
                "start": 87,
                "end": 93
              }
            },
            "loc": {
              "sourceLocationType": "source",
              "start": 69,
              "end": 93
            }
          }
        ],
        "loc": {
          "sourceLocationType": "source",
          "start": 69,
          "end": 93
        }
      }
    ],
    "loc": {
      "sourceLocationType": "source",
      "start": 67,
      "end": 95
    }
  },
  "solutionModifiers": {},
  "loc": {
    "sourceLocationType": "inlinedSource",
    "newSource": "PREFIX ent:  <http://org.example.com/employees#>\nDESCRIBE ?x WHERE { ?x ent:employeeId \"1234\" }\n",
    "start": 0,
    "end": 9007199254740991,
    "loc": {
      "sourceLocationType": "source",
      "start": 0,
      "end": 95
    },
    "startOnNew": 0,
    "endOnNew": 95
  },
  "type": "query"
}
