15linked
15linked is a hypothetical data model concept used to illustrate fixed-degree, multi-relational graphs. In this model, each node represents an entity and can expose up to 15 named links that express relationships to other nodes. The idea is to study how restricting the number of outgoing connections per node affects graph traversal, storage, and query design.
Link roles are explicit; every link carries a role label, a target node identifier, and optional metadata
Applications proposed in educational and design contexts include knowledge graphs, content management systems, and provenance tracking.
Limitations include rigidity from the fixed cap of 15, which can force awkward representations for domains
Origins and status: The concept appears in instructional materials and demonstrations about graph data modeling and
See also knowledge graph, graph database, linked data, data modeling.