-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
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
Using riot with N-Quads
input with named graphs and N-Triples
/Turtle
output silently drops part of the input
#1873
Comments
N-Quads
input with named graphs and N-Triples
/Turtle
output silently drops part of the input
This can be changed as a feature request. To preserve streaming, it would be a once per run log message. Jena treats quads in a triples context as triples from the default graph. Some people expect the union-merge but named graphs might be being used for intentional separation. |
Please review #1876 |
Also - added This is all about the command line tool and how it configures the operations. |
Version
4.8.0
What happened?
Given this N-Quads input (saved as
test/data/variants/diverse_quads.nq
) that contains triples with graphs labels [ref] (i.e. contains named graphs[ref]):When processing it with
riot --syntax=nquads --formatted=ntriples
, riot generates output and no error, but the output only contains the triples from the default graph.I would expect it to at least exit with an error status code, and also preferably print an error message.
Relevant output and stacktrace
No response
Are you interested in making a pull request?
Maybe
The text was updated successfully, but these errors were encountered: