[
https://issues.apache.org/jira/browse/JENA-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13843008#comment-13843008
]
Andy Seaborne commented on JENA-606:
------------------------------------
Resolution of URIs happens on use in triples so it does not matter if the
prefix is relative from the point-of-view of triple generation. But for the
RDF/XML writer, needs absolute URIs in the prefix map - the prefixes should be
absolute URIs when in the prefix mao anyway.
(delayed resolution on the prefix part is potential wrong for other reasons -
the base may change within the file).
> Relative URIs in @prefix directives don't get resolved.
> -------------------------------------------------------
>
> Key: JENA-606
> URL: https://issues.apache.org/jira/browse/JENA-606
> Project: Apache Jena
> Issue Type: Bug
> Components: RIOT
> Affects Versions: Jena 2.11.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
>
> Reported in:
> http://mail-archives.apache.org/mod_mbox/jena-users/201312.mbox/%3CCAE35Vmxr1AvbmuynC5y_SVv6SJ%2BsiEe_t%3DJS1Qkw68H6M9gEZA%40mail.gmail.com%3E
> A simpler test case is:
> {noformat}
> @prefix <#> .
> {noformat}
> and writing that empty model.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)