Class ShexReport


  • public class ShexReport
    extends java.lang.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 Detail

      • hasReports

        public boolean hasReports()
      • forEachReport

        public void forEachReport​(java.util.function.Consumer<ShexRecord> action)
      • getResource

        public Resource getResource()
      • getModel

        public Model getModel()
      • getGraph

        public Graph getGraph()
      • conforms

        public boolean conforms()