From 016b6c8ddf0648939ab36ee975af5021479b128d Mon Sep 17 00:00:00 2001 From: YoucTagh Date: Fri, 3 Oct 2025 11:43:28 +0200 Subject: [PATCH 1/2] add a note for test suite conformance --- shacl12-core/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shacl12-core/index.html b/shacl12-core/index.html index ae7d0cc5..cf091757 100644 --- a/shacl12-core/index.html +++ b/shacl12-core/index.html @@ -499,6 +499,12 @@

Document Conventions

Nodes that violate none of these rules are called well-formed. A shapes graph is ill-formed if it contains at least one ill-formed node.

+

+ Implementers can partially check their level of conformance with this specification by successfully passing + the test cases of the SHACL 1.2 Core test suite. + Note, however, that passing all the tests in the test suite does not imply complete conformance to this specification. + It only implies that the implementation conforms to the aspects tested by the test suite. +

From aabfa60314b3047915afdf8c6e7278f4130cacc4 Mon Sep 17 00:00:00 2001 From: YoucTagh Date: Thu, 4 Dec 2025 09:50:06 +0100 Subject: [PATCH 2/2] #594: moved the note about the test suite to a shared document --- shacl12-common/specifications.html | 6 ++++++ shacl12-core/index.html | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/shacl12-common/specifications.html b/shacl12-common/specifications.html index a441955b..2348054f 100644 --- a/shacl12-common/specifications.html +++ b/shacl12-common/specifications.html @@ -24,6 +24,12 @@

SHACL Specifications

defines the use of SHACL for profiling data, including SHACL data
+

+ Implementers can partially check their level of conformance with the above specifications by successfully passing + the test cases of the SHACL 1.2 test suite. + Note, however, that passing all the tests in the test suite does not imply complete conformance to the specifications. + It only implies that the implementation conforms to the aspects tested by the test suite. +