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

R2RML mappings with RML functions #193

Open
namedgraph opened this issue Apr 27, 2023 · 1 comment
Open

R2RML mappings with RML functions #193

namedgraph opened this issue Apr 27, 2023 · 1 comment

Comments

@namedgraph
Copy link

Issue type: ❓ Question

Hi. We have some YARRRML mappings that we export as RML for use with a custom RMLMapper implementation.
Now we would like to reuse the mappings as R2RML and feed them to ontop.
ontop doesn't support the RML functions we use in our mappings however. What's the course of action in this case? What can we replace those functions with, and how?

@bjdmeest
Copy link
Collaborator

You could have a look at how FunMap does it: https://github.com/SDM-TIB/FunMap
preprocess the functions and add them as additional key/values in your intermediate dataset, and adjust the mappings to remove the functions and replace them with the keys you used during preprocessing

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

2 participants