karolina-telicent opened a new pull request, #2538:
URL: https://github.com/apache/jena/pull/2538
Pull request Description:
This pull request contains the addition of the prefixes service to Jena. The
prefixes service allows for prefix management on a given dataset provided in
the config.ttl file. When making requests to the API the url can have 3
parameters: prefix, uri, and prefixToRemove, the combination of which defines
the operation performed. The read operations are fetching the prefix by URI,
fetching the URI by prefix, and fetching all. The read-write operations are
removing and updating prefix-URI pairs.
----
- [x] Tests are included.
- [x] Documentation change and updates are provided for the [Apache Jena
website](https://github.com/apache/jena-site/)
- [x] Commits have been squashed to remove intermediate development commit
messages.
- [ ] Key commit messages start with the issue number (GH-xxxx)
By submitting this pull request, I acknowledge that I am making a
contribution to the Apache Software Foundation under the terms and conditions
of the [Contributor's
Agreement](https://www.apache.org/licenses/contributor-agreements.html).
----
See the [Apache Jena "Contributing"
guide](https://github.com/apache/jena/blob/main/CONTRIBUTING.md).
--
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]