//! OWL 2 QL profile compliance checker.
//!
//! Verifies that OWL axioms stay within the syntactic restrictions of the OWL 2 QL profile,
//! enabling efficient conjunctive query answering.
//!
//! This module is independent of [`crate::owl_ql`] (the Query Rewriter / PerfectRef algorithm).
pub use ;
pub use ;