table of contents
| RUDOF(SHEX-VALIDATE) | rudof shex-validate 0.1.100+ds | RUDOF(SHEX-VALIDATE) |
NAME¶
rudof shex-validate - Validate RDF using ShEx schemas
SYNOPSIS¶
rudof shex-validate [OPTIONS] [DATA]...
DESCRIPTION¶
Validate RDF using ShEx schemas
Arguments:¶
- [DATA]...
OPTIONS¶
- -s, --schema <INPUT>
- Schema file name, URI or - (for stdin)
- -f, --schema-format <FORMAT>
- ShEx Schema format [possible values: internal, simple, shexc, shexj, turtle, ntriples, rdfxml, trig, n3, nquads]
- -m, --shapemap <INPUT>
- ShapeMap
- --shapemap-format <FORMAT>
- ShapeMap format [default: compact] [possible values: compact, internal]
- -n, --node <NODE>
- Node to validate
- -l, --shape-label <LABEL>
- shape label (default = START)
- -t, --data-format <FORMAT>
- RDF Data format [default: turtle] [possible values: turtle, ntriples, rdfxml, trig, n3, nquads, jsonld]
- --reader-mode <MODE>
- RDF Reader mode [default: strict] [possible values: lax, strict]
- -e, --endpoint <NAME>
- Endpoint with RDF data (name or URL)
- -r, --result-format <FORMAT>
- Ouput result format [default: turtle] [possible values: turtle, ntriples, rdfxml, trig, n3, nquads, compact, json]
- -o, --output-file <FILE>
- Output file name, default = terminal
- -c, --config-file <FILE>
- Config file name
- --force-overwrite
- Force overwrite to output file if it already exists
- -h, --help
- Print help
| 1 | September 2025 |