This document discusses mapping a relational database to a graph model. It introduces graph concepts and defines vertices, edges, and properties. It describes two strategies for mapping - a naive strategy that directly maps the ER model and a naive aggregate strategy that aggregates many-to-many relationships. The strategies are compared and other alterations like aggregating tables or splitting types are discussed. A DVD rental example database is modeled in both the ER and resulting graph models.
Related topics: