java.lang.Object
org.apache.jena.shex.ShexReport
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.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanconforms()static ShexReport.Buildercreate()voidforEachReport(Consumer<ShexRecord> action) org.apache.jena.graph.GraphgetGraph()org.apache.jena.rdf.model.ModelgetModel()org.apache.jena.rdf.model.Resourceboolean
-
Method Details
-
create
-
hasReports
public boolean hasReports() -
forEachReport
-
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()
-