[
https://issues.apache.org/jira/browse/JENA-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082582#comment-13082582
]
Reto Bachmann-Gmür commented on JENA-31:
----------------------------------------
The point is that analyzing the model in advance is very inefficient, it
duplicates the task of splitting prefix from suffix, also for formats like
RDF/XML where the use of prefix is non-optional the serializer needs to keep a
list of all encountered prefixes anyway.
The prefix service introduced with this issue is of course optional for
serializing, when no such service is specified it shall default to the current
J.<num> prefixes.
> Add possibility to connect serializers to prefix service
> --------------------------------------------------------
>
> Key: JENA-31
> URL: https://issues.apache.org/jira/browse/JENA-31
> Project: Jena
> Issue Type: Improvement
> Components: Jena
> Reporter: Reto Bachmann-Gmür
>
> Currently the serializers want to access the whole set of available
> prefimappings, instead they shold only ask for a prefix suggestion for uris
> actually in the model, that way it is possible to connect services which can
> suggest prefixes for a huge number of uris which is not reasonably feasible
> now.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira