-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stack overflow when validating data #130
Comments
If I increase the stack size ( |
Thanks for the report. I reproduced it in my computer and will try to solve it. By the way, looking at how you use shape maps with SPARQL selectors, I think we should extend them to be able to define prefix declarations. I raised another issue to the spec about that:. |
I tried the example with the new optimization (#133), and now it works. I published a new release called 0.1.24 which contains that optimization. |
Thanks for the quick fix! I will try it out next week. |
This is working great now, thank you. |
When attempting to validate certain data files, I get a
java.lang.StackOverflowError
:The command I am running is:
shaclex --schema go-cam-shapes.shex --schemaFormat SHEXC --shapeMap go-cam-shapes.shapeMap --data Test000-Correct_and_complete_ActivityUnit_model-enriched.ttl --trigger SHAPEMAP --outFile out.shapeMap
The input files are here:
I am using shaclex built from 83eeedb.
The text was updated successfully, but these errors were encountered: