ontologos-rdfs
RDFS TBox materialization for OntoLogos: transitive subClassOf / subPropertyOf, and object-property domain/range inheritance along the property hierarchy.
v0.4 scope: TBox rules only. Does not expand EquivalentClasses or data properties. ABox rdf:type propagation and equivalent-class expansion are handled by ontologos-rl.
use load_ontology;
use RdfsEngine;
let mut ontology = load_ontology?;
let report = new.materialize?;
println!;
Via the reasoner facade:
use ;
use classify_reasoner;
let mut reasoner = builder
.profile
.build?;
classify_reasoner?;
See the workspace README, documentation site, and docs.rs.