linkedTo
LinkedTo is a term used in data modeling and software design to denote a relationship from one entity to another. In many contexts it is used as the name of a field, property, or edge that points from a source object to a target object, typically representing a directed association.
In graph-based and linked data environments, linkedTo often represents an edge that connects two nodes. The
Semantics of linkedTo are domain-dependent. It usually implies a directional relationship from source to target, but
Common considerations when using linkedTo include naming consistency across a codebase, choosing between single or multiple
See also: references, pointers, edges in graph data, foreign keys, related data.