Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
utils_extra check_value url quote on n3 fail
if we receive a string that we think should be a url then check to see if rdflib can safely serialize it, on failure, url quote it this is not efficient but it is at least somewhat safe note that uri dealiasing has to be done to be able to do a full comparison between uris to determine if they even have a chance of being the same uri, so this is just another layer in that where the escape sequences have to be undone as one step along the way to finding the canonical represenation of the uri
- Loading branch information