sszuev opened a new issue, #2487: URL: https://github.com/apache/jena/issues/2487
### Version 5.1.0 ### Feature There is some functionality that is present in the old model, but is missing in the new one - methods `OntModel#writeAll` - builtin annotation properties' accessors (e.g. for `owl:backwardCompatibleWith`). (for other builtin entities appropriate accessors could also be added, but I think it is better left as it is, because there are a lot of builtin entities) - `OntTools` (do we need the analogue?) Also, - `OntProperty#addSubProperty` is missed; - several TODO's - `DocumentGraphRepository` accepts `Supplier<Graph>`, but for using with `ModelMaker` need to change parameter to `Function<String, Graph>` ### Are you interested in contributing a solution yourself? None -- 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]
