apache / jena

Apache Jena
https://jena.apache.org/
Apache License 2.0
1.08k stars 643 forks source link

Prefixes Service #2543

Open karolina-telicent opened 2 weeks ago

karolina-telicent commented 2 weeks ago

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