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

IRIs in source data not recognized #4

Open
EnnoMeijers opened this issue Aug 25, 2020 · 1 comment
Open

IRIs in source data not recognized #4

EnnoMeijers opened this issue Aug 25, 2020 · 1 comment
Labels
graph-transformation Issues that are about transforming/creating more advanced graphs. transformation A new transformation that was not possible before.

Comments

@EnnoMeijers
Copy link
Contributor

IRIs in the source data are converted to strings even when the are enclosed by "<",">". Valid IRIs should be converted to IRIs by default.

@GerwinBosch GerwinBosch added the enhancement New feature or request label Aug 25, 2020
@wouterbeek wouterbeek added transformation A new transformation that was not possible before. graph-transformation Issues that are about transforming/creating more advanced graphs. and removed enhancement New feature or request labels Aug 25, 2020
@wouterbeek
Copy link
Collaborator

It is currently possible to create IRIs for cell values, but not when they are enclosed in angular brackets.

While it common for IRIs to appear in angular brackets in N3/Turtle, Markdown, and some other contexts, it is necessarily a common encoding in tabular data formats.

This can still be supported by adding a custom transformation function. See this link as an example. The brackets should be recognized and removed by a custom transformation function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
graph-transformation Issues that are about transforming/creating more advanced graphs. transformation A new transformation that was not possible before.
Projects
None yet
Development

No branches or pull requests

3 participants