Skip to content

Commit c3c85e1

Browse files
committed
GH-567: Rename SHACL Inference Rules as SHACL Rules
1 parent bbf0955 commit c3c85e1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
File renamed without changes.

shacl12-inf-rules/index.html renamed to shacl12-rules/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="color-scheme" content="light dark">
6-
<title>SHACL 1.2 Inference Rules</title>
6+
<title>SHACL 1.2 Rules</title>
77
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
88
<script class="remove">
99

@@ -106,8 +106,8 @@
106106
github: "w3c/data-shapes",
107107
//preProcess: [ ],
108108
//@@
109-
edDraftURI: "https://w3c.github.io/data-shapes/shacl-inf-rules/",
110-
//shortName: "shacl12-inf-rules",
109+
edDraftURI: "https://w3c.github.io/data-shapes/shacl-rules/",
110+
shortName: "shacl12-rules",
111111
copyrightStart: "2025",
112112
// SHACL12-CORE?
113113
xref: ["RDF12-CONCEPTS", "SPARQL12-QUERY", "SHACL12-CORE", "SHACL12-SPARQL", "SHACL12-NODE-EXPR" ] ,
@@ -454,7 +454,7 @@
454454
</head>
455455
<body>
456456
<section id="abstract">
457-
<p>This document describes Shapes Constraint Language (SHACL) Inference Rules.</p>
457+
<p>This document describes Shapes Constraint Language (SHACL) Rules.</p>
458458
<p>
459459
This specification is published by the
460460
<a href="https://www.w3.org/groups/wg/data-shapes/">Data Shapes Working Group</a>
@@ -470,7 +470,7 @@
470470
<h2>Introduction</h2>
471471

472472
<p>
473-
This document introduces the concept of Inference Rules for SHACL 1.2, a mechanism for
473+
This document introduces the concept of inference rules for SHACL 1.2, a mechanism for
474474
deriving new RDF triples from existing data using declarative rules defined in shapes
475475
graphs. This extends SHACL’s capabilities beyond validation, enabling reasoning and data
476476
enrichment.
@@ -479,7 +479,7 @@ <h2>Introduction</h2>
479479
<p>
480480
This document complements other SHACL 1.2 specifications, such as SHACL Core, by defining
481481
the syntax and semantics of rule-based inference. While SHACL Core focuses on constraint
482-
validation, the Inference Rules specification provides a standardized way to express and
482+
validation, the SHACL Rules specification provides a standardized way to express and
483483
evaluate rules that generate new data.
484484
</p>
485485

0 commit comments

Comments
 (0)