oxirs-rule 0.4.0

Forward/backward rule engine for RDFS, OWL, and SWRL reasoning
Documentation
1
2
3
4
5
6
7
8
//! # SKOS Inference Rules
//!
//! SKOS entailment rules per W3C SKOS Reference ยง8 and hierarchy traversal
//! utilities (broader/narrower transitive closures and label search).
//!
//! Re-exports [`SkosReasoner`] from the internal `skos_reasoner` module.

pub use crate::skos_reasoner::SkosReasoner;