Refactor as a package with nested CLI tool
Refactors the code as a "provstore" package with a nested CLI tool.
$ provstore --help
Usage: provstore [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
load Load RO-Crate metadata into Fuseki and upload zipped crate to...
query Run the SPARQL query in the provided file on the Fuseki store.
version Print version string and exit.