Hi, I have a question regarding model encapsulation and consumption by clients. In all jena examples I was able to find, schema data, asserted data and inferred data is separated into different models. You can see this very easy when using the createInfModel method.
As a client you normally don“t bother about if the knowledge was asserted or inferred. Therefore, I tried to use Model.union() method to create one common model. However, it turned out that this is time consuming and from what I understood updates to one of the original models are not visible nor propagated to the unioned model. Is there a better approach? Best regards, Stefan
