This document discusses implementing graph database capabilities in XPages. It begins with introductions of the presenter Oliver Busse and an overview of graph databases. It then discusses some graph database products and frameworks as well as companies using graph databases. Key terminology for graphs like vertices, properties, and edges is defined. The document explains how graphs could be implemented in Domino using documents to store vertices and edges and outlines the data modeling and initialization process. Code examples and a demo application are referenced for further information.