With the increasing use of ontologies in Semantic Web and enterprise knowledge management, it is critical to develop scalable
and efficient ontology management systems. In this paper, we present Minerva, a storage and inference system for large-scale
OWL ontologies on top of relational databases. It aims to meet scalability requirements of real applications and provide practical
reasoning capability as well as high query performance. The method combines Description Logic reasoners for the TBox inference
with logic rules for the ABox inference. Furthermore, it customizes the database schema based on inference requirements. User
queries are answered by directly retrieving materialized results from the back-end database. The effective integration of
ontology inference and storage is expected to improve reasoning efficiency, while querying without runtime inference guarantees
satisfactory response time. Extensive experiments on University Ontology Benchmark show the high efficiency and scalability
of Minerva system.