java.lang.Object
org.apache.jena.fuseki.servlets.ActionBase
org.apache.jena.fuseki.servlets.ActionService
org.apache.jena.fuseki.servlets.ActionREST
org.apache.jena.fuseki.servlets.BaseActionREST
org.apache.jena.fuseki.servlets.SHACL_Validation
- All Implemented Interfaces:
ActionLifecycle
,ActionProcessor
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 Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jena.fuseki.servlets.BaseActionREST
validate
Methods inherited from class org.apache.jena.fuseki.servlets.ActionREST
execAny, execute
Methods inherited from class org.apache.jena.fuseki.servlets.ActionBase
process
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.fuseki.servlets.ActionProcessor
execDelete, execGet, execHead, execOptions, execPatch, execPost, execPut, execTrace
-
Constructor Details
-
SHACL_Validation
public SHACL_Validation()
-