w3c / rdf-tests

Repository for the RDF Tests Community Group
w3c.github.io/rdf-tests
Other
44 stars 23 forks source link

Reorg RDF tests #104

Closed gkellogg closed 1 year ago

gkellogg commented 1 year ago

This creates a top level "rdf" directory, and puts all RDF 1.1 tests under "rdf/rdf11". It also fixes build issues, simplifies and consolidates templates, and reduces boilerplate from the resulting output.

Note: the symlinks for old RDF directory locations will be removed in a future PR.

For w3c/rdf-star-wg#76.

rubensworks commented 1 year ago

@RubenVerborgh FYI, the manifest locations for N3.js will have to be updated after this merge, otherwise the CI will start failing. (Note to self: also necessary for https://github.com/rdfjs/rdfxml-streaming-parser.js)

gkellogg commented 1 year ago

I was thinking of adding symbolic links from the old directory location to the new, and advertise the change more widely before removing them. That should keep existing dependencies working, but just delays the time when things will break unless updated.