Class SHACL_Validation

All Implemented Interfaces:
ActionLifecycle, ActionProcessor

public class SHACL_Validation extends BaseActionREST
SHACL validation service. Receives a shapes file and validates a graph named in the ?graph= parameter.

?graph= can be any graph name, or one of the words "default" or "union" (without quotes) to indicate the default graph, which is also the default and the dataset union graph.

Optional parameter ?target= specifies the target node for the validation report.

  • Constructor Details

    • SHACL_Validation

      public SHACL_Validation()