Uses of Class
org.eclipse.rdf4j.sail.shacl.results.ValidationReport
Packages that use ValidationReport
-
Uses of ValidationReport in org.eclipse.rdf4j.sail.shacl
Methods in org.eclipse.rdf4j.sail.shacl that return ValidationReportModifier and TypeMethodDescriptionShaclSailValidationException.getValidationReport()Deprecated.The returned ValidationReport is planned to be moved to a different package and this method is planned to return that class.ShaclSailConnection.revalidate()Load data from a file and validate it against the supplied shapes sail.Load data from a file using an auto-detected RDF format and validate it against the supplied shapes sail.Load data from a file using the supplied RDF format and validate it against the supplied shapes sail.Load data from a file using an auto-detected RDF format and validate it against the supplied shapes sail.ShaclValidator.Validator.validate(InputStream dataInputStream, String baseURI, RDFFormat format, Sail shapesRepo) Load data from an input stream and validate it against the supplied shapes sail.ShaclValidator.Validator.validate(InputStream dataInputStream, String baseURI, Sail shapesRepo) Load data from an input stream using an auto-detected RDF format and validate it against the supplied shapes sail.ShaclValidator.Validator.validate(InputStream dataInputStream, RDFFormat format, Sail shapesRepo) Load data from an input stream using the supplied RDF format and validate it against the supplied shapes sail.Load data from RDF content in a string and validate it against the supplied shapes sail.Load data from RDF content in a string using an auto-detected RDF format and validate it against the supplied shapes sail.Load data from RDF content in a string using the supplied RDF format and validate it against the supplied shapes sail.Load data from a URL and validate it against the supplied shapes sail.Load data from a URL using an auto-detected RDF format and validate it against the supplied shapes sail.Load data from a URL using the supplied RDF format and validate it against the supplied shapes sail.Load data from a URL using an auto-detected RDF format and validate it against the supplied shapes sail.Load data from a path and validate it against the supplied shapes sail.Load data from a path using an auto-detected RDF format and validate it against the supplied shapes sail.Load data from a path using the supplied RDF format and validate it against the supplied shapes sail.Load data from a path using an auto-detected RDF format and validate it against the supplied shapes sail.Load shapes from a file using an auto-detected RDF format and validate the supplied data sail.Load shapes from a file using an auto-detected RDF format and validate the supplied data sail.Load shapes from a file and validate the supplied data sail.Load shapes from a file using the supplied RDF format and validate the supplied data sail.ShaclValidator.Validator.validate(Sail dataRepo, InputStream shapesInputStream, String baseURI) Load shapes from an input stream using an auto-detected RDF format and validate the supplied data sail.ShaclValidator.Validator.validate(Sail dataRepo, InputStream shapesInputStream, String baseURI, RDFFormat format) Load shapes from an input stream and validate the supplied data sail.ShaclValidator.Validator.validate(Sail dataRepo, InputStream shapesInputStream, RDFFormat format) Load shapes from an input stream using the supplied RDF format and validate the supplied data sail.Load shapes from RDF content in a string using an auto-detected RDF format and validate the supplied data sail.Load shapes from RDF content in a string and validate the supplied data sail.Load shapes from RDF content in a string using the supplied RDF format and validate the supplied data sail.Load shapes from a URL using an auto-detected RDF format and validate the supplied data sail.Load shapes from a URL using an auto-detected RDF format and validate the supplied data sail.Load shapes from a URL and validate the supplied data sail.Load shapes from a URL using the supplied RDF format and validate the supplied data sail.Load shapes from a path using an auto-detected RDF format and validate the supplied data sail.Load shapes from a path using an auto-detected RDF format and validate the supplied data sail.Load shapes from a path and validate the supplied data sail.Load shapes from a path using the supplied RDF format and validate the supplied data sail.Validate the supplied data sail against the supplied shapes sail.Load data from a file using an auto-detected RDF format and validate it against the configured shapes.Load data from a file using an auto-detected RDF format and validate it against the configured shapes.Load data from a file and validate it against the configured shapes.Load data from a file using the supplied RDF format and validate it against the configured shapes.ShaclValidator.ValidatorWithShapes.validate(InputStream dataInputStream, String baseURI) Load data from an input stream using an auto-detected RDF format and validate it against the configured shapes.ShaclValidator.ValidatorWithShapes.validate(InputStream dataInputStream, String baseURI, RDFFormat format) Load data from an input stream and validate it against the configured shapes.ShaclValidator.ValidatorWithShapes.validate(InputStream dataInputStream, RDFFormat format) Load data from an input stream using the supplied RDF format and validate it against the configured shapes.Load data from RDF content in a string using an auto-detected RDF format and validate it against the configured shapes.Load data from RDF content in a string and validate it against the configured shapes.Load data from RDF content in a string using the supplied RDF format and validate it against the configured shapes.Load data from a URL using an auto-detected RDF format and validate it against the configured shapes.Load data from a URL using an auto-detected RDF format and validate it against the configured shapes.Load data from a URL and validate it against the configured shapes.Load data from a URL using the supplied RDF format and validate it against the configured shapes.Load data from a path using an auto-detected RDF format and validate it against the configured shapes.Load data from a path using an auto-detected RDF format and validate it against the configured shapes.Load data from a path and validate it against the configured shapes.Load data from a path using the supplied RDF format and validate it against the configured shapes.Validate the supplied data sail against the configured shapes.Methods in org.eclipse.rdf4j.sail.shacl with parameters of type ValidationReportModifier and TypeMethodDescriptionShaclSailValidationReportHelper.getValidationReportAsString(ValidationReport t) static voidShaclSailValidationReportHelper.printValidationReport(ValidationReport t, OutputStream out) -
Uses of ValidationReport in org.eclipse.rdf4j.sail.shacl.results.lazy
Subclasses of ValidationReport in org.eclipse.rdf4j.sail.shacl.results.lazyModifier and TypeClassDescriptionclassA ValidationReport that will defer calculating any ValidationResults until the user asks for them