thanks for the great owlcpp code. Since it provides beginner-friendly API to Fact++, it's hard to overestimate its importance. However, Python bindings seem to be incomplete wrt Fact++. Is it correct, that currently exporting of the inferred axioms back to a triple store is not supported? To overcome that, one e.g. has to reflect the examples from the Fact++ distribution in the Boost Python interface, right?
Eugene
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear Mikhail,
thanks for the great owlcpp code. Since it provides beginner-friendly API to Fact++, it's hard to overestimate its importance. However, Python bindings seem to be incomplete wrt Fact++. Is it correct, that currently exporting of the inferred axioms back to a triple store is not supported? To overcome that, one e.g. has to reflect the examples from the Fact++ distribution in the Boost Python interface, right?
Eugene
Hi Eugine,
You are right. Converting axioms to triples is not currently supported. This is work in progress.
Best
Mikhail