karolina-telicent opened a new issue, #2543: URL: https://github.com/apache/jena/issues/2543
### Version 5.1.0-SNAPSHOT ### Feature A service allowing for prefix storage and management supporting prefix and namespace lookup, update, and remove operations. The requests to the API could have 3 parameters: prefix, uri, and removePrefix, the combination of which would define the operation performed. The read, HTTP GET, operations would be fetching the prefix by URI, fetching the URI by prefix, and fetching all. The read-write, invoked via HTTP POST, operations are then removing and updating prefix-URI pairs. ### 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]
