afs commented on issue #2787: URL: https://github.com/apache/jena/issues/2787#issuecomment-2432296044
One thing to consider (as well) is to remove the hidden model in all vocabularies and change schemagen. Replace `m_model.` calls with `ResourceFactory.` and maybe class initializer for `JenaSystem.init`. A collection of constants don't need to be created off of a model. Even if want keep the hidden model it can be a minimal one, not `ModelFactory.createDefaultModel`. This shouldn't require external vocabularies to make the same change. -- 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]
