{
  "type": "update",
  "updates": [
    {
      "context": [
        {
          "type": "contextDef",
          "subType": "prefix",
          "key": "dc",
          "value": {
            "type": "term",
            "subType": "namedNode",
            "value": "http://purl.org/dc/elements/1.1/",
            "loc": {
              "sourceLocationType": "source",
              "start": 11,
              "end": 45
            }
          },
          "loc": {
            "sourceLocationType": "source",
            "start": 0,
            "end": 45
          }
        }
      ],
      "operation": {
        "type": "updateOperation",
        "subType": "modify",
        "insert": [
          {
            "type": "pattern",
            "subType": "bgp",
            "triples": [
              {
                "type": "triple",
                "subject": {
                  "type": "term",
                  "subType": "namedNode",
                  "value": "http://example/egbook",
                  "loc": {
                    "sourceLocationType": "source",
                    "start": 55,
                    "end": 78
                  }
                },
                "predicate": {
                  "type": "term",
                  "subType": "namedNode",
                  "value": "title",
                  "loc": {
                    "sourceLocationType": "source",
                    "start": 79,
                    "end": 87
                  },
                  "prefix": "dc"
                },
                "object": {
                  "type": "term",
                  "subType": "literal",
                  "value": "This is an example title",
                  "loc": {
                    "sourceLocationType": "source",
                    "start": 89,
                    "end": 115
                  }
                },
                "loc": {
                  "sourceLocationType": "source",
                  "start": 55,
                  "end": 115
                }
              }
            ],
            "loc": {
              "sourceLocationType": "source",
              "start": 55,
              "end": 115
            }
          }
        ],
        "delete": [],
        "where": {
          "type": "pattern",
          "subType": "group",
          "patterns": [],
          "loc": {
            "sourceLocationType": "source",
            "start": 124,
            "end": 126
          }
        },
        "from": {
          "type": "datasetClauses",
          "clauses": [],
          "loc": {
            "sourceLocationType": "noMaterialize"
          }
        },
        "loc": {
          "sourceLocationType": "source",
          "start": 46,
          "end": 126
        }
      }
    }
  ],
  "loc": {
    "sourceLocationType": "inlinedSource",
    "newSource": "PREFIX dc: <http://purl.org/dc/elements/1.1/>\nINSERT { <http://example/egbook> dc:title  \"This is an example title\" } WHERE {}\n",
    "start": 0,
    "end": 9007199254740991,
    "loc": {
      "sourceLocationType": "source",
      "start": 0,
      "end": 126
    },
    "startOnNew": 0,
    "endOnNew": 126
  }
}
