-
Notifications
You must be signed in to change notification settings - Fork 3
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
qualifiedValueShape not working as expected #5
Comments
@gkellogg FYI I took a quick look into qualifier_value.rb:20 and this jumped out as needing to fix: But this did not fix the issue. Looks like the params are not getting added to the operands. |
That seems right. Would you consider a PR including a test for this? |
I'd love to give it a whirl. Let me try ;-) |
I'm having a little trouble running rspec. I came across https://w3c.github.io/data-shapes/data-shapes-test-suite. Have the shacl.rb implementation reports ever been submitted? This is something of interest to me. |
Never submitted a report, but the infrastructure for generating it should be there. There is some code to look for the test suite files relative to /spec. (It works better when those tests are local). Look in spec/suite_helper.rb for the file open patch that looks for them. you can also email me directly for help in working with the gem. |
The behaviour of sh:qualifiedValueShape does not appear to be working as specified in SHACL Spec https://www.w3.org/TR/shacl/#QualifiedValueShapeConstraintComponent
I have created a repo with examples:
https://github.com/saumier/shacl-test-qualified-value-shape
The text was updated successfully, but these errors were encountered: