{
  "context": [
    {
      "type": "contextDef",
      "subType": "prefix",
      "key": "dbpedia-owl",
      "value": {
        "type": "term",
        "subType": "namedNode",
        "value": "http://dbpedia.org/ontology/",
        "loc": {
          "sourceLocationType": "source",
          "start": 20,
          "end": 50
        }
      },
      "loc": {
        "sourceLocationType": "source",
        "start": 0,
        "end": 50
      }
    }
  ],
  "subType": "select",
  "where": {
    "type": "pattern",
    "subType": "group",
    "patterns": [
      {
        "type": "pattern",
        "subType": "bgp",
        "triples": [
          {
            "type": "triple",
            "subject": {
              "type": "term",
              "subType": "variable",
              "value": "p",
              "loc": {
                "sourceLocationType": "source",
                "start": 76,
                "end": 78
              }
            },
            "predicate": {
              "type": "term",
              "subType": "namedNode",
              "value": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type",
              "loc": {
                "sourceLocationType": "source",
                "start": 79,
                "end": 80
              }
            },
            "object": {
              "type": "term",
              "subType": "namedNode",
              "value": "Artist",
              "loc": {
                "sourceLocationType": "source",
                "start": 81,
                "end": 99
              },
              "prefix": "dbpedia-owl"
            },
            "loc": {
              "sourceLocationType": "source",
              "start": 76,
              "end": 99
            }
          },
          {
            "type": "triple",
            "subject": {
              "type": "term",
              "subType": "variable",
              "value": "p",
              "loc": {
                "sourceLocationType": "source",
                "start": 105,
                "end": 107
              }
            },
            "predicate": {
              "type": "term",
              "subType": "namedNode",
              "value": "birthPlace",
              "loc": {
                "sourceLocationType": "source",
                "start": 108,
                "end": 130
              },
              "prefix": "dbpedia-owl"
            },
            "object": {
              "type": "term",
              "subType": "variable",
              "value": "c",
              "loc": {
                "sourceLocationType": "source",
                "start": 131,
                "end": 133
              }
            },
            "loc": {
              "sourceLocationType": "source",
              "start": 105,
              "end": 133
            }
          },
          {
            "type": "triple",
            "subject": {
              "type": "term",
              "subType": "variable",
              "value": "c",
              "loc": {
                "sourceLocationType": "source",
                "start": 139,
                "end": 141
              }
            },
            "predicate": {
              "type": "term",
              "subType": "namedNode",
              "value": "http://xmlns.com/foaf/0.1/name",
              "loc": {
                "sourceLocationType": "source",
                "start": 142,
                "end": 174
              }
            },
            "object": {
              "type": "term",
              "subType": "literal",
              "value": "York",
              "langOrIri": "en",
              "loc": {
                "sourceLocationType": "source",
                "start": 175,
                "end": 184
              }
            },
            "loc": {
              "sourceLocationType": "source",
              "start": 139,
              "end": 184
            }
          }
        ],
        "loc": {
          "sourceLocationType": "source",
          "start": 76,
          "end": 185
        }
      }
    ],
    "loc": {
      "sourceLocationType": "source",
      "start": 70,
      "end": 187
    }
  },
  "solutionModifiers": {},
  "datasets": {
    "type": "datasetClauses",
    "clauses": [],
    "loc": {
      "sourceLocationType": "noMaterialize"
    }
  },
  "variables": [
    {
      "type": "term",
      "subType": "variable",
      "value": "p",
      "loc": {
        "sourceLocationType": "source",
        "start": 58,
        "end": 60
      }
    },
    {
      "type": "term",
      "subType": "variable",
      "value": "c",
      "loc": {
        "sourceLocationType": "source",
        "start": 61,
        "end": 63
      }
    }
  ],
  "loc": {
    "sourceLocationType": "inlinedSource",
    "newSource": "PREFIX dbpedia-owl: <http://dbpedia.org/ontology/>\nSELECT ?p ?c WHERE {\n    ?p a dbpedia-owl:Artist.\n    ?p dbpedia-owl:birthPlace ?c.\n    ?c <http://xmlns.com/foaf/0.1/name> \"York\"@en.\n}\n",
    "start": 0,
    "end": 9007199254740991,
    "loc": {
      "sourceLocationType": "source",
      "start": 0,
      "end": 187
    },
    "startOnNew": 0,
    "endOnNew": 187
  },
  "type": "query"
}
