Skip to content

Commit 2b037a9

Browse files
committed
add Security and Privacy Considerations section
1 parent e563696 commit 2b037a9

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

shacl12-shacl-shacl/index.html

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en-US">
33
<head>
44
<meta charset="utf-8" />
5+
<meta name="color-scheme" content="light dark">
56
<title>SHACL 1.2 SHACL Validator</title>
67
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
78
<script class="remove">
@@ -223,6 +224,7 @@
223224

224225
.todo {
225226
color: red;
227+
background-color: lightyellow;
226228
}
227229

228230
/* example pre taken / adapted from R2RML */
@@ -354,32 +356,39 @@
354356

355357
<section id="introduction">
356358
<h2>Introduction</h2>
357-
<p>TODO</p>
359+
<p class="todo">TODO</p>
358360
</section>
359361

360362
<section id="shapes">
361363
<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>
363368
</section>
364369

365370
<section id="governance">
366371
<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>
368373
</section>
369374

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>
378385
</section>
379386

380387
<section id="validator" class="appendix normative">
381388
<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>
383392
</section>
384393

385394
<section id="ack" class="appendix informative">

0 commit comments

Comments
 (0)