Skip to content

Commit 994b3cd

Browse files
committed
update SHACL 1.2 Core to refer to this NOTE
1 parent 1982156 commit 994b3cd

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

shacl12-core/index.html

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@
118118
href: "https://w3c.github.io/data-shapes/shacl12-sparql/",
119119
status: "ED",
120120
publisher: "W3C",
121+
},
122+
"shacl12-shacl-shacl": {
123+
title: "SHACL 1.2 SHACL-SHACL",
124+
href: "https://w3c.github.io/data-shapes/shacl12-shacl-shacl/",
125+
status: "ED",
126+
publisher: "W3C",
121127
}
122128
}
123129
};
@@ -372,7 +378,6 @@
372378
<section id="sotd">
373379
</section>
374380

375-
376381
<section class="introductory">
377382
<h2>Document Outline</h2>
378383
<p>
@@ -4279,15 +4284,19 @@ <h2>Summary of SHACL Syntax Rules</h2>
42794284
</table>
42804285
</section>
42814286

4282-
<section id="shacl-shacl" class="appendix">
4287+
<section id="shacl-shacl" class="appendix informative">
42834288
<h2>SHACL Shapes to Validate Shapes Graphs</h2>
42844289
<p>
4285-
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>
4286-
is intended to enforce many of the syntactic constraints related to SHACL Core in this specification.
4287-
As such, it can be understood as a machine-readable version of a subset of those constraints.
4290+
The SHACL 1.2 SHACL-SHACL Note [[shacl12-shacl-shacl]] describes a SHACL graph that can be used to
4291+
validate other SHACL Shapes graphs and thus may enforce many of the syntactic constraints related to
4292+
RDF data aiming to conform to SHACL Core in this specification.
4293+
</p>
4294+
<p>
4295+
The SHACL 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>,
4296+
as indicated in the Note.
42884297
</p>
42894298
<p class="todo">
4290-
TODO: Replace the hyperlink to the official site once that has been updated.
4299+
TODO: Replace the hyperlink to the NOTE with a reference once that has been created.
42914300
</p>
42924301
</section>
42934302

0 commit comments

Comments
 (0)