Open tobiasschweizer opened 2 years ago
I am not sure how to best ensure backward compatibility since IRIs would not match the URIs, e.g., when doing incremental updates of data etc.
As discussed in in the link above, we may need to have rr:URI
as well.
The RMLMapper calls an encoding method to encode the parameters as in the R2RML spec.
Hi there,
When using
rr:template
, URIs are produced instead of IRIs: https://data.connectome.ch/author/A%20Bergstr%C3%B6m instead of https://data.connectome.ch/author/A%20Bergström for "A Bergström".I am using RMLMapper CLI:
java -jar rmlmapper-6.0.0-r363-all.jar -m mapping.ttl -s turtle
Example data
test.xml
:mapping.ttl
:Result:
More context can be found here: https://github.com/kg-construct/rml-questions/discussions/28
Please let me know if more information is needed.