{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "dateModified": "2026-06-02",
  "name": "SPARQL 1.1 Update Endpoint",
  "spec": "W3C SPARQL 1.1 Update",
  "endpoint": {
    "method": "POST",
    "url": "https://xn--82czbx2bczd4fl8a.online/agent-knowledge-graph/update"
  },
  "auth": "DPoP + Bearer, requires scope kg:write",
  "operations": [
    "INSERT DATA",
    "DELETE DATA",
    "INSERT WHERE",
    "DELETE WHERE",
    "LOAD",
    "CLEAR"
  ],
  "shaclValidation": "All mutations validated against ontology shapes before commit",
  "auditTrail": "Every update appended to /agent-audit/ with action=kg.updated"
}