Skip to content
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

Errors and warnings when quads in, triples out #1876

Merged
merged 3 commits into from
May 23, 2023
Merged

Conversation

afs
Copy link
Member

@afs afs commented May 21, 2023

GitHub issue resolved #1873

Changes to the command line:

  • warn if inputs include quads but output is triple only.
  • warn if inputs generate quads but output is triple only (stream default graph only)
  • error if inputs generate quads but formatted (i.e. buffered) output is triple only

  • Tests are included.
  • Documentation change and updates are provided for the Apache Jena website
  • Commits have been squashed to remove intermediate development commit messages.
  • Key commit messages start with the issue number (GH-xxxx or JENA-xxxx)

By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the Contributor's Agreement.


See the Apache Jena "Contributing" guide.

@afs afs merged commit 8bc8cb5 into apache:main May 23, 2023
@afs afs deleted the triples-out branch May 23, 2023 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using riot with N-Quads input with named graphs and N-Triples/Turtle output silently drops part of the input
2 participants