Skip to content

Commit 1eca4a8

Browse files
committed
editorial
1 parent 9ae79d7 commit 1eca4a8

File tree

1 file changed

+26
-16
lines changed

1 file changed

+26
-16
lines changed

shacl12-overview/index.html

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@
2525

2626
editors: [
2727
{
28-
name: "Nicholas Car",
28+
name: "Nicholas J. Car",
2929
company: "KurrawongAI",
3030
companyURL: "https://kurrawong.ai",
3131
mailto: "[email protected]",
32+
orcid: "0000-0002-8742-7730",
3233
w3cid: "70131"
3334
},
3435
{
@@ -384,20 +385,15 @@ <h2>What's New in SHACL 1.2</h2>
384385
<p class="todo">
385386
The main information about SHACL 1.0 &rarr; 1.2 will be added here.
386387
</p>
387-
<h4>SHACL-SHACL</h4>
388388
<p>
389-
SHACL 1.0 included all the information about SHACL-SHACL at the time inline, within an Appendix, consisting of an
390-
introductory paragraph and the SHACL-SHACL RDF data only. SHACL 1.2 has moved this information to an appendix in this Overview..
391-
</p>
392-
<p>
393-
A note about this new SHACL-SHACL location is retained in SHACL 1.2 Core.
389+
SHACL 1.0 Core <a href="https://www.w3.org/TR/2017/REC-shacl-20170720/#shacl-shacl">included an appendix</a> providing a shapes graph to be used to validate shapes graphs according to the SHACL 1.0 Core specification. SHACL 1.2 has moved this information from the Core specification to an appendix in this Overview to allow for information relevant to parts of SHACL 1.2 not in the Core. A note about this new SHACL-SHACL location is retained in SHACL 1.2 Core.
394390
</p>
395391
</section>
396392

397393
<section id="specifications">
398394
<h2>Specifications</h2>
399395
<h3>
400-
SHACL 1.2:
396+
SHACL 1.2
401397
</h3>
402398
<dl>
403399
<dt>SHACL 1.2 Overview (this document)</dt>
@@ -417,16 +413,16 @@ <h3>
417413
</dl>
418414

419415
<h3>
420-
SHACL 1.0:
416+
SHACL 1.0
421417
</h3>
422418
<p><em>The original SHACL specifications, now deprecated in favour of SHACL 1.2 specifications, above.</em></p>
423419
<dl>
424-
<dt><a href="https://www.w3.org/TR/shacl/">SHACL</a></dt>
425-
<dd></dd>
426-
<dt><a href="https://www.w3.org/TR/shacl-af/">SHACL Advanced Features</a></dt>
427-
<dd></dd>
420+
<dt><a href="https://www.w3.org/TR/2017/REC-shacl-20170720/">SHACL</a></dt>
421+
<dd>the original SHACL Shapes Constraint Language definition</dd>
422+
<dt><a href="https://www.w3.org/TR/2017/NOTE-shacl-af-20170608/">SHACL Advanced Features</a></dt>
423+
<dd>a Working Group Note about "features to define custom targets, annotation properties, user-defined functions, node expressions and rules"</dd>
428424
<dt><a href="https://www.w3.org/TR/shacl-js/">SHACL Javascript Extensions</a></dt>
429-
<dd></dd>
425+
<dd>a Working Group Note about JavaScript-based extension mechanism for the Shapes Constraint Language</dd>
430426
</dl>
431427
</section>
432428

@@ -449,15 +445,29 @@ <h2>SHACL-SHACL</h2>
449445
Each SHACL-SHACL graph corresponds to the scope of individual SHACL specifications and are available as RDF resources:
450446
</p>
451447
<dl>
452-
<dt><a href="">SHACL-SHACL all</a></dt>
453-
<dd>the union of all other SHACL-SHACL graphs</dd>
454448
<dt><a href="">SHACL-SHACL Core</a></dt>
449+
<dd>Core specification elements only</dd>
455450
<dt><a href="">SHACL-SHACL SPARQL</a></dt>
451+
<dd>SPARQL specification elements only</dd>
456452
<dt><a href="">SHACL-SHACL Node Expressions</a></dt>
453+
<dd>Node Expression specification elements only</dd>
457454
<dt><a href="">SHACL-SHACL Inference Rules</a></dt>
455+
<dd>Inference Rules specification elements only</dd>
458456
<dt><a href="">SHACL-SHACL UI</a></dt>
457+
<dd>UI specification elements only</dd>
459458
<dt><a href="">SHACL-SHACL Profiling</a></dt>
459+
<dd>Profiling specification elements only</dd>
460+
</dl>
461+
<p>
462+
Additionally, the union of the above shapes graphs is also provided:
463+
</p>
464+
<dl>
465+
<dt><a href="">SHACL-SHACL union</a></dt>
466+
<dd>the union of all other SHACL-SHACL graphs</dd>
460467
</dl>
468+
<p>
469+
The SHACL-SHACL shapes graphs listed above can be retrieved from their namespace IRIs and are also available within the <a href="https://github.com/w3c/shacl-resources">W3C SHACL Resources repository</a> which also contains other community-generated SHACL resources.
470+
</p>
461471
</section>
462472

463473
<section id="security" class="appendix informative">

0 commit comments

Comments
 (0)