0112 People, their personal network and their roles¶
This model describes the metadata elements that describe a person. This is an extension of the ActorProfile.
Person entity¶
Person extends ActorProfile to capture more information about a person. Many of the properties are inspired by the LDAP inetOrgPerson attributes (see RFC 2798).
Typically, the name is set to a person's preferred name. The qualifiedName may be the identifier from an external system or the employeeNumber and/or some combination of names to ensure it is unique. Then the properties are as follows:
titletakes the courtesy title of the person.givenNamesis set to a space separated list of names that are not the person's surname (or family name).initialstakes the first letter of each of a person's given names. The format may include spaces, periods or both to separate the initials.surnameholds the person's family name.fullNameallows the storage of the full legal name, leaving thedisplayNamefor the person's preferred name and thequalifiedNameas the employee serial/personnel number plus .jobTitleis for the person's job title if that is in use in the organization.employeeNumberis the unique identifier in use in the organization to identify the person - often related to an employment or partnership contract.employeeTypecode used by the organization, typically to identify the type of contract they have with the organization.preferredLanguageis on or more spoken or written language identifiers preferred by the person.isPublicindicates whether the information in the profile can be shared with colleagues or is only visible to the user(s) that connect with one of the linked user identities or systems that are part of the open metadata ecosystem.
Peer relationship¶
The Peer relationship links two people together as peers in an organization. Peers represents a list of a person's close/important colleagues. The perspective on who is a close/important colleague is a personal perspective. Therefore the Peer relationship separates the concept of who has linked to a person (myFollowers) from who they have specifically linked to (myPeers).
Further information¶
People, Roles and Organizations describes how metadata about people is populated and used.
The Community Profile OMAS provides support for managing a person's profile. It also supports the ability to query a person's roles and their peer network.
The Organization Integrator OMIS supports the synchronization of information about people between open metadata and external systems.
Raise an issue or comment below