Skip to content

Commit 08f233c

Browse files
committed
add common spec list to all docs; add light/dark mode option
1 parent 81588b8 commit 08f233c

File tree

7 files changed

+26
-17
lines changed

7 files changed

+26
-17
lines changed

shacl12-compact-syntax/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<meta charset="utf-8" />
5+
<meta name="color-scheme" content="light dark">
46
<title>SHACL Compact Syntax</title>
5-
<meta charset="utf-8">
67
<script src="https://www.w3.org/Tools/respec/respec-w3c-common" async class="remove"></script>
78
<script class="remove">
89

@@ -253,7 +254,6 @@
253254
</style>
254255
</head>
255256
<body>
256-
257257
<section id="abstract">
258258
<p>
259259
The Shapes Constraint Language (SHACL) [[!shacl]] is a language for validating RDF graphs against a set of conditions.
@@ -271,6 +271,8 @@
271271
This specification was started by the RDF Data Shapes WG, was continued within the
272272
SHACL Community Group, and is now being picked up by the Data Shapes WG.
273273
</section>
274+
275+
<section id="specifications" class="introductory" data-include="../shacl12-common/specifications.html"></section>
274276

275277
<section class="introductory">
276278
<h2>Document Outline</h2>
@@ -816,6 +818,5 @@ <h2>Acknowledgements</h2>
816818
Harold Solbrig
817819
</p>
818820
</section>
819-
820821
</body>
821822
</html>

shacl12-core/index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
<!DOCTYPE html><html><head>
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="color-scheme" content="light dark">
26
<title>SHACL 1.2 Core</title>
3-
<meta charset="utf-8">
47
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove" defer=""></script>
58
<script class="remove">
69

@@ -444,7 +447,6 @@
444447
</style>
445448
</head>
446449
<body>
447-
448450
<section id="abstract">
449451
<p>
450452
This document defines the Core of the SHACL Shapes Constraint Language.
@@ -462,6 +464,8 @@
462464
<section id="sotd">
463465
</section>
464466

467+
<section id="specifications" class="introductory" data-include="../shacl12-common/specifications.html"></section>
468+
465469
<section class="introductory">
466470
<h2>Document Outline</h2>
467471
<p>
@@ -7764,5 +7768,5 @@ <h2>Changes between SHACL 1.0 Core and SHACL 1.2 Core</h2>
77647768
<li>Generalized <a href="#order"></a> to also allow xsd:integers; see <a href="https://github.com/w3c/data-shapes/issues/479">Issue 479</a></li>
77657769
</ul>
77667770
</section>
7767-
7768-
</body></html>
7771+
</body>
7772+
</html>

shacl12-inf-rules/index.html

Lines changed: 3 additions & 1 deletion
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 Inference Rules</title>
67
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
78
<script class="remove">
@@ -463,6 +464,8 @@
463464

464465
<section id="sotd"></section>
465466

467+
<section id="specifications" class="introductory" data-include="../shacl12-common/specifications.html"></section>
468+
466469
<section id="introduction">
467470
<h2>Introduction</h2>
468471

@@ -1141,7 +1144,6 @@ <h4>Evaluation of a Rule Set</h4>
11411144
</section>
11421145
</section>
11431146

1144-
11451147
<section id="shapes-rules-grammar">
11461148
<h2>Shapes Rules Language Grammar</h2>
11471149

shacl12-node-expr/index.html

Lines changed: 3 additions & 1 deletion
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 Node Expressions</title>
67
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
78
<script class="remove">
@@ -410,7 +411,6 @@
410411
}
411412
</style>
412413
</head>
413-
414414
<body>
415415
<section id="abstract">
416416
<p>This document describes Shapes Constraint Language (SHACL) Node Expressions.</p>
@@ -423,6 +423,8 @@
423423

424424
<section id="sotd"></section>
425425

426+
<section id="specifications" class="introductory" data-include="../shacl12-common/specifications.html"></section>
427+
426428
<section id="introduction">
427429
<h2>Introduction</h2>
428430
<p>Node expressions</p>

shacl12-overview/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@
335335
}
336336
</style>
337337
</head>
338-
339338
<body>
340339
<section id="abstract">
341340
<p>
@@ -424,7 +423,7 @@ <h2>Section X</h2>
424423
<p class="todo">TODO: This section will describe...</p>
425424
</section>
426425

427-
<section id="governance">
426+
<section id="governance">
428427
<h3>Governance</h3>
429428
<p class="todo">TODO: This section will describe the governance arrangements in place for the continued maintenance of SHACL-SHACL resources, i.e., handling updates beyond the time frame of the Working Group's Charter.</p>
430429
</section>

shacl12-profiling/index.html

Lines changed: 1 addition & 0 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 Profiling</title>
67
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
78
<script src="../shacl12-common/local-biblio.js" class="remove"></script>

shacl12-sparql/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<meta charset="utf-8" />
5+
<meta name="color-scheme" content="light dark">
46
<title>SHACL 1.2 SPARQL Extensions</title>
5-
<meta charset="utf-8">
67
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove" defer></script>
78
<script class="remove">
89

@@ -399,7 +400,6 @@
399400
</style>
400401
</head>
401402
<body>
402-
403403
<section id="abstract">
404404
<p>
405405
This document defines SPARQL-related extensions of the SHACL Shapes Constraint Language.
@@ -419,6 +419,8 @@
419419
<section id="sotd">
420420
</section>
421421

422+
<section id="specifications" class="introductory" data-include="../shacl12-common/specifications.html"></section>
423+
422424
<section id="introduction">
423425
<h2>Introduction</h2>
424426
<p>
@@ -2283,8 +2285,6 @@ <h2>Changes between SHACL 1.0 SPARQL and SHACL 1.2 SPARQL Extensions</h2>
22832285
<li>Clarified that VALUES clauses are only disallowed when they mention <a href="#pre-binding">pre-bound variables</a> and removed the restriction on sub-SELECTs, see <a href="https://github.com/w3c/data-shapes/issues/159">Issue 159</a></li>
22842286
<li>Removed support for the optional pre-bound variables <code>shapesGraph</code> and <code>currentShape</code>, see <a href="https://github.com/w3c/data-shapes/issues/426">Issue 426</a></li>
22852287
</ul>
2286-
</section>
2287-
2288+
</section>
22882289
</body>
2289-
22902290
</html>

0 commit comments

Comments
 (0)