rdf4j icon indicating copy to clipboard operation
rdf4j copied to clipboard

SHACL - Split out bulk validation into separate method

Open hmottestad opened this issue 2 years ago • 0 comments

We currently have:

  • Transactional validation
  • SPARQL based bulk validation

For constraints where the SPARQL based bulk validation is not implemented we fall back to using the transactional validation and passing in a target provider to essentially revalidate everything. Some of the transactional validation implementations detect[1] when they are used for bulk validation to provide a more optimized validation.

1: AllTargetsPlanNode

hmottestad avatar Jun 22 '22 07:06 hmottestad