Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

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].
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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].
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].

Copy link
Contributor Author

@pchampin pchampin Oct 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TallTed, are you sure such relative URLs work as expected? I have my doubts about it (especially when the README is displayed on the repo's landing page)...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you sure such relative URLs work as expected?

The relative URLs were inserted by @afs.

I just tweaked their visual presentation.

Copy link
Contributor

@afs afs Oct 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can play safe:

Suggested change
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].
Currently, the test suites for RDF (`rdf/`) and SPARQL (`sparql/`) are jointly managed by the [RDF Tests Community Group] and the [RDF & SPARQL Working Group].

and possibly put direct links in at some point.


[RDF Tests Community Group]: https://www.w3.org/groups/cg/rdf-tests/
[RDF & SPARQL Working Group]: https://www.w3.org/groups/wg/rdf-star/
12 changes: 11 additions & 1 deletion rdf/rdf12/rdf-semantics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,17 @@ <h2>
<dt>type</dt>
<dd>mf:PositiveEntailmentTest</dd>
<dt>approval</dt>
<dd property='mf:approval' resource=''></dd>
<dd property='mf:approval' resource=''>none</dd>
<dt>entailmentRegime</dt>
<dd property='mf:entailmentRegime'></dd>
<dt>recognizedDatatypes</dt>
<dd>
<code inlist='true' property='mf:recognizedDatatypes' resource='xsd:integer'>xsd:integer</code>
</dd>
<dt>unrecognizedDatatypes</dt>
<dd>
<code property='mf:unrecognizedDatatypes' resource='rdf:nil'>none</code>
</dd>
<dt>action</dt>
<dd>
<a href='canonical-literal-control.ttl' property='mf:action'>canonical-literal-control.ttl</a>
Expand Down