Github user HansBrende commented on the issue:
https://github.com/apache/any23/pull/121
@jgrzebyta But as far as rover goes, you're right: we currently don't have
support for using an arbitrary triple handler. Looks like it expects an
RDFFormat and then finds a triple handler based on that.
I wonder if it would be possible to allow a more flexible way to specify
triple handlers as rover arguments to fix this problem? While I don't think
that creating a `ModelExtractor` as currently defined in this PR is the way to
go, I do think that rover needs to be improved in this respect.
I will think on this.
---