| Name |
Description |
| -h, --help |
show detailed help message |
| -d, --dump |
Dump the resulting triples from the specified file or database in Python list-of-tuple form to standard output (no persistent changes are made). This is the default action if no driver is specified |
| --input-format=<FORMAT> |
The format of the input file, can be "rdfxml" (the default) or "ntriples" |
| -s, --serialize=<FORMAT> |
Serialize the RDF from the given file or database to standard output (no persistent changes are made). Uses the given format, "rdfxml" or "ntriples" |
| -f, --full-uris |
Do not abbreviate URIs according to RDF labels and built-in abbreviations |
| --driver=<DRIVER> |
Use the given 4RDF backend driver |
| --dbname=<DBNAME> |
Update the RDF model database with the given name |
| --source-uri=<URI> |
Override the URI used as the base of the document during deserialization |