Hello,
I currently try to apply reasoning on data stored in Rya following this
documentation:
https://github.com/apache/rya/blob/master/extras/rya.reasoning/README.md
Inferred triples are written to the directory which I specified with the
"reasoning.workingDir" configuration. However, the list of triples seem
to be cut off at the end, meaning that the last row in the output-file
which should look like: <subject> <property> <object>, looks actually
like: <subject> <prop| (cut).
I also don't know if, apart from the last triple, the reasoning is complete.
Do you know what I'm doing wrong?
My ultimate goal is to apply forward chaining to the stored data and
save these inferred triples again to the triplestore. Is the
ReasoningDriver the way to go, or is there a better way to achieve what
I'm trying?
I'm using Apache Rya 4.0.1 with Accumulo.
Many thanks in advance,
Markus Bretterbauer