Skip to content

Commit 7b16f73

Browse files
committed
shacl12-overview stub
1 parent 8723072 commit 7b16f73

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

shacl12-shacl-shacl/index.html renamed to shacl12-overview/index.html

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
group: "wg/data-shapes",
1515
github: "w3c/data-shapes",
1616
//preProcess: [ ],
17-
edDraftURI: "https://w3c.github.io/data-shapes/shacl-shacl/",
18-
shortName: "shacl12-shacl-shacl",
17+
edDraftURI: "https://w3c.github.io/data-shapes/shacl12-overview/",
18+
shortName: "shacl12-overview",
1919
copyrightStart: "2025",
2020
xref: ["SHACL-CORE"],
2121
//xref: ["RDF12-CONCEPTS"],
@@ -346,9 +346,15 @@
346346

347347
<body>
348348
<section id="abstract">
349-
<p>This document describes the Shapes Constraint Language (SHACL) validator for SHACL data, referred to as "SHACL-SHACL".</p>
350349
<p>
351-
This specification is published by the <a href="https://www.w3.org/groups/wg/data-shapes/">Data Shapes Working Group</a>.
350+
The <em>Shapes Constraint Language</em> "SHACL" is a language for validating RDF graphs against a set
351+
of conditions. SHACL has a core specification, extensions for related query languages, User Interface
352+
generation, rule-based reasoning and a data profiling mechanism. This document overviews all these
353+
parts of SHACL and serves as an introduction to all of them and related on-going work such as libraries
354+
of examples.
355+
</p>
356+
<p>
357+
This documentation is published by the <a href="https://www.w3.org/groups/wg/data-shapes/">Data Shapes Working Group</a>.
352358
</p>
353359
</section>
354360

@@ -359,19 +365,16 @@ <h2>Introduction</h2>
359365
<p class="todo">TODO</p>
360366
</section>
361367

362-
<section id="shapes">
363-
<h2>Shapes</h2>
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>
368-
</section>
369-
370368
<section id="governance">
371369
<h2>Governance</h2>
372370
<p class="todo">TODO: This section will describe the governance arrangements in place for the continued maintenance of this NOTE.</p>
373371
</section>
374372

373+
<section id="x">
374+
<h2>Section X</h2>
375+
<p class="todo">TODO: This section will describe...</p>
376+
</section>
377+
375378
<section id="security" class="appendix informative">
376379
<h2>Security and Privacy Considerations</h2>
377380
<p>
@@ -385,7 +388,7 @@ <h2>Security and Privacy Considerations</h2>
385388
</section>
386389

387390
<section id="validator" class="appendix normative">
388-
<h2>Validator</h2>
391+
<h2>SHACL-SHACL Validator</h2>
389392
<p>
390393
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>.
391394
</p>

0 commit comments

Comments
 (0)