The document describes GraHPEr, a tool that enables graph queries on relational data without duplicating the data. It does this through two main functionalities - a graph schema extractor that identifies graph topologies in the relational data, and a query processor that translates graph queries into equivalent SQL queries. This allows users to write queries in Cypher syntax and semantics while the queries are executed on the underlying relational data.