From 21be05dfa605cd103fa08b94b29a5807ac2272e3 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Champin Date: Wed, 1 Oct 2025 13:45:56 +0200 Subject: [PATCH 1/3] Update README Add comment explaining that the test suites are jointly managed by the CG and the WG. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 774801ab..601e7bac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # rdf-tests -Repository for the RDF Tests Community Group +Repository for the [RDF Tests Community Group] To view (HTML) files can be [read directly](https://w3c.github.io/rdf-tests/). The index.html files are built using a Ruby tool-chain based on the corresponding manifest.ttl files. Update using `rake`. Requires Ruby, rdf-turtle and json-ld gems to be installed. + +NB: as of October 2025, the test suites for RDF and SPARQL are jointly managed the [RDF Tests Community Group] and the [RDF & SPARQL Working Group]. + +[RDF Tests Community Group]: https://www.w3.org/groups/cg/rdf-tests/ +[RDF & SPARQL Working Group]: https://www.w3.org/groups/wg/rdf-star/ From 61821f64a1c7900e2a91893a761feca4be0cd7ab Mon Sep 17 00:00:00 2001 From: pchampin <304612+pchampin@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:47:10 +0000 Subject: [PATCH 2/3] Automated manifest generation --- rdf/rdf12/rdf-semantics/index.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/rdf/rdf12/rdf-semantics/index.html b/rdf/rdf12/rdf-semantics/index.html index f88086cc..b9bbac5a 100644 --- a/rdf/rdf12/rdf-semantics/index.html +++ b/rdf/rdf12/rdf-semantics/index.html @@ -541,7 +541,17 @@

type
mf:PositiveEntailmentTest
approval
-
+
none
+
entailmentRegime
+
+
recognizedDatatypes
+
+ xsd:integer +
+
unrecognizedDatatypes
+
+ none +
action
canonical-literal-control.ttl From d3549c2f6b17ff2c080ae8ffcb985db5907a48cc Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Champin Date: Thu, 2 Oct 2025 11:37:02 +0200 Subject: [PATCH 3/3] Update README.md Co-authored-by: Andy Seaborne --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 601e7bac..ac2b2501 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ To view (HTML) files can be [read directly](https://w3c.github.io/rdf-tests/). The index.html files are built using a Ruby tool-chain based on the corresponding manifest.ttl files. Update using `rake`. Requires Ruby, rdf-turtle and json-ld gems to be installed. -NB: as of October 2025, the test suites for RDF and SPARQL are jointly managed the [RDF Tests Community Group] and the [RDF & SPARQL Working Group]. +Currently, the test suites for RDF ([rdf/](rdf/)) and SPARQL ([sparql/](sparql/)) are jointly managed by the [RDF Tests Community Group] and the [RDF & SPARQL Working Group]. [RDF Tests Community Group]: https://www.w3.org/groups/cg/rdf-tests/ [RDF & SPARQL Working Group]: https://www.w3.org/groups/wg/rdf-star/