[
https://issues.apache.org/jira/browse/JENA-1886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17088424#comment-17088424
]
Rob Vesse commented on JENA-1886:
---------------------------------
It is unclear what the problem is here, please can you provide a minimal
complete example that reproduces this issue?
The URL you provide does not actually resolve (gives a 301 Moved Permanently
that then redirects to a URL that gives a 404 Not Found) so I can't see the
data you are referencing.
Note that some of the methods relating to local name and namespace follow the
stricter XML QName rules which do not allow local names that start with
numbers. The values you are showing appear to be valid results based on those
results but without a minimal complete example with accessible data it's hard
to say for sure.
> 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)