ontologos-rl 0.4.0

OWL RL rule-based reasoning engine for OntoLogos
Documentation
1
2
3
4
5
6
7
mod abox;
mod helpers;
mod tbox;

pub(crate) use abox::apply_batch_b;
pub(crate) use helpers::RuleContext;
pub(crate) use tbox::apply_batch_a;