-
Notifications
You must be signed in to change notification settings - Fork 577
Closed
Labels
bugSomething isn't workingSomething isn't workingconfirmation neededThe issue raises a potential bug that needs to be confirmed.The issue raises a potential bug that needs to be confirmed.
Description
The function ENCODE_FOR_URI
should convert forward slash characters /
to %2F
according to the W3 documentation on that function:
https://www.w3.org/TR/xpath-functions/#func-encode-for-uri
However, when running a running a query with ENCODE_FOR_URI
in rdflib, that doesn't happen.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingconfirmation neededThe issue raises a potential bug that needs to be confirmed.The issue raises a potential bug that needs to be confirmed.