A forward chaining based reasoner.
A forward chaining based reasoner.
A naive implementation of the forward chaining based reasoner that does fix-point iteration, i.e.
A forward chaining implementation of the OWL Horst entailment regime.
An optimized implementation of the forward chaining based reasoner.
An optimized implementation of the forward chaining based reasoner using Spark data structures and operations.
An optimized implementation of the forward chaining based reasoner using Spark DataFrames.
A forward chaining implementation of the RDFS entailment regime.
A forward chaining implementation of the RDFS entailment regime.
An engine to compute the transitive closure (TC) for a set of triples given in several datastructures.
A naive implementation of the forward chaining based reasoner that does fix-point iteration, i.e. it applies all rules in each iteration until no new data has been generated. .