Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Only DELETE/INSERT updates without variables are supported.

Hierarchy

Index

Constructors

Properties

engine: QueryEngine
logger: Logger = ...

Methods

  • isComposite(op: Operation): op is CompositeUpdate
  • isDeleteInsert(op: Operation): op is DeleteInsert
  • validateComposite(op: CompositeUpdate): void
  • validateDeleteInsert(op: DeleteInsert): void
  • 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

  • validateUpdate(op: Operation): void