|
2 | 2 | <html lang="en-US">
|
3 | 3 | <head>
|
4 | 4 | <meta charset="utf-8" />
|
| 5 | + <meta name="color-scheme" content="light dark"> |
5 | 6 | <title>SHACL 1.2 SHACL Validator</title>
|
6 | 7 | <script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
|
7 | 8 | <script class="remove">
|
|
223 | 224 |
|
224 | 225 | .todo {
|
225 | 226 | color: red;
|
| 227 | + background-color: lightyellow; |
226 | 228 | }
|
227 | 229 |
|
228 | 230 | /* example pre taken / adapted from R2RML */
|
|
354 | 356 |
|
355 | 357 | <section id="introduction">
|
356 | 358 | <h2>Introduction</h2>
|
357 |
| - <p>TODO</p> |
| 359 | + <p class="todo">TODO</p> |
358 | 360 | </section>
|
359 | 361 |
|
360 | 362 | <section id="shapes">
|
361 | 363 | <h2>Shapes</h2>
|
362 |
| - <p>TODO</p> |
| 364 | + <p class="todo">TODO: This section will describe the Shapes created for SHACL-SHACL.</p> |
| 365 | + <p> |
| 366 | + These shapes are available in the RDF resource at <a href="http://www.w3.org/ns/shacl-shacl">http://www.w3.org/ns/shacl-shacl</a>. |
| 367 | + </p> |
363 | 368 | </section>
|
364 | 369 |
|
365 | 370 | <section id="governance">
|
366 | 371 | <h2>Governance</h2>
|
367 |
| - <p>TODO</p> |
| 372 | + <p class="todo">TODO: This section will describe the goverannce arrangements in place for the continued maintenance of this Note.</p> |
368 | 373 | </section>
|
369 | 374 |
|
370 |
| - <section id="security"> |
371 |
| - <h2>Security Considerations</h2> |
372 |
| - <p>TODO</p> |
373 |
| - </section> |
374 |
| - |
375 |
| - <section id="privacy"> |
376 |
| - <h2>Privacy Considerations</h2> |
377 |
| - <p>TODO</p> |
| 375 | + <section id="security" class="appendix informative"> |
| 376 | + <h2>Security and Privacy Considerations</h2> |
| 377 | + <p> |
| 378 | + This Shapes graph does not import into or alter the data it is evaluating so will not affect an |
| 379 | + organisation's information if applied to it, only report on its SAHCL Core validity. It will also not |
| 380 | + automatically export results anywhere beyond a SHACL processor's standard output channel. |
| 381 | + </p> |
| 382 | + <p> |
| 383 | + For these reasons, this content is expected to present minimal security and privacy concerns. |
| 384 | + </p> |
378 | 385 | </section>
|
379 | 386 |
|
380 | 387 | <section id="validator" class="appendix normative">
|
381 | 388 | <h2>Validator</h2>
|
382 |
| - <code>TODO</code> |
| 389 | + <p> |
| 390 | + The shapes graph of SHACL-SHACL is available as an RDF resource at <a href="http://www.w3.org/ns/shacl-shacl">http://www.w3.org/ns/shacl-shacl</a>. |
| 391 | + </p> |
383 | 392 | </section>
|
384 | 393 |
|
385 | 394 | <section id="ack" class="appendix informative">
|
|
0 commit comments