Skip to content

Commit 9b77798

Browse files
committed
Add a rule intro
1 parent fd9197f commit 9b77798

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

shacl12-inf-rules/index.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,20 @@
465465

466466
<section id="introduction">
467467
<h2>Introduction</h2>
468-
<p>Inference Rules</p>
468+
469+
<p>
470+
This document introduces the concept of Inference Rules for SHACL 1.2, a mechanism for
471+
deriving new RDF triples from existing data using declarative rules defined in shapes
472+
graphs. This extends SHACL’s capabilities beyond validation, enabling reasoning and data
473+
enrichment.
474+
</p>
475+
476+
<p>
477+
This document complements other SHACL 1.2 specifications, such as SHACL Core, by defining
478+
the syntax and semantics of rule-based inference. While SHACL Core focuses on constraint
479+
validation, the Inference Rules specification provides a standardized way to express and
480+
evaluate rules that generate new data.
481+
</p>
469482

470483
<section id="terminolgy">
471484
<h3>Terminology</h3>

0 commit comments

Comments
 (0)