On Sun, 2011-10-23 at 12:05 +0200, Thorben Wallmeyer wrote: > As I already asked yesterday: did anyone of you already work with > MultiUnion - is it better than using model.union()?
MultiUnion is the implementation behind OntModels. For n-way unions then this is usually easier to work with than model.union. Unless you have some reason to work at the graph level then use OntModels via addSubModel. Dave
