-
Notifications
You must be signed in to change notification settings - Fork 62
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
shacl conversion: malformed lists #92
Comments
I could not reproduce a problem with that file and still get the same output as in the test case. I also don't recognize recent changes to our code base or the SHACLC parser code base online. The example you pasted is incomplete, unfortunately, e.g. I wonder what happened to the sh:maxLength triple. It's an open source project, so my suggestion is you try walk through the code with a debugger, e.g. breakpointing at SHACLCReader.parsePropertyOr to see where it produces what looks like detached bnodes. |
@HolgerKnublauch thanks for the input! Can you point to the code you use to do the conversion?
Yes, it's missing, and Here's another symptom: this SHACLC
produces this SHACL where the second shape is missing:
@yasengmarinov can you spend some time to debug this? |
Closing old issue |
Hi @HolgerKnublauch !
@yasengmarinov has written a command-line convertor (that we plan to release shortly)
I'm trying it on https://github.com/w3c/data-shapes/blob/gh-pages/shacl-compact-syntax/tests/valid/complex1.shaclc and we get different results.
Yours:
Ours:
Are we making some mistake? Given #91 and comparing to the tests above, it seems there is some regression in the latest version 1.3.2 ?
The text was updated successfully, but these errors were encountered: