This document describes a project that provides methods for estimating the cardinality of conjunctive queries over RDF data. It discusses the key modules including an RDF loader, parser and importer to extract triples from RDF files and load them into a database. The database stores the triples and generates statistics tables. A cardinality estimator takes a conjunctive query and database statistics to output an estimate of the query's cardinality.