Glossary of Terms

Network Data Model

Keyword Definition
Attribute A property or characteristic of a node in a network data model.
Directed Graph A graph in which edges have a specific direction, indicating relationships between nodes.
Edge A connection or relationship between two nodes in a network data model or graph structure.
Graph A collection of nodes and edges that are used to represent a network data model.
Network Data Model A type of data model that represents data as nodes and edges, where nodes are entities and edges are relationships between them.
Node An individual entity or record within a network data model or graph structure
Undirected Graph A graph in which edges do not have a specific direction, indicating non-specific relationships between nodes.