Skip to content
Draft
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
17 changes: 13 additions & 4 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,21 @@
<p>This document is part of the RDF 1.2 document suite.
It is the central RDF 1.2 specification and defines the core RDF concepts.
Test suites and implementation reports of a number of RDF 1.2
specifications that build on this document are available through the
[[[RDF11-TESTCASES]]] document [[RDF11-TESTCASES]].</p>
specifications that build on this document are available from
the <a href="https://github.com/w3c/rdf-tests/">rdf-tests</a> repository
under <a href="https://github.com/w3c/rdf-tests/tree/main/rdf/rdf12">rdf-tests/rdf/rdf12</a>
as referenced in each of the specifications.

<!-- No such document -->
<!--[[[RDF12-TESTCASES]]] document [[RDF12-TESTCASES]].-->

<p>RDF 1.2 Concepts is an update to [[RDF11-CONCEPTS]],
which was itself, an update to [[RDF-CONCEPTS-20040210]].</p>
<p class="ednote">Determine how to reference 1.2 test cases.</p>
which was itself, an update to [[RDF-CONCEPTS-20040210]].
The tests described in [[[RDF11-TESTCASES]]] document
[[RDF11-TESTCASES]] are valid for RDF 1.2.
Comment on lines +133 to +134
Copy link
Contributor

Choose a reason for hiding this comment

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

This does not flow very well. I suggest either

Suggested change
The tests described in [[[RDF11-TESTCASES]]] document
[[RDF11-TESTCASES]] are valid for RDF 1.2.
The tests described in the [[[RDF11-TESTCASES]]] document
[[RDF11-TESTCASES]] are valid for RDF 1.2.

or simply

Suggested change
The tests described in [[[RDF11-TESTCASES]]] document
[[RDF11-TESTCASES]] are valid for RDF 1.2.
The tests described in
[[RDF11-TESTCASES]] are valid for RDF 1.2.

</p>

<p class="ednote">Do we need an RDF12-TESTCASES?</p>

<section id="related" data-include="https://w3c.github.io/rdf-common/related.html"></section>
</section>
Expand Down
Loading