nestedcrossed
Nestedcrossed is a data organization concept used to describe structures that combine hierarchical nesting with cross-level references. In a nestedcrossed model, entities are arranged in a tree-like hierarchy, but additional edges connect nodes across branches and levels, creating a layered network of relationships. The term emphasizes the interaction between nesting (parent-child containment) and cross-links (references between non-parental nodes).
Data model: The basic unit is a node with identifiers, a label, and pointers to a parent,
Operations and querying: Common operations include containment traversal (walking from a parent to descendants), cross-traversal (following
Applications: Nestedcrossed concepts appear in knowledge graphs that mix taxonomy with cross-domain links, content management systems
Examples and related concepts: A small example would link a product family to its components and simultaneously