table of contents
| RUDOF(1) | User Commands | RUDOF(1) |
NAME¶
rudof convert - Convert between different Data modeling technologies
SYNOPSIS¶
rudof convert [OPTIONS] --input-mode <MODE> --source-file <INPUT> --export-mode <MODE>
DESCRIPTION¶
Convert between different Data modeling technologies
OPTIONS¶
- -c, --config <FILE>
- Path to config file
- -m, --input-mode <MODE>
- Input mode [possible values: shacl, shex, dctap]
- --force-overwrite
- Force overwrite to output file if it already exists
- -s, --source-file <INPUT>
- Source file name (URI, file or - for stdin)
- -f, --format <FORMAT>
- Input file format [default: shexc] [possible values: csv, shexc, shexj, turtle]
- -b, --base <IRI>
- Base IRI (used to resolve relative IRIs)
- -r, --result-format <FORMAT>
- Result format [default: default] [possible values: default, internal, json, shexc, shexj, turtle, plantuml, html, svg, png]
- -o, --output-file <FILE>
- Output file name, default = terminal
- -t, --target-folder <FOLDER>
- Target folder
- -e, --templates-folder <FOLDER>
- Templates folder
- -l, --shape-label <LABEL>
- shape label (default = START)
- --reader-mode <MODE>
- RDF Reader mode [default: strict] [possible values: lax, strict]
- -x, --export-mode <MODE>
- Result mode for conversion [possible values: sparql, shex, uml, html, shacl]
- --show-time <SHOW_TIME>
- Show processing time [possible values: true, false]
- -h, --help
- Print help
| October 2025 | rudof convert 0.1.134+ds |