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

Only DELETE/INSERT updates without variables are supported.

Hierarchy

Constructors

Properties

engine: QueryEngine
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

  • Checks if the input operation is of a supported type (DELETE/INSERT or composite of those)

    Parameters

    • op: Operation

    Returns void