-
Notifications
You must be signed in to change notification settings - Fork 13
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
Provide a CLI #90
Comments
Given additional dependencies might go for a separate package? |
An option is to revive and improve https://github.com/zazuko/rdf-validate-cli to incorporate SHACL |
Thank you for that. I like this idea |
Another idea: add All those options should be allowed multiple times. For example
|
Would it be nice to have a simple CLI provided by this package. I would propose a simple interface which would load data+shapes to memory and offer at least two output "modes"
Standard mode
Writes the validation report to standard output, optionally using type specified in
--format
Without
--format
it would send n-quads so that the report can be piped easily to other toolsQuiet mode
This would print nothing just return an exit code != 0 when validation failed
Globs for loading the graphs
The text was updated successfully, but these errors were encountered: