Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions shacl12-core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,12 @@ <h3>Document Conventions</h3>
Nodes that violate none of these rules are called <dfn>well-formed</dfn>.
A <a>shapes graph</a> is ill-formed if it contains at least one ill-formed node.
</p>
<p class="note">
Implementers can partially check their level of conformance with this specification by successfully passing
the test cases of the <a href="https://w3c.github.io/data-shapes/data-shapes-test-suite/">SHACL 1.2 Core test suite</a>.
Note, however, that passing all the tests in the test suite does not imply complete conformance to this specification.
It only implies that the implementation conforms to the aspects tested by the test suite.
</p>
</section>

<section id="shacl-rdfs">
Expand Down