rdf-ext / shacl-engine

A fast RDF/JS SHACL engine
MIT License
30 stars 0 forks source link

Exception during validation #13

Closed MarinusVonhof closed 9 months ago

MarinusVonhof commented 9 months ago

Maybe also helpful:

The shacl-engine gives an error in compileOr() while validating the combined files in this attachment: shacl_test2.zip The other shacl-validators run ok.

Best regards.

bergos commented 9 months ago

@MarinusVonhof Thanks! It is fixed in the latest release. The problem was caused by multiple sh:or lists. sh:and and sh:xone had the same problem. It's also fixed for those.