Class ShexReport

java.lang.Object
org.apache.jena.shex.ShexReport

public class ShexReport extends Object
ShEx validation report.

This has a ShEx defined structure (one item per shape) and also all the validation item reports, more in the style of SHACL.

  • Method Details

    • create

      public static ShexReport.Builder create()
    • hasReports

      public boolean hasReports()
    • forEachReport

      public void forEachReport(Consumer<ShexRecord> action)
    • getResource

      public org.apache.jena.rdf.model.Resource getResource()
    • getModel

      public org.apache.jena.rdf.model.Model getModel()
    • getGraph

      public org.apache.jena.graph.Graph getGraph()
    • conforms

      public boolean conforms()