Jena TDB after reason then update
问题 I am using Jena and I want to update the new ontology into my tdb. For example. I have 100 rows in my ontology , after I add some rules and run the reasoner, there are 105 rows now. And I need to update these 5 additional rows in my tdb. How can I get this done ? I try to google it and I found two ways. One is using sparql to update , another is truncating the tdb and add the new model into it. Is there any other better solution? Thanks you -- code void after_reasoner(Model m) { String yago =