...
The idea is to create an interface that would look like this:
./rdf-toolkit [<generic options>] <command> <options>[<command specific options>]
Where:
<command>
is either "serialize" or "build"<options> (and in the future other commands as well like "rename")
<generic options>
<command specific options> are specific to the given command
...