/**
 *  This class represents some information or
 *  property or computation that depends on the role
 *  of a person.
 */

class Something {
    // Anything
}
