Using Jena's OntModel, which represents an owl:Ontology, provides significant benefits over a simple Model.union() of multiple RDF graphs
owl:Ontology instances allows you to test whether your instance data conforms to the logical rules and constraints of your domain model, which is a level of validation beyond what a simple union of RDF graphs can provide.