1mod ontology; 2pub use ontology::*; 3 4pub use crate::owl::IRI; 5pub use crate::owl::Axiom; 6 7#[cfg(feature = "wasm")] // TODO 8pub mod wasm;