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
Thanks for bringing this up. I added one more property, default.forceURI in r2rml.properties that configures the tool to treat objects as URIs (even if they are explicitly declared as Literals).
See latest commit (960b099) and please let me know if this solves this issue.
Hi,
property default.forceURI in r2rml.properties works if there is a rr:template, not a rr:column.
In our case:
rr:predicateObjectMap [
rr:predicate jup:seeAlso;
rr:objectMap [ rr:template "{web_url}" ; ];
];
Hi,
in our project we have mapping rule
rr:predicateObjectMap [
rr:predicate jup:seeAlso;
rr:objectMap [ rr:column "web_url" ; rr:termType rr:IRI; ];
];
so we expect something like this
[] jup:seeAlso http://www.another-example.org .
but the parser generates this :(
[] jup:seeAlso http://lod.mapybezbarier.cz/resource/http%3A%2F%2Fwww.another-example.org .
Can anybody help me please?
Thank you
Petr
The text was updated successfully, but these errors were encountered: