owlish 0.28.0

OWL 2 implementation with wasm support and turtle parsing
Documentation
1
2
3
4
5
6
7
8
mod ontology;
pub use ontology::*;

pub use crate::owl::IRI;
pub use crate::owl::Axiom;

#[cfg(feature = "wasm")] // TODO
pub mod wasm;