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
The current internal model for RML to SPARQL translation does not handle term maps and their corresponding lateral blocks as first class citizens, such that filters on term maps can not yet be easily translated. A revision of the internal model and the translation procedure is needed:
The current internal model for RML to SPARQL translation does not handle term maps and their corresponding lateral blocks as first class citizens, such that filters on term maps can not yet be easily translated. A revision of the internal model and the translation procedure is needed:
Example: Given the following term map:
In the RML-to-SPARQL translation, RML term maps should be be translated to their own SPARQL LATERAL blocks, as sketched below:
Note, that filters on the logical source just drop bindings of that source, so on that level the current model shouldn't have much problems.
The text was updated successfully, but these errors were encountered: