The document describes the direct mapping approach for automatically generating RDF from relational database tables. It explains how tables with primary keys are mapped to RDF, including handling of foreign keys and multi-column primary keys. It also covers mapping tables without primary keys by using blank nodes as subjects. The document provides examples to illustrate these mapping techniques.