table of contents
| DATA_GENERATOR(1) | User Commands | DATA_GENERATOR(1) |
NAME¶
data_generator - Generate synthetic RDF data from ShEx or SHACL schemas
SYNOPSIS¶
data_generator [OPTIONS] --schema <SCHEMA_FILE>
DESCRIPTION¶
Generate synthetic RDF data from ShEx or SHACL schemas
OPTIONS¶
- -c, --config <CONFIG_FILE>
- Configuration file (TOML or JSON)
- -s, --schema <SCHEMA_FILE>
- Schema file (ShEx or SHACL - format auto-detected)
- -o, --output <OUTPUT_FILE>
- Output file path
- -n, --entities <COUNT>
- Number of entities to generate
- --seed <SEED>
- Random seed for reproducible generation
- -p, --parallel <THREADS>
- Number of parallel threads
- -h, --help
- Print help
- -V, --version
- Print version
| October 2025 | data_generator 0.1.119+ds |