Péter Pásti created JENA-1886:
---------------------------------
Summary: Uri parse is wrong if blank node starts with number
Key: JENA-1886
URL: https://issues.apache.org/jira/browse/JENA-1886
Project: Apache Jena
Issue Type: Bug
Components: Core
Affects Versions: Jena 3.14.0
Reporter: Péter Pásti
If blank node starts with number like this:
http://www.kuka.com/kb/modelica.owl#*3*DoFKatanaRobot
The getLocalName(); of Resource class returns without the number like this:
*_DoFKatanaRobot_*
And the getNameSpace(); of Resource class returns this
*_http://www.kuka.com/kb/modelica.owl#3_*
--
This message was sent by Atlassian Jira
(v8.3.4#803005)