Skip to content

Commit 5ffbadc

Browse files
authored
Merge pull request #303 from w3c/issue-289-shsh-note
SHACL-SHACL Note
2 parents e991c8e + eb4cdee commit 5ffbadc

File tree

2 files changed

+434
-7
lines changed

2 files changed

+434
-7
lines changed

shacl12-core/index.html

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,16 @@
149149
prevRecShortname: "shacl",
150150
prevRecURI: "https://www.w3.org/TR/2017/REC-shacl-20170720/",
151151

152-
wgPublicList: "public-shacl"
152+
wgPublicList: "public-shacl",
153+
154+
localBiblio: {
155+
"shacl12-shacl-shacl": {
156+
title: "SHACL 1.2 SHACL-SHACL",
157+
href: "https://w3c.github.io/data-shapes/shacl12-shacl-shacl/",
158+
status: "ED",
159+
publisher: "W3C",
160+
}
161+
}
153162
};
154163
</script>
155164
<style>
@@ -449,7 +458,6 @@
449458
<section id="sotd">
450459
</section>
451460

452-
453461
<section class="introductory">
454462
<h2>Document Outline</h2>
455463
<p>
@@ -6517,15 +6525,19 @@ <h2>Summary of SHACL Syntax Rules</h2>
65176525
</table>
65186526
</section>
65196527

6520-
<section id="shacl-shacl" class="appendix">
6528+
<section id="shacl-shacl" class="appendix informative">
65216529
<h2>SHACL Shapes to Validate Shapes Graphs</h2>
65226530
<p>
6523-
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>
6524-
is intended to enforce many of the syntactic constraints related to SHACL Core in this specification.
6525-
As such, it can be understood as a machine-readable version of a subset of those constraints.
6531+
The SHACL 1.2 SHACL-SHACL Note [[shacl12-shacl-shacl]] describes a SHACL graph that can be used to
6532+
validate other SHACL Shapes graphs and thus may enforce many of the syntactic constraints related to
6533+
RDF data aiming to conform to SHACL Core in this specification.
6534+
</p>
6535+
<p>
6536+
This shapes 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>,
6537+
as indicated in the Note.
65266538
</p>
65276539
<p class="todo">
6528-
TODO: Replace the hyperlink to the official site once that has been updated.
6540+
TODO: Replace the hyperlink to the NOTE with a reference once that has been created.
65296541
</p>
65306542
</section>
65316543

0 commit comments

Comments
 (0)