Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rdf-ext-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
rdf-ext-cli
A command line util for RDF-Ext to convert and validate RDF data. It supports reading different formats from the local file system, HTTP URLs, and SPARQL endpoints. The data can be validated with SHACL using shacl-engine.
Install
Use the following command to install the util with npm
.
A symlink will be added to the path.
npm install -g rdf-ext-cli
Usage
You can run the tool like this:
rdf-ext somePathOrUrl
This will read somePathOrUrl
with content-type auto-detection and write the result in the default format to stdout
.
If --shacl-url
is given, the input will be validated against the given SHACL shape, and the report will be written to the output.
Run rdf-ext
without any arguments to get a full list of supported parameters.
Examples
See the examples folder for some example commands.