-
Notifications
You must be signed in to change notification settings - Fork 40
Add a Note for Test Suite Conformance #595
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
base: gh-pages
Are you sure you want to change the base?
Conversation
HolgerKnublauch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test suite will also cover SPARQL, node expr etc. So would it be better to move this block to an included shared file, or the overview?
As this patch is written, the only described tests are for Core. I'd support making the patch's statement a bit more general and moving the remark to an included shared file. |
|
|
||
| <p class="note"> | ||
| Implementers can partially check their level of conformance with the above specifications by successfully passing | ||
| the test cases of the <a href="https://w3c.github.io/data-shapes/data-shapes-test-suite/">SHACL 1.2 test suite</a>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That link is for the 1.0 tests. We still need to create a clone of that, which uses https://github.com/w3c/data-shapes/tree/gh-pages/shacl12-test-suite as its tests and has no implementation reports yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once the clone is ready, I will update the link and complete the merge.
Closes #594