netwerk-digitaal-erfgoed / LDWizard-ErfgoedWizard

LDWizard Application for converting Cultural Heritage data into Linked Data
https://ldwizard.netwerkdigitaalerfgoed.nl
2 stars 0 forks source link

IRIs in source data not recognized #4

Open EnnoMeijers opened 4 years ago

EnnoMeijers commented 4 years ago

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

wouterbeek commented 3 years ago

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.