personelem
Personelem is a term used in information modeling to describe a discrete data element that encodes information about an individual within a larger data structure such as a database row, a JSON or XML payload, or an ontology. The term is not a formal standard; rather, it is a descriptive shorthand used in discussions about how to represent persons in structured data.
A typical personelem aggregates fields such as an internal identifier, givenName, familyName, fullName, dateOfBirth, gender, contactPoints
Personelem is commonly mapped to established person representations in existing standards. For example, a personelem could
Applications include data modeling for enterprise systems, API payload design, metadata schemas, and identity management workflows.
See also: FOAF, schema.org Person, vCard, LDAP, identity management, data modeling.