Graph theory provides a natural representation of relationships between entities using nodes and edges.Graphs are flexible and can handle evolving schemas and unstructured or semi-structured data.Graph traversal algorithms make queries on connected data more efficient compared to relational databases.Entities are represented as nodes and relationships as edges in graph data modelling.