@Retention(value=RUNTIME)
public @interface AggregateSlot
Allows to specify in the ontological schema the cardMin
(minimum cardinality), cardMax (maximum cardinality) and
type (class of the contained elements) attributes of the aggregate slot.
The annotation is to be applied to the getter method.