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

RMLTC0019b/RMLTC0020b: Test cases silently assume a best-effort operation #50

Open
mcndt opened this issue Jul 5, 2021 · 0 comments
Open

Comments

@mcndt
Copy link

mcndt commented Jul 5, 2021

There are two ways an RML Mapper can handle data errors in a source:

  1. Try to ignore those records and continue mapping (best effort)
  2. Fail when a record cannot be mapped to a IRI-safe triple (strict)

For cases such as RMLTC0019b and RMLTC0020b, the test assumes the first mode of operation (discovered through the MySQL and PostgreSQL variants of the test case).

This is different from the R2RML variant of the test case, which assumes the second mode of operation.

Perhaps these assumptions should be documented?

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

No branches or pull requests

1 participant