You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two ways an RML Mapper can handle data errors in a source:
Try to ignore those records and continue mapping (best effort)
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).
There are two ways an RML Mapper can handle data errors in a source:
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?
The text was updated successfully, but these errors were encountered: