-
Notifications
You must be signed in to change notification settings - Fork 25
Update README #224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README #224
Conversation
Add comment explaining that the test suites are jointly managed by the CG and the WG.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Co-authored-by: Andy Seaborne <[email protected]>
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]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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]. |
There was a problem hiding this comment.
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)...
There was a problem hiding this comment.
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.
|
||
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]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can play safe:
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.
Add comment explaining that the test suites are jointly managed by the CG and the WG.