|
149 | 149 | prevRecShortname: "shacl",
|
150 | 150 | prevRecURI: "https://www.w3.org/TR/2017/REC-shacl-20170720/",
|
151 | 151 |
|
152 |
| - wgPublicList: "public-shacl" |
| 152 | + wgPublicList: "public-shacl", |
| 153 | + |
| 154 | + localBiblio: { |
| 155 | + "shacl12-shacl-shacl": { |
| 156 | + title: "SHACL 1.2 SHACL-SHACL", |
| 157 | + href: "https://w3c.github.io/data-shapes/shacl12-shacl-shacl/", |
| 158 | + status: "ED", |
| 159 | + publisher: "W3C", |
| 160 | + } |
| 161 | + } |
153 | 162 | };
|
154 | 163 | </script>
|
155 | 164 | <style>
|
|
449 | 458 | <section id="sotd">
|
450 | 459 | </section>
|
451 | 460 |
|
452 |
| - |
453 | 461 | <section class="introductory">
|
454 | 462 | <h2>Document Outline</h2>
|
455 | 463 | <p>
|
@@ -6517,15 +6525,19 @@ <h2>Summary of SHACL Syntax Rules</h2>
|
6517 | 6525 | </table>
|
6518 | 6526 | </section>
|
6519 | 6527 |
|
6520 |
| - <section id="shacl-shacl" class="appendix"> |
| 6528 | + <section id="shacl-shacl" class="appendix informative"> |
6521 | 6529 | <h2>SHACL Shapes to Validate Shapes Graphs</h2>
|
6522 | 6530 | <p>
|
6523 |
| - The shapes graph available at <a href="https://github.com/w3c/data-shapes/blob/gh-pages/shacl12-vocabularies/shacl-shacl.ttl">http://www.w3.org/ns/shacl-shacl</a> |
6524 |
| - is intended to enforce many of the syntactic constraints related to SHACL Core in this specification. |
6525 |
| - As such, it can be understood as a machine-readable version of a subset of those constraints. |
| 6531 | + The SHACL 1.2 SHACL-SHACL Note [[shacl12-shacl-shacl]] describes a SHACL graph that can be used to |
| 6532 | + validate other SHACL Shapes graphs and thus may enforce many of the syntactic constraints related to |
| 6533 | + RDF data aiming to conform to SHACL Core in this specification. |
| 6534 | + </p> |
| 6535 | + <p> |
| 6536 | + This shapes graph is available as an RDF resource at <a href="http://www.w3.org/ns/shacl-shacl">http://www.w3.org/ns/shacl-shacl</a>, |
| 6537 | + as indicated in the Note. |
6526 | 6538 | </p>
|
6527 | 6539 | <p class="todo">
|
6528 |
| - TODO: Replace the hyperlink to the official site once that has been updated. |
| 6540 | + TODO: Replace the hyperlink to the NOTE with a reference once that has been created. |
6529 | 6541 | </p>
|
6530 | 6542 | </section>
|
6531 | 6543 |
|
|
0 commit comments