tuple
n.β Β«A tuple is neither an exotic fungus nor an adults-only entertainment. Defined with misleading simplicity as βa series of typed values,β the tuple can be to distributed computing what a base pair is to a molecule of DNA: Tuples carry information and provide their own form of organizationβin a manner that may seem inefficientβbut they enable adaptation to situations not foreseeable when a system was conceived. A simple tuple might be something like ββJohn Doe,β 2/25/1980, 123-45-6789β: a series comprising a character string, a date and a Social Security number. Pattern-matching algorithms readily match such βtuple signatures,β with or without mechanisms for βdonβt careβ values or for binding pieces of tuples to the variables in a computer program.Β» ββTuple Data Model Faces Real World” by Peter Coffee eWeek Aug. 27, 2001. (source: Double-Tongued Dictionary)