Update doc#93
Merged
Merged
Conversation
The Ontoviz package seems unmaintained. The patch I suggested 2 years ago (and was necessary for correctly generating our md files) has not been merged or reviewed, and there are now some calls to the packages it depends that fail due to deprecation of the function. This is fixable, but I wonder if we should not instead look forward to something like LODE ( https://essepuntato.it/lode/ ) instead ? In the meantime : I have removed outdated vocabulary_viz files, and references to it, in order to avoid any possible confusion. I have also updated the scripts so that they work in our new scheme. As TTL files are not anymore generated automatically in the package's directory, note that a mandatory argument when running these scripts is now the path to the TTL files, wherever they are. We could automatize TTL file generation just before running all schemas generation scripts.
Crparedes
approved these changes
Jun 10, 2026
Crparedes
left a comment
Collaborator
There was a problem hiding this comment.
Effective removal of outdated documentation done authomatically via Ontospy.
Thank you
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Ontoviz package seems unmaintained. The patch I suggested 2 years
ago (and was necessary for correctly generating our md files) has not
been merged or reviewed, and there are now some calls to the packages it
depends that fail due to deprecation of the function. This is fixable,
but I wonder if we should not instead look forward to something like LODE (
https://essepuntato.it/lode/ ) instead ?
In the meantime : I have removed outdated vocabulary_viz files, and references to
it, in order to avoid any possible confusion.
I have also updated the scripts so that they work in our new scheme.
As TTL files are not anymore generated automatically in the package's
directory, note that a mandatory argument when running these scripts is
now the path to the TTL files, wherever they are. We could automatize
TTL file generation just before running all schemas generation scripts.