Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: removed old file * chore: removed redundant dcterms prefix * chore: simplified Makefile * chore: specified rdflib 7 * chore: added better support for `<a href=#fragment...` fragments * refactor(generator): overall refactor python code - moved details to respective classes - cleaner main loop - more/better debug logging - more tests for good input What's NOT working anymore/yet is JSON-LD file generation * fix(generator): Added more DPROD classes to the pre-ordered list * feat(build): strict enforcement of the right version of Python * chore: moved images to new assets directory * refactor(generator): split up python code into modules * chore: removed 'dprod-redundant.ttl' * chore: created spec-generator as a python module * fix(ontology): fixed one word in shacl shape description to sync it with DCAT * chore: renamed `dprod-dcatprofile.ttl` to `dprod-shapes.ttl` * fix(reference): using the respec mechanism for all references * docs(README): updated root `README.md` * chore: removed more junk files * chore: various fixes - changed shapes iri from 'https://ekgf.github.io/dprod-shapes/' to 'https://ekgf.github.io/dprod/shapes/' since `/dprod-shapes/` points to a non-existent repo causing 404 - generating `*-all.rdf/json-ld/ttl` files - generating dprod.* ontology files - generating dprod-shapes.* shacl files - added links to all these files to the spec page at the top * chore: removed redundant shacl prefix * chore: changed order of downloadable files * fix: strange display issue in examples * fix: revert back to the earlier version today * fix(github): fix github actions workflow * chore: various fixes - changed shapes iri from 'https://ekgf.github.io/dprod-shapes/' to 'https://ekgf.github.io/dprod/shapes/' since `/dprod-shapes/` points to a non-existent repo causing 404 - generating `*-all.rdf/json-ld/ttl` files - generating dprod.* ontology files - generating dprod-shapes.* shacl files - added links to all these files to the spec page at the top
- Loading branch information