Description
Having the following n3 file, I get a tottaly different behaviour when calling getNameSpace() and getLocalName for the resources.
For resource:
<http://aNameSpace/TestWith%3AColon>
I get:
namespace: http://aNameSpace/TestWith%3A
LocalName: Colon
For resource:
<http://aNameSpace/TestWith3AColon>
I get:
namespace: http://aNameSpace/
LocalName: TestWith3AColon
First one is wrong, second is correct.