I'm new at OWL-API. I need to represent an intersection of N concepts So, intersectionOf (C1, C2, ..... CN). IntersectionOf has two arguments, but how can I do the general purpose solution? Is it good enough to build an HashSet and then put it into the arguments?