This is a diff between 1.1 and 1.2 revisions:

71a72
<
22a25
< * Release 7.x, in both cluster and single-server mode%BR%%BR%
< * N-Quad datasets where every graph name is specified within the dataset. Graphs need not be in any particular order, but all triples from each graph must be together. Triples from different graphs cannot be intermingled. (In SQL terms, <code>GROUP BY</code> graphname; no <code>ORDER BY</code> is necessary.) %BR%%BR%
21d22
> * Release 7.x and later, in both cluster and single-server mode%BR%%BR%
> * N-Quad datasets where every graph name is specified within the dataset.
> * Graphs may be in any order. Multiple graphs may be in one file, however all triples from each graph must be together; triples from different graphs cannot be intermingled. (In SQL terms, <code>GROUP BY graphname</code>; no <code>ORDER BY</code> is necessary.)
> * All triples from any given graph must be in the same file as all other triples from that graph. No graph may have triples in multiple files, else the triples from the last file loaded will comprise the entirety of the updated graph. %BR%%BR%