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
I test your application with the example provided (iscw).
A bad uri is generated : <http://data.example.com/postalAddress/De Boelelaan 1081a 1081 HV The Netherlands>
this error can be find too in the iswc/iswc-dump.rdf file.
The text was updated successfully, but these errors were encountered:
Now, as r2rml-parser outputs the rdf model using Jena, I suppose the notion of a good or bad url in the tool is the same as in Jena.
Please note however, that in r2rml.properties you can set jena.encodeURLs=true
This uses Java's URLEncoder.encode method, but I 'm not sure this will give you the result you 'd like.
I test your application with the example provided (iscw).
A bad uri is generated : <http://data.example.com/postalAddress/De Boelelaan 1081a 1081 HV The Netherlands>
this error can be find too in the iswc/iswc-dump.rdf file.
The text was updated successfully, but these errors were encountered: