-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Report
Is your feature request related to a problem? Please describe.
ont-app/vocabulary maps URIs from well-known standards to namespaced keywords. This works well, and can easily be extended. However, when reading multiple Turtle files into a single model, RDF4j clears the namespaces map because there's no guarantee for prefixes to be the same across files.
However, since the library turned to version 0.18, full URIs are (rightfully so) now escaped for the Clojure reader. This makes everything far less readable.
Describe the solution you'd like
It would be nice to come up with a solution where we make up (or choose wisely) namespace prefixes for non-standard URIs, most notably the vocabulary and constraints file base URIs.
Task
Description
TODO.
Acceptance criteria
- Non-standard URIs are mapped onto keyword URIs as well
- Nothing changes for standard URIs