Hi there, Overall really satisfied with Apache Jena!
Iām currently constructing an OntModel based on an OntModelSpec which first calls OntModel.read(āā¦ā) a bunch of times to load the schemas, adding the base triple data to the graph afterwards. I have successfully managed to get it to infer new triples from the base triples based on the OWL schemas (mostly by way of owl:inverseOf). Now I would like to export this new, expanded dataset. However, the base model does NOT seem to include the inferred triples, while the full OntModel DOES include them... but it includes all of the schemas too. How do I get the just base model + the inferred triples without the schema data mixed in? Kind regards, Simon Gray Research Officer, Centre for Language Technology, University of Copenhagen
