Aklakan opened a new issue, #3806: URL: https://github.com/apache/jena/issues/3806
### Version 6.1.0-SNAPSHOT ### Feature Proposal to allow URIs as the value of `ja:cxtName` when building contexts with the assembler. Currently, values of `cxtName` are restricted to literals. For custom plugins (ARQ/Fueski), it is desirable to be able to use one's own namespace for plugin options that rely on the context. ```turtle PREFIX ja: <http://jena.hpl.hp.com/2005/11/Assembler#> PREFIX eg: <http://www.example.org/> [] ja:context [ ja:cxtName "key" ; ja:cxtValue true ] . # Not possible without this issue's corresponding PR: [] ja:context [ ja:cxtName eg:key ; ja:cxtValue true ] . ``` ### Are you interested in contributing a solution yourself? Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
