An annotation that marks a member of a class that is a Collection
object to be treated specially during serialization. When it is encountered,
the statements stored in the list will be added to the graph without validation;
that is the RDFSerializer will call the
RDFSerializer.addTriple(org.openrdf.model.Statement) method
with each of the elements of the collection in turn.