[
https://issues.apache.org/jira/browse/JENA-1886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Péter Pásti updated JENA-1886:
------------------------------
Description:
If blank node starts with number like this:
[http://www.kuka.com/kb/modelica.owl#3DoFKatanaRobot|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|http://www.kuka.com/kb/modelica.owl#3_*]
was:
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_*
> 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
> Priority: Minor
>
> If blank node starts with number like this:
> [http://www.kuka.com/kb/modelica.owl#3DoFKatanaRobot|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|http://www.kuka.com/kb/modelica.owl#3_*]
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)