Github user ajs6f commented on the issue:
https://github.com/apache/jena/pull/314
I'm saying that `ja:data` is now used for loading quads into two different
kinds of datasets, but loading triples into only one. That's confusing at best.
I want to make it clearer by getting rid of the second use, because we already
have `ja:graph`, and then what about `ja:content`? But I'm happy to hear other
ways to clarify the semantics-- I just think that we've made things more
powerful but more confusing with this PR. I want to keep the power (load quads
easily, which we just did) while not making it harder to understand how to
build assembler RDF (which I think we just did).
Re: deprecation: we can deprecate with comments and by throwing warnings
from inside the assembler code. And again, we have good reason (the mistake in
the docs that no one noticed enough to complain about) to think that it won't
be too disruptive.
---