This repository was archived by the owner on Oct 8, 2020. It is now read-only.
This repository was archived by the owner on Oct 8, 2020. It is now read-only.
Running axioms forward chaining generates different result set from triples inference. #10
Closed
Description
While creating the axioms inference example I noticed that the result set is different from the one implemented on triples inference example.
Instead of returning inferred graph, it just returns the inferred axioms. Is there a reason behind it? Shall we consider being consistent in both cases?
Best regards,