[
https://issues.apache.org/jira/browse/JENA-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stuart Williams updated JENA-1879:
----------------------------------
Component/s: Cmd line tools
Affects Version/s: Jena 3.13.1
Description:
In attempting to use the "_:" bnode URI scheme to manufacture a bnode, eg:
{{SELECT ?r WHERE}}
{{{ BIND( IRI("_:A021B") as ?r) }}}
results in the error message below:
{{17:37:26 ERROR NodeFunctions :: Bad IRI: <_:A021B> Code: 0/ILLEGAL_CHARACTER
in SCHEME: The character violates the grammar rules for URIs/IRIs.: _:A021B}}
This seems to be a recent message. I'm currently using Jena 3.13.1 and prior to
that Jena 3.10.0 which does raise this error message.
I believe the problem may have been introduced during the resolution of
JENA-1701.
was:In attempting to use the "_:" bnode URI scheme to manufacture a bnode, eg:
Priority: Minor (was: Major)
Summary: IRI("_:A021B") reports and illegal character in the
IRI/URI scheme component (was: IRI("_:12345") reports and illegal character in
the IRI/URI scheme component)
> IRI("_:A021B") reports and illegal character in the IRI/URI scheme component
> ----------------------------------------------------------------------------
>
> Key: JENA-1879
> URL: https://issues.apache.org/jira/browse/JENA-1879
> Project: Apache Jena
> Issue Type: Bug
> Components: Cmd line tools
> Affects Versions: Jena 3.13.1
> Reporter: Stuart Williams
> Priority: Minor
>
> In attempting to use the "_:" bnode URI scheme to manufacture a bnode, eg:
> {{SELECT ?r WHERE}}
> {{{ BIND( IRI("_:A021B") as ?r) }}}
> results in the error message below:
> {{17:37:26 ERROR NodeFunctions :: Bad IRI: <_:A021B> Code:
> 0/ILLEGAL_CHARACTER in SCHEME: The character violates the grammar rules for
> URIs/IRIs.: _:A021B}}
> This seems to be a recent message. I'm currently using Jena 3.13.1 and prior
> to that Jena 3.10.0 which does raise this error message.
> I believe the problem may have been introduced during the resolution of
> JENA-1701.
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)