Class SparqlUpdatePatcher

Supports application/sparql-update PATCH requests on RDF resources.

Only DELETE/INSERT updates without variables are supported.

Hierarchy

Constructors

Properties

engine: QueryEngine<IQueryContextCommon>
logger: Logger = ...

Methods

  • Checks if the input DELETE/INSERT is supported. This means: no GRAPH statements, no DELETE WHERE containing terms of type Variable.

    Parameters

    • op: DeleteInsert

    Returns void