We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
The rdf executable does not handle the --no-compact-to-relative option as described in the help.
rdf compact --canonicalize --output-format=jsonld --compact-arrays --processingMode=json-ld-1.1 --no-compact-to-relative /data/rdf/208700.jsonld rdf: invalid option: --no-compact-to-relative
the positive option is accepted:
rdf compact --canonicalize --output-format=jsonld --compact-arrays --processingMode=json-ld-1.1 --compact-to-relative /data/rdf/208700.jsonld rdf: Compacting requires a context
kr, Bert
The text was updated successfully, but these errors were encountered:
Fixed in 6676107. Release coming relatively soon.
Sorry, something went wrong.
gkellogg
No branches or pull requests
Hi,
The rdf executable does not handle the --no-compact-to-relative option as described in the help.
the positive option is accepted:
kr,
Bert
The text was updated successfully, but these errors were encountered: